@font-face {
    font-family: 'CooperLightBT';
    src: url('/fonts/CooperLightBT.ttf') format('truetype');
}
@font-face {
    font-family: 'NunitoBold';
    src: url('/fonts/NunitoBold.ttf') format('truetype');
}
@font-face {
    font-family: 'NunitoSemibold';
    src: url('/fonts/NunitoSemibold.ttf') format('truetype');
}
@font-face {
    font-family: 'NunitoRegular';
    src: url('/fonts/NunitoRegular.ttf') format('truetype');
}
:root {
  --pry-color: #3D2D79;
  --pry-faded-color: #4E3C92;
  --pry-light-color: #644FB4;
  --pry-lighter-color: #E0DCF0;
  --sec-color: #27AF90;
  --cream-color: #FFF6F0;
  --text-color: #325060;
}
body {
  background-color: var(--cream-color);
  font-family: 'NunitoSemibold';
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  font-size: 17px;
  min-height: 100vh;
}
b, strong, .fw-bold {
  font-family: 'NunitoBold';
}
footer {
  margin-top: auto;
  padding-top: 100px;
}
.hero-bg {
  min-height: 1064px;
  background-image: url('/img/hero-bg.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
  font-size: 20px;
  font-family: 'NunitoRegular';
}
.quote-bg {
  margin-top: -12px;
  padding-top: 40px;
  min-height: 600px;
  background-image: url('/img/quote-bg.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size:cover;
}
.body-bg {
  min-height: 100vh;
  overflow-y: auto;
  background-image: url('/img/hero-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size:100% auto;
}
.auth-bg {
  min-height: 100vh;
  overflow-y: auto;
  background-color: var(--pry-light-color);
  background-image: url('/img/auth-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size:cover;
}
.body-bg.single {
  background-image: url('/img/single-bg.png');
}
.book-bg {
  background-image: url('/img/book-bg.png');
  background-size: cover;
  background-position: bottom;
}
.linear {
  background-image: url('/img/linear-bg.png');
  background-size: cover;
  background-position: bottom;
}
.bg-lighter-pry {
  background-color: var(--pry-lighter-color);
}
.bg-light-pry {
  background-color: var(--pry-light-color);
}
.bg-pry {
  background-color: var(--pry-color);
}
.bg-faded-pry {
  background-color: var(--pry-faded-color);
}
.clouds {
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
}
.astronaut {
  background-color: var(--pry-faded-color);
  display: grid;
  place-items: center;
  margin-top: -100px;
}
.astronaut .container {
  position: absolute;
  z-index: 3;
}
.astronaut img {
  width: 100%;
  z-index: 2;
}
.border-rounded {
  border-radius: 24px;
}
.text-color {
  color: var(--text-color);
}
.text-pry {
  color: var(--pry-color) !important;
}
.border-pry {
  border-color: var(--pry-color) !important;
}
.sm-card {
  border: 1px solid var(--pry-lighter-color);
  transition: .7s;
}
.sm-card:hover, .sm-card:focus, .sm-card:active {
  border: 1px solid var(--pry-color);
  transition: .7s;
}
.title {
  font-family: 'CooperLightBT';
  font-size:64px;
  color: var(--pry-color);
}
.title.sm {
  font-size: 48px;
}
.subtitle {
  font-family: 'CooperLightBT';
  font-size:35px;
  color: var(--pry-color);
}
.subtitle.sm {
  font-size: 32px;
}
.heading {
  font-family: 'CooperLightBT';
  font-size: 30px;
}
.cooper {
  font-family: 'CooperLightBT';
  color: var(--pry-color);
}
.space-up {
  top: 120px;
  margin-bottom: 120px;
  position: relative;
}
.step {
  text-align: center;
  border-radius: 24px;
  height: 100%;
}
.step img {
  height: 120px;
}
.one {
  background-color: #CDE6F3;
}
.two {
  background-color: #FFEFB8;
}
.three {
  background-color: #E0DCF0;
}
.navbar-brand {
    display: block;
}

.navbar-brand img {
    height: 50px;
    /* width: 100%; */
    object-fit: contain;
}
.accordion-button {
  padding-block: 12px;
  color: var(--text-color);
}
.accordion-button .chapter.completed {
  opacity: .5;
}

.accordion-button:focus, .accordion-button:active {
  box-shadow: none;
  border: none
}
.accordion-button:not(.collapsed)* {
  opacity: 1;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  /* color: var(--sec-color); */
  box-shadow: none !important;
}
.accordion-item {
  border:none;
}
.accordion-body {
  padding-left: 70px;
}
.answered span{
  opacity: .6;
}
.current-chapter span {
  color: var(--sec-color);
  opacity: 1 !important;
}
.subjects {
  background-image: url('/img/clep.png');
  background-size: cover;
  background-position: right top;
}
.qst-container img{
  display: block;
  width: 100%;
  max-width: 250px;
  margin-block:10px;
}
nav.navbar {
    padding: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
}

nav .container {
    /* border-bottom: 1px solid #325060; */
    border-radius: 24px;
}

.nav-item {
    margin-right: 0px;
}

.nav-link {
    color: var(--text-color) !important;
    font-weight: 400;
    font-size: 18px;
}
.nav-link:hover, .nav-link.active {
  color: var(--pry-color) !important;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus {
    transition: .5s;
}

.bar-container {
  display: flex;
  width: 100%;
}
.btn-pry {
  border:1px solid var(--pry-color);
  background-color: var(--pry-color);
  color: #fff;
}
.btn-pry:hover, .btn-pry:focus, .btn-pry:active {
  border:1px solid var(--pry-color);
  background-color: var(--pry-light-color);
  color: #fff;
}
.btn-outline-pry {
  background-color: transparent;
  border-color: 1px solid var(--pry-color);
  color: var(--pry-color);
}
.btn-outline-pry:hover, .btn-outline-pry:focus, .btn-outline-pry:active {
  background-color: var(--pry-lighter-color);
  border-color: 1px solid var(--pry-color);
  color: var(--pry-color);
}
.btn-light-pry {
  background-color: var(--pry-lighter-color);
  border-color: 1px solid var(--pry-color);
  color: var(--pry-color);
}
.btn-light-pry:hover, .btn-light-pry:focus, .btn-light-pry:active {
  background-color: var(--pry-light-color);
  border-color: 1px solid var(--pry-color);
  color: #fff;
}
.bg-sec {
  background-color: var(--sec-color);
  color: #fff;
}
.form-control {
  height: 48px;
}
.title.lg {
  font-size: 95px;
}
.auth-bg  {
  font-size: 18px;
}
.divider {
  border-top:1px solid #ddd;
  position: relative;
  margin-top: 30px;
  display: grid;
  place-items:center;
}
.divider span {
  position: relative;
  top: -12px;
  background-color: #ffffff;
  padding-inline: 20px;
}
.btn {
  border-radius: 12px;
}
a {
  text-decoration: none;
  color: var(--sec-color);
}
.progress {
  border: 1px solid var(--pry-lighter-color)
  background: none;
}
.progress-bar {
  background-color: var(--sec-color);
}
.circular-progress {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: conic-gradient(from 180deg, var(--sec-color) calc(var(--progress) * 1%), rgba(0, 0, 0, 0.1) 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--text-color);
    position: relative;
  }
  .circular-progress.error-progress {
    background: conic-gradient(from 180deg, red calc(100 * 1%), rgba(0, 0, 0, 0.1) 0%);
  }
  .circular-progress::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
  }

  .circular-progress span {
    position: relative;
    z-index: 1;
    font-size: 15px;
  }
  .circular-progress.white {
    background: conic-gradient(from 180deg, #fff calc(var(--progress) * 1%), rgba(255, 255, 255, 0.3) 0%);
    color: #fff;
  }
  .circular-progress.white::before {
    background-color: var(--pry-light-color);
  }
@media screen and (max-width:1399px) {
  .nav-link {
    font-size: 16px;
  }
  .title.sm {
    font-size: 38px;
  }
}
@media screen and (max-width:1199px) {
  .mb-100 {
    width: 100%;
  }
  .title {
    font-size: 48px;
  }
  .clouds {
    bottom: -20px;
  }
  .auth-bg {
  }
}
@media screen and (max-width:991px) {
  .hero-bg {
    min-height: 900px;
  }
  .title.lg {
    font-size: 80px;
  }
  .quote-bg {
    min-height: 300px;
  }
  nav .container {
    border-radius: 0;
  }
  .navbar-toggler {
      background-color: var(--pry-color);
      padding: 12px;
      margin-bottom: 0;
      border-radius: 8px;
  }

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

  #navBar {
      background-color: rgba(0, 0, 0, .25);
      padding: 0;
      position: fixed;
      height: 100vh;
      width: 100%;
      top: 0;
      left: -100%;
      z-index: 200;
      transition: left 0.1s ease-out;
  }
  #navBar.show{
    left: 0;
  }
  .nav-item .dropdown-menu {
    margin-top: .125rem;
    display: block !important;
    padding-inline:12px;
  }
  .bar-container {
    width: 50%;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 100px;
    padding-inline: 20px;
    flex-direction: column;
    background-color: #fff;
  }
  .bar-container::-webkit-scrollbar {
    display: none;
  }
  .bar-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .nav-item {
      margin-right: 0;
      width: 100%;
      padding-inline: 10px;
  }

  .nav-link {
      color: #000;
      white-space: nowrap;
      font-size: 15px;
  }

  .nav-item .nav-link{
      border-bottom: 0;
  }
  .clse {
    height: 30px;
    width: 10px;
    position: absolute;
    font-size: 18px;
    border-radius: 10px;
    top: 15px;
    border: 0 !important;
    right: 10px;
    display: grid;
    place-items: center;
    color: #000 !important;
  }
  .navbar-nav {
    width: 100%;
  }
  .title {
    font-size: 45px;
  }
  .accordion-button {
    padding-inline: 0;
  }
  .accordion-body {
    padding-inline: 12px;
  }
  .auth-bg .subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width:767px) {
  .bar-container {
    width: 70%;
  }
  .title {
    font-size: 40px;
  }

  .hero-bg {
    font-size: 17px;
    background-image: url('/img/hero-mobile.png');
    background-position: bottom;
    background-size: fill;
    min-height: 1100px;
  }
  .quote-bg {
    padding-top: 0;
    position: relative;
  }
  .quote-bg .container {
    position: absolute;
    top: -50px
  }
  .clouds {
    width: 100%;
  }
  .astronaut img {
    display: none;
  }
  .astronaut .container {
    position: relative;
  }
  .astronaut {
    background-image: url('/img/astronaut.png');
    background-size: cover;
    background-position: top center;
    margin-top: -50px;
    min-height: 600px
  }
  .auth-bg .title.lg {
    font-size: 50px;
  }
  .auth-bg .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width:580px) {
  .bar-container {
    width: 75%;
    padding-inline: 10px;
  }
  .title, .title.sm {
    font-size: 35px;
  }
  .subtitle, .subtitle.sm {
    font-size: 25px;
  }
}
