:root {
  --white-color: #ffffff;
  --book-text-color: #00798e;
  --dark-color: #000000;
  --section-color: #f8e5e4;
}
p {
  color: var(--dark-color);
}
.navbar-brand img {
  height: 80px;
}
.btn-primary:hover {
  background: #a1408a;
  color: #ffffff;
}
.header-text h1 {
  color: #231f20;
  font-size: 28px;
  margin: 0;
}
.header-text h2 {
  color: #231f20;
  font-size: 78px;
  margin: 10px 0px;
}
header .menu {
  padding: 0;
}
.navbar {
  justify-content: center;
}
.navbar-light .navbar-brand {
  margin: 0;
}
.course-buy-now {
  background: #f43939;
  padding: 10px;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.course-buy-now:hover {
  background: #000000;
  color: #fff;
}
.kids-active-btn {
  background: #f43939;
}
.is-sticky .menu,
.homepage-two .is-sticky .menu {
  background: var(--white-color) !important;
}
/* .old-price {
  color: red !important;
  text-decoration: line-through !important;
  font-size: 20px !important;
}
.new-price {
  color: #000 !important; 
  font-size: 35px !important;
  font-weight: bold !important;
} */
.old-price {
  position: relative;
  display: inline-block;
  color: #000 !important;
  font-size: 20px !important;
}

.old-price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background: red;
  transform: rotate(-13deg);
  transform-origin: center;
}

.new-price {
  color: #000 !important;
  font-size: 34px !important;
  font-weight: bold;
  margin-left: 3px;
}

.color-span {
  color: var(--book-text-color);
}
.header-text {
  min-height: 0px !important;
  display: block;
}
.header-text p {
  padding: 0;
  font-weight: bold;
}
.header-text h4 {
  margin: 0 0 20px 0;
}
.about-text {
  font-weight: bold !important;
}
.activities {
  background: none !important;
  background-color: var(--section-color) !important;
}
.activities .section-title h2 {
  color: var(--dark-color);
}
section,
.testimonial {
  padding: 50px 0px;
}
.stand-for {
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 15px;
  border: 1px double #000;
}
.fa-check-circle:before,
.fa-circle-check:before {
  color: #eb06ff;
}
.row-gap {
  row-gap: 30px;
}
.community {
  /* width: 100%;
  height: 540px;
  object-fit: contain; */
  width: auto;
  height: 440px;
  /* object-fit: contain; */
  /* border: 2px solid #000; */
  border-radius: 13px;
  border: 1px solid #000;
  padding: 6px;
}
.stand-for h4 {
  text-align: left;
  margin: 0;
  font-size: 22px;
}
.stand-for-para {
  margin: 20px 0;
  text-align: center;
}
.stand-for-para p {
  font-weight: bolder;
  color: var(--dark-color);
  margin: 5px 0;
}
.book-img {
  max-width: 100%;
  width: 310px;
  height: auto;
}
.yellow-cta {
  background: #f9dd1c;
  color: #000;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 20px;
  border: 0;
  outline: none;
  font-size: 22px;
}
.teacher-slider-item::before {
  content: none;
}
.teacher-slider-item img {
  padding: 0;
  border-radius: 15px;
}
.yt-emb {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.teacher-slider-item {
  padding: 10px;
  margin: 0;
  border-radius: 15px;
  border: 1px solid #000;
}
.teacher-slider-item h4 {
  /* font-family: "Abril Fatface", cursive; */
  font-size: 35px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.teacher-slider-item h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: 400;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.teacher-slider-item:hover {
  cursor: default;
}
.course-content {
}
.yellow-cta:hover {
  background: #000;
  color: #fff;
}
.section-title {
  margin-bottom: 40px;
}
.activities-single-box p {
  padding-right: 0px !important;
}
.activities-single-box {
  padding: 16px;
  /* padding: 30px 30px 20px 40px; */
}
.testimonial .section-title {
  padding-top: 0px;
}
.homepage-two-bottom {
  padding: 0px;
}
.testimonial .section-title h2 {
  color: var(--dark-color);
}
.activities-single-box:hover {
  background: #f43939;
  cursor: auto;
}
.pagetoreview .slider-team {
  padding: 35px 30px;
  cursor: auto;
}
/* .call-to-action-img{
  margin-top:-165px;
} */
.call-to-action-img img {
  max-width: 100%;
  width: 300px;
  height: auto;
}
.call-to-action {
  background: #f8e5e4;
}
.call-to-action-text h3,
.call-to-action-text p {
  color: var(--dark-color);
}
header {
  background: var(--section-color);
}
footer {
  padding: 30px 0 10px 0;
}
footer h4 {
  margin-bottom: 0px;
}

.section-title p {
  font-weight: bold;
  color: var(--dark-color);
}
.desk {
  display: block;
}
.about-text {
  padding: 0px;
}
.homepage-box-single {
  cursor: auto;
}
.footer-social i.fa-youtube {
  padding: 10px 12px;
}
.footer-social i.fa-youtube:hover {
  color: #f43939;
}
.footer-social ul li i {
  border-radius: 23%;
}
.footer-nav {
  color: #ffffff !important;
  padding: 10px 0;
}
.footer-nav:hover {
  color: orange;
  text-decoration: underline;
}
footer p {
  padding: 0;
}

.instagram-div {
  width: 400px;
  height: auto;
  margin: 0 auto;
}
.qr-img {
  height: 450px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1919px) {
  header,
  .homepage-two.homepage-three.header {
    /* min-height: 580px !important; */
    height: auto !important;
  }
  .activities-single-box {
    height: calc(100% - 32px);
  }
}
@media only screen and (max-width: 768px) {
  .navbar-light .navbar-brand,
  .is-sticky .menu {
    display: block !important;
  }
  .book-img {
    max-width: 100%;
    width: 350px;
    display: block;
    margin: 0 auto;
  }
  .margin-b {
    margin-bottom: 30px;
  }
  header .menu {
    padding: 0;
  }
  header {
    /* min-height: 400px;
    padding-bottom: 35px; */
  }
  .qr-img {
    height: 400px;
  }
}

@media screen and (max-width: 485px) {
  .navbar-brand img {
    height: 60px;
  }
  .header-text h2 {
    font-size: 26px;
    margin: 5px 0;
  }
  .new-price {
    font-size: 24px !important;
  }
  .old-price {
    font-size: 17px !important;
  }
  .old-price::after {
    height: 2px;
  }
  .header-text h3 {
    font-size: 20px;
  }
  .header-text h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .header-text p {
    font-size: 16px;
    line-height: 20px;
  }
  .stand-for {
    padding: 6px 12px;
  }
  .section-title {
    margin: 0 0 15px 0;
  }
  .row-gap {
    row-gap: 15px;
  }
  .stand-for-para p,
  .section-title p {
    font-size: 16px;
    line-height: 20px;
  }
  .yellow-cta {
    font-size: 15px;
    padding: 8px 20px;
  }
  .section-title h3,
  .section-title h4 {
    font-size: 18px;
  }
  .about-text p {
    font-size: 16px;
    line-height: 20px;
  }
  .teacher-slider-item h4 {
    font-size: 25px;
  }
  .teacher-slider-item h6 {
    font-size: 19px;
  }
  .community {
    height: 345px;
  }
  .stand-for h4 {
    font-size: 17px;
  }
  .book-img {
    max-width: 100%;
    width: 210px;
    display: block;
    margin: 25px auto;
  }
  .call-to-action-img img {
    max-width: 100%;
    width: 260px;
    display: block;
    margin: 0 auto;
  }
  section {
    padding: 30px 0;
  }
  .call-to-action-text {
    padding-top: 25px;
  }
  .header-text h1 {
    font-size: 30px;
  }
  .header-text {
    text-align: center;
  }
  footer {
    text-align: left;
  }
  .instagram-div {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .instagram-media {
    min-width: none !important;
  }
  .qr-img {
    height: 300px;
  }
}
