﻿@charset "utf-8";
/* CSS Document */

hero-section p {
  color: #fff;
}

.home-top .navbar.navbar-light-light .navbar-nav > li > a {
  color: #fff;
  padding: 15px 12px;
  font-size: 15px;
  margin-top: 0;
  max-height: 60px;
  overflow: inherit;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;

  }

  .hidden-xs {
    display: none !important;
  }

}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;

  }

}



.text-center a {
  font-size: 1em;
  color: #10b981;
}

.faq-group-title {
  font-size: 2em;
}



section {
  text-align: center;
}

section p {
  /* color: #131b2a; */
  /* text-align: left; */
  /* line-height: 35px; */
  /* margin: 3% auto; */
  /* font-size: 1.5em; */
  /* font-weight: 400; */
  /* width: 85%; */
}

.feature-body h4 {
  text-align: left;
}

.hero-section p {

text-align: center;

font-size: 1.2em;
}

.price-title-yellow {
  background: rgb(255 255 0 / 30%);

}

.price-card p {
  color: #facc15;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  margin: 15px auto;
}

.note p{
  color: #fff;
  text-align: center;
  font-size:1em;
}


.text-center h3{
  font-size: 1.5em;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}




.navbar-brand a{
color: #fff; 
}


.video-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 2% auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.more{
  margin: 3% auto;
}

.photo img{
  width: 100%;
  /* max-width: 300px; */
  margin: 5% auto;
}

.teacher-info-list li{
  text-align: left;
  font-size: small;
}

.teacher-name{
  padding-left: 10px;
  margin: 15px auto 5px auto;
}

.teacher-card-flex .badge-custom {font-size: 16px;padding-left: 10px;}

.teacher-content{
  margin: 0;
  /* text-align: left; */
}

.teacher-info-list{

position: relative;

left: -10px;

margin-top: 5px;
}

.price-card .title{
  font-size: 1.5em;
}

.btn-inverse .btn-default{
 font-size: 1.2em;
    margin: 2% auto;
}


@media (min-width: 768px) {
  .hero-bg {
    background-image: url('../images/bg.jpg');
    background-size: 100%;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    min-height: 450px;
  }

  .hero-title {
    font-weight: 900;
    font-size: 3.8em;
    line-height: 1.5;
    margin-bottom: 24px;
    text-shadow: 2 2 black;
    text-shadow: 2px 2px 4px #1e3113;
  }

  .book-card {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px;
    margin-top: 20px;
  }

    .hero-section h1 {
    font-size: 4.2em;
}

.section-title {
  font-size: 3.2em;
  /* font-weight: bold; */
  margin-bottom: 20px;
  color: #fff;
  /* text-align: center; */
  /* line-height: 1.2em; */
}
.navbar-brand img {
    display: inline-block;
    padding: 5px 15px;
    vertical-align: middle;
    max-width: 58px;
}

.course-h{
  margin: 5px auto 15px auto;
  font-size: 3.5em;
  color: #ddb047;
}

.course-copy {
    padding: 3%;
}

}



@media (max-width: 768px) {

  .hero-bg {
    background-image: url('../images/bg-xs.jpg');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .hero-title {
    font-weight: 900;
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 24px;
    text-shadow: 2 2 black;
    text-shadow: 2px 2px 4px #1e3113;
  }

  .book-card {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
  }

  .panel-body {
    padding: 0;
  }

    .hero-section h1 {
    font-size: 3.5em;
}

.section-title {
  font-size: 2.8em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
}

.navbar-brand img {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    vertical-align: middle;
    max-width: 58px;
    left: 15px;
}

.course-h{
  margin: 5px auto 15px auto;
  font-size: 2em;
  color: #ddb047;
  text-align: center;
}

.course-copy {
    padding: 3%;
     text-align: center;
}

}


.btn-yellow {
    background-color: #facc15;
    color: #122b40;
    margin: 10px auto;
}


.course-block {
    /* display: flex; */
    grid-template-columns: 1.15fr 0.85fr;
    background: linear-gradient(135deg, #0e2233, #0a1826);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 28px;
    text-align: left;
}


.course-photo {
    /* background: linear-gradient(160deg, #20343f, #0d1e2a); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-faint);
    font-size: 12px;
    text-align: center;
    padding: 0;
    border-left: 1px solid var(--line);
}



.course-block:last-child {
    margin-bottom: 0;
}

.wrap {
    /* max-width: 1040px; */
    margin: 0 auto;
    /* padding: 0 24px; */
}

.course-checks {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 3px;
}

.course-checks div::before {
    content: "✓";
    color: var(--teal-bright);
    font-weight: 900;
}

.course-sub {
    font-size: 1.2em;
    color: #f6fecc;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.course-checks div {
    display: flex;
    gap: 8px;
    font-size: 13.5px;
    color: var(--text-main);
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.section-padding{
  padding-top: 3%;
  padding-bottom: 3%;
}

.bg-white {
    background: #eef3f4;

}


.bg-white h2,.bg-white h3,.bg-white .teacher-info-list{
    color: #0e2233;

}

.bg-white .btn-ghost{

background-color: #0e2233;
}

.bg-white .course-h{
    color: #fff;

}

.bg-white .price-val small {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.course-kicker{
  font-size: 1.2em;
}