@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm_Sans/DMSans-VariableFont_opsz,wght.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka/Fredoka-VariableFont_wdth,wght.ttf")
    format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 75% 125%;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body {
  padding-top: 104px;
}

h1 {
  font-size: 48px;
  line-height: 100%;
  font-weight: 900;
}

h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 140%;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

p,
.hero-info-item {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

h1,
h2,
h3 {
  font-family: "Nunito";
}

p,
.nav-link,
.hero-badge span,
.section-badge span,
.footer-desc,
.footer-menu a,
.footer-phone,
.footer-email,
.footer-copy {
  font-family: "DM Sans";
}

.btn-subscribe,
.btn-primary-custom,
.btn-outline-custom {
  font-family: "Lato";
}

.hero-badge span,
.hero-title span,
.vision-title span,
.section-badge span,
.hope-content span {
  color: #f59e0b;
}

h1,
h2,
h3,
.accordionz-header {
  color: #17375e;
}

.btn-subscribe,
.btn-primary-custom,
.btn-outline-custom,
.batch-badge,
.btn-cta-custom {
  color: #fff;
}

.btn-subscribe,
.btn-primary-custom,
.batch-badge,
.btn-cta-custom {
  background: #f59e0b;
}

.navbar,
.btn-outline-custom,
.why-card,
.overview-card,
.batch-card,
.hope-section {
  background: #fff;
}

.vision-section,
.overview-wrapper {
  background: #fff3de;
}

.container-page {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 768px) {
  .container-page {
    padding: 0 20px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .hero-buttons .btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.navbar .container-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  top: 0;
  padding: 20px 0;
}

.navbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 100%;
  max-width: 135px;
}

.navbar-collapse {
  flex-grow: 1;
}

.nav-center {
  flex: 1;
  justify-content: center;
  gap: 32px;
}

.nav-link {
  color: #0b140f;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  transition: 0.3s;
}

.btn-subscribe {
  padding: 12px 20px;
  min-width: 160px;
  border-radius: 26px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.btn-subscribe:hover,
.btn-cta-custom:hover {
  background: #e6a500;
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .nav-center {
    flex: 1;
    justify-content: center;
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .navbar .container-page {
    flex-wrap: wrap;
  }

  .navbar-collapse {
    flex-basis: 100%;
    text-align: center;
  }

  .navbar-nav {
    margin-bottom: 32px;
  }
}

.hero-section,
.why-section {
  padding: 60px 0 80px;
  overflow: hidden;
}

.hero-badge,
.badge-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-badge span,
.section-badge span {
  font-size: 18px;
  font-weight: 700;
}

.hero-badge img {
  width: 100%;
  max-width: 243.94626713216394px;
  display: block;
}

.hero-info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-buttons {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.btn-primary-custom,
.btn-outline-custom {
  font-size: 18px;
  line-height: 24px;
  padding: 16px 20px;
  border-radius: 169px;
  font-weight: 400;
  transition: 0.3s;
}

.btn-primary-custom:hover {
  background: #e6a500;
  color: #fff;
}

.btn-outline-custom {
  border: 1px solid #17375e;
  color: #17375e;
}

.btn-outline-custom:hover {
  background: #173c78;
  color: #fff;
}

.hero-image img {
  width: 100%;
  max-width: 540px;
}

.vision-section,
.curriculum-section,
.character-section,
.journey-section {
  padding: 80px 0;
}

.why-section-heading {
  text-align: center;
  padding-bottom: 112px;
}

.section-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.section-badge img {
  width: 340px;
}

.badge-3 img {
  width: 48px;
}

.badge-2 img {
  max-width: 121px;
}

.badge-4 img {
  width: 206.00000510285847px;
}

.badge-2 span {
  margin-left: 4px;
}

.badge-4 span {
  margin-left: 16px;
}

@media (max-width: 991.98px) {
  .badge-2 {
    align-items: center;
  }

  .badge-2 span {
    margin: 0;
  }
}

.why-card,
.overview-card {
  position: relative;
  border: 0.8px solid #e2e8f0;
  border-radius: 10px;
  padding: 0px 24px 20px;
  text-align: center;
  height: 100%;
  overflow: visible;
  box-shadow:
    0 1px 1px rgba(36, 133, 180, 0.1),
    0 1px 2px rgba(36, 133, 180, 0.1),
    0 2px 4px rgba(36, 133, 180, 0.1);
}

.why-card-image {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -90px;
}

.why-card-image img {
  height: 100%;
}

.why-card-content {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 4px 8px rgba(36, 133, 180, 0.12),
    0 8px 16px rgba(36, 133, 180, 0.12),
    0 16px 32px rgba(36, 133, 180, 0.08);
}

@media (max-width: 991.98px) {
  .why-card {
    padding: 24px 20px;
  }

  .why-card-image {
    height: auto;
    margin-top: 0;
    margin-bottom: 24px;
    align-items: center;
  }

  .why-card-image img {
    height: auto;
    width: 100%;
    max-width: 180px;
    object-fit: contain;
  }

  .why-section-heading {
    padding-bottom: 0;
  }
}

.overview-section {
  background: #ffffff;
  padding: 0 80px;
}

.overview-wrapper {
  position: relative;
  border-radius: 40px;
  padding: 60px;
  overflow: hidden;
}

.overview-star {
  position: absolute;
  width: 100%;
  max-width: 80px;
}

.overview-star-left {
  top: 48px;
  left: 48px;
}

.overview-star-right {
  top: 48px;
  right: 48px;
}

.overview-card {
  padding: 20px;
}

.overview-card img {
  max-height: 60px;
  height: 100%;
  margin-bottom: 32px;
}

.overview-card p {
  margin-bottom: 8px;
}

.batch-card {
  position: relative;
  margin-top: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 56px 40px 36px;
  text-align: center;
  box-shadow:
    0 1px 1px rgba(36, 133, 180, 0.1),
    0 1px 2px rgba(36, 133, 180, 0.1),
    0 2px 4px rgba(36, 133, 180, 0.1);
}

.batch-badge {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  padding: 8px 16px;
  border-radius: 35px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Fredoka";
  line-height: 20px;
}

.batch-card p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 991.98px) {
  .overview-section {
    padding: 0 20px;
  }

  .overview-star,
  .overview-star-left {
    display: none;
  }

  .overview-wrapper {
    padding: 60px 20px;
  }
}

.curriculum-list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 32px;
  align-items: start;
  margin: 40px 0;
}

.curriculum-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.curriculum-item h3 {
  font-size: 18px;
}

.curriculum-item img {
  max-height: 60px;
  height: 100%;
  object-fit: contain;
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .curriculum-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575.98px) {
  .curriculum-heading {
    margin-bottom: 64px;
  }

  .curriculum-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .curriculum-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

.character-image {
  text-align: center;
}

.character-image img {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.character-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.character-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.character-item img {
  width: 32px;
  flex-shrink: 0;
}

.character-item h3 {
  font-weight: 400;
  line-height: 28px;
}

.hope-section,
.cta-section {
  padding: 80px 60px;
}

.hope-wrapper,
.cta-wrapper {
  position: relative;
  background: #fff3de;
  border-radius: 32px;
  padding: 38px 60px;
  overflow: visible;
}

.cta-wrapper {
  overflow: hidden;
}

.paper-plane {
  position: absolute;
  top: -70px;
  left: -15px;
  max-width: 225.1696014404297px;
  width: 100%;
}

.hope-image {
  max-width: 434px;
  margin: 0 auto;
}

.hope-image img {
  width: 100%;
  display: block;
}

.journey-heading h2 {
  margin-bottom: 40px;
}

.journey-heading {
  position: relative;
}

.journey-decoration {
  position: absolute;
}

.journey-left {
  left: 0;
  top: -10px;
  max-width: 104.43128967285156px;
  width: 100%;
}

.journey-right {
  right: 0;
  top: -10px;
  max-width: 77.71240997314453px;
  width: 100%;
}

.journey-list {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--Color-gray-200, #e5e7eb);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 32px rgba(255, 220, 186, 0.21);
}

.journey-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--Color-gray-200, #e5e7eb);
}

.journey-item:last-child {
  border-bottom: none;
}

.journey-icon {
  flex-shrink: 0;
  width: 52px;
}

.journey-icon img {
  width: 100%;
  display: block;
}

.journey-content h3 {
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 4px;
}

.journey-content p {
  color: #414245;
}

@media (max-width: 991.98px) {
  .journey-decoration {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .journey-item {
    flex-direction: column;
    align-items: start;
  }
}

#faq {
  padding: 80px 0;

  .faq-heading {
    margin-bottom: 32px;
  }

  .accordionz-container {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    gap: 12px;
  }

  .accordionz-item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--Color-gray-200, #e5e7eb);
    box-shadow: 0px 5px 25px 0px #00000014;
    transition: 0.3s ease;
    position: relative;
    cursor: pointer;
    .row {
      margin: 0;
      min-height: 92px;
    }
  }

  .accordionz-item .col {
    padding: 0;
  }

  .accordionz-item .col-auto {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 24px;
  }

  .accordionz-header {
    padding: 24px 0 24px 24px;
    font-family: "Nunito";
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    cursor: pointer;
  }

  .accordionz-item.active .accordionz-header {
    padding-bottom: 0;
  }

  .accordionz-content-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }

  .accordionz-inner {
    overflow: hidden;
    min-height: 0;
  }

  .accordionz-body {
    padding: 12px 24px 24px 24px;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #4a4a4a;
    text-align: justify;
  }

  .chevron {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #dfdfdf66;
  }

  .chevron img {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
  }

  .accordionz-item.active .chevron img {
    transform: rotate(0deg);
  }

  .accordionz-item.active .accordionz-content-wrapper {
    grid-template-rows: 1fr;
  }
}

.cta-wrapper {
  padding: 38px 60px 0;
}

.cta-content {
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.cta-wrapper .col-lg-5 {
  display: flex;
}

.cta-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.cta-image img {
  width: 100%;
  max-width: 524.8246459960938px;
  display: block;
}

.btn-cta-custom {
  align-self: flex-start;
  font-family: "Lato";
  font-size: 18px;
  line-height: 24px;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.3s;
}

@media (max-width: 991.98px) {
  .hope-section,
  .cta-section {
    padding: 80px 20px;
  }

  .hope-wrapper,
  .cta-wrapper {
    padding: 38px 20px;
  }

  .paper-plane {
    display: none;
  }
}

.footer-section {
  padding: 64px 0;
}

.footer-logo img {
  width: 100%;
  max-width: 135px;
  margin-bottom: 15px;
}

.footer-desc {
  max-width: 403px;
  color: #1b1819;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%px;
  margin: 0;
}

.footer-title {
  color: #1b1819;
  font-size: 10px;
  font-weight: 500;
  font-family: "Inter";
  letter-spacing: 4%;
  line-height: 140%;
  margin-bottom: 24px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 4px;
}

.footer-menu a {
  color: #1b1819;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: #f59e0b;
}

.btn-footer {
  background: #f39c12;
  color: #fff;
  font-family: "Lato";
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-footer:hover {
  background: #e48c00;
  color: #fff;
}

.footer-phone {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #1b1819;
  text-decoration: none;
}

.footer-email {
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  color: #1b1819;
  text-decoration: none;
}

.footer-divider {
  margin: 64px 0 24px;
  border-color: #e8e8e8;
  opacity: 1;
}

.footer-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #222f3e;
  margin: 0;
}

@media (max-width: 991.98px) {
  .footer-section {
    padding: 24px 0;
  }

  .btn-footer {
    display: flex;
    width: 100%;
    max-height: 45px;
  }

  .footer-phone,
  .footer-email {
    display: block;
    text-align: right;
  }
}
