body {
  background: #e3f7ff;
  font-family: Roboto, sans-serif;
  color: #595959;
}
h5,.h5{
  color: black;
    font-weight: 600;
}

p {
  color: #352122;
  font-family: Roboto, sans-serif;
}
#loader {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  z-index: 99999;
  background: #fff;
}

#loader p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 100px;
  padding: 0;
  margin: 0;
}
.homepage {
  background-color: #f7eddb;
}

.homepage h3 {
  font-size: 54px;
  font-weight: 700;
}

.homepage .text {
  padding-right: 80px;
}

.features {
  background-color: #fef8ed;
}
.discover {
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;

  margin-bottom: -3rem;
}

.discover img {
  width: 100%;
  height: 4.8rem;
}

.awards {
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;

  margin-top: -50px;
}

.awards img {
  width: 100%;
  height: 4.8rem;
}

.subjects h3 {
  font-size: 28px;
  font-weight: 700;
}
.subjects .tiles {
  box-shadow: 0.3rem 0.3rem 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  background-color: #fef8ed;
 
  width: 19.3rem;
}
.subjects .tiles p {
  z-index: 9;
  color: #127e9b;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 3rem;
 margin-top: 10px;
  text-align: left;
  text-align: center;
}

.subjects .tiles img {
  height: 10rem;
  width: 10rem;
  z-index: 9;
}


.topBar {
  --bs-bg-opacity: 1;
  background: #027fa1;
}

.topBar select {
  width: 150px !important;
  border-radius: 20px;
}

.topBar .nav-link {
  color: rgb(255 255 255);
}


.topBar .nav-link:hover, .topBar .nav-link:focus {
    color: rgb(247 237 219) !important;
}


.mainMenu {
  height: 157px;
  background-color: #fef8ed;
  padding: 17px 127px;
}

.mainMenu .logo {
  height: 118px;
}

.actionBar {
      background-color: #ffd992;
    color: #ed1e2a;
  
  padding: 5px 0;
}
.actionBar h3 {
  font-size: 18px;
      font-weight: 900;
}

.sky {
  width: 100%;
  height: 400px;
  background-image: url(../images/footer-sky.png);

  background-size: 100% 100%;
  /*  background-color: #87e5ff5e; */
}
footer {
  height: 400px;
  width: 100%;
  background-size: 100% 100%;
  background-color: #87e5ff;
}

footer a {
  color: #352122;
  opacity: 0.7;
  text-decoration: none;
}
footer h3 {
  color: #65447d;
  font-weight: 700;
}
footer ul.social {
  margin-left: -32px;
}
footer ul.social li {
  display: inline;
  font-size: 40px;
  margin-right: 15px;
}

footer ul.social li i {
  color: #8055a0;
  transition: 0.3s;
}

footer ul.social li i:hover {
  color: #251531;
}

footer ul.links {
  margin-left: -10px;
}

footer ul.links li {
  font-size: 20px;
  margin-bottom: 6px;
  color: #8055a0;
}

footer ul.links li a {
  color: #8055a0;
  transition: 0.3s;
  font-weight: 600;
}

footer ul.links li a:hover {
  color: #251531;
}

footer hr {
  display: block;
  border: 0px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  background-image: url(../images/footer-line.png);
}
.btn1,
.btn2 {
  width: 149px;
  height: 51px;
  background-repeat: no-repeat !important;
  border: none;
  color: #ffffff !important;
  font-weight: 800;
  transition: 0.3s;
  line-height: 36px;
  border-radius: 56px;
}

.btn1:hover,
.btn2:hover {
  transform: translateY(-0.25em);
}

.signup,
.signup1 {
  background-color: #e3f7ff;
}

.signup .btn {
  --bs-btn-padding-x: 2.75rem;
}
.signup .btn-outline-primary {
  --bs-btn-color: #ee202b;
  --bs-btn-border-color: #ee202b;
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: #ee202b;
  border-color: #ee202b;
}
.signup img {
  height: 530px;
}

.signup h2 {
  color: #352122;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}

.signup ul li {
  color: #595959;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 140%;
  padding-left: 38px;
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.signup ul li:before {
  background: url(../images/star.svg) no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 2px;
  width: 20px;
}

.signup1 img.pic1 {
  width: 300px;
}
.signup1 .class {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: top;
}
.signup1 .class-label {
  background: #97dbff;
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 80px;
}
.signup1 .class-label.selected {
  background-color: #ee202b;
}
.signup1 .class-label:hover {
  background: #ee202b;
}
.signup1 .class-input {
  display: none;
}

.signup1 .class-img {
  bottom: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.signup1 .subjects {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: center;
  margin-bottom: 60px;
}

.signup1 .subjects-item {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 146px;
  vertical-align: baseline;
}

.signup1 .subjects-input {
  display: none;
}

.signup1 .subjects-label {
  cursor: pointer;
  max-width: none;
  text-align: center;
  width: 100%;
}
.signup1 .subjects-img {
  margin-bottom: 10px;
}
.signup1 .subjects-title {
  background: #97dbff;
  border-radius: 37px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 12px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}
.signup1 .subjects-item._hidden {
  display: none;
}
.signup1 .subjects-title.selected {
  background-color: #ee202b;
}
.signup1 .subjects-title:hover {
  background: #ee202b;
}
.signup2 {
  background-color: #ffebec;
  padding: 40px 150px;
}

.signup2 img {
  height: 130px;
}
.signup2 .class-title {
  background: #ee202b;
  border-radius: 55px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 2px 20px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
  display: inline-block;
}
.signup3 {
  background-color: #e3f7ff;
  padding: 40px 150px;
}
.signup3 .card-title {
  font-size: 30px;
}
.signup3 .cutPrice {
  font-size: 28px;
  font-weight: 700;
}

.signup3 .card {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.signup3 .card:hover {
  box-shadow: 0px 10px 15px 12px rgba(0, 0, 0, 0.1);
  background-color: #ee202b;
  color: #fff !important;
}
.signup3 .card:hover .cutPrice,
.signup3 .card:hover .price,
.signup3 .card:hover .card-footer {
  color: #fff !important;
}
.signup3 .card.selected {
  box-shadow: 0px 10px 15px 12px rgba(0, 0, 0, 0.1);
  background-color: #ee202b;
  color: #fff !important;
}

.signup3 .card.selected .cutPrice,
.signup3 .card.selected .price,
.signup3 .card.selected .card-footer {
  color: #fff !important;
}
.signup3 .price {
  color: #ee202b;
  font-weight: 700;
  font-size: 22px;
}

.signup4 {
  background-color: #e3f7ff;
  padding: 40px 150px;
}
.signup4 h2 {
  color: #352122;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.signup-complete {
  background-color: #e3f7ff;
  padding: 35px 0 80px 0;
}
.login {
  background-color: #e3f7ff;
  padding: 40px 150px;
}
.login .loginPannel {
  border: 5px solid #f7f7f7;
}
.login .sectionLeft {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.login .sectionRight {
  background-color: #fff;
  padding: 50px 0;
}

.login .sectionRight .formContainer {
  padding: 50px;
}
#afterLogin .nav-link {
  color: #ee202b;
  font-weight: 700;
  font-size: 22px;
}
.student-dashboard .nav-tabs .nav-link {
  border: none;
  transition: 0.3s;
  font-weight: 700;
  text-align: start;
  color: #393939;
  padding-right: 108px;
}

.student-dashboard .nav-tabs {
  border: none;
}
.student-dashboard .nav-tabs .nav-link.active {
  border: none;
  background: #f3f3f3;
  color: #f44336;
  font-weight: 700;
  text-align: start;
  border-left: 5px solid #f44336;
  border-radius: unset;
}
.student-dashboard .nav-tabs .nav-link:hover,
.student-dashboard .nav-tabs .nav-link:focus {
  color: #f44336;
}
.student-dashboard .units {
  background: #fff9f9;
  padding: 30px;

  transition: 0.3s;
}
.student-dashboard .units a {
  text-decoration: none;
}
.student-dashboard .topics {
  background: #fff9f9;
  padding: 30px;

  transition: 0.3s;
}
.student-dashboard .topics ul li a {
  text-decoration: none;
  color: #ee202b;
}

.student-dashboard .topics ul {
  list-style: none;
  margin-left: -28px;
  color: #ee202b;
}
.student-dashboard .quiz {
  background: #ffffff;
}
.bg {
  height: 100vh;
  margin: 0;
}

.bg-image {
  background-image: url('../images/bg.jpeg');

  /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.footerHomepage {
  position: fixed;
  bottom: 0px;
  text-align: center;
  background-color: #fe2435;
}
.footerHomepage p {
  color: #f3f3f3 !important;
}
.cloud-left {
  position: fixed;
  bottom: 247px;
}
.cloud-left {
  bottom: 0;
  left: 0;
  padding-top: 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateCloud 35s linear infinite;
  -moz-animation: animateCloud 35s linear infinite;
  animation: animateCloud 35s linear infinite;

  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  transform: scale(0.65);
}

.x2 {
  -webkit-animation: animateCloud 20s linear infinite;
  -moz-animation: animateCloud 20s linear infinite;
  animation: animateCloud 20s linear infinite;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x3 {
  -webkit-animation: animateCloud 30s linear infinite;
  -moz-animation: animateCloud 30s linear infinite;
  animation: animateCloud 30s linear infinite;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x4 {
  -webkit-animation: animateCloud 18s linear infinite;
  -moz-animation: animateCloud 18s linear infinite;
  animation: animateCloud 18s linear infinite;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x5 {
  -webkit-animation: animateCloud 25s linear infinite;
  -moz-animation: animateCloud 25s linear infinite;
  animation: animateCloud 25s linear infinite;

  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  transform: scale(0.55);
}

/* OBJECTS */

.cloud {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(5%, #fff),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

  height: 120px;
  position: relative;
  width: 350px;
}

.cloud:after,
.cloud:before {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

.cloud:after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  height: 100px;
  left: 50px;
  top: -50px;
  width: 100px;
}

.cloud:before {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;

  width: 180px;
  height: 180px;
  right: 50px;
  top: -90px;
}

.missionBullet ul li {
  color: #595959;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 140%;
  padding-left: 38px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-left: -30px;
}

.missionBullet ul li:before {
  background: url(../images/star.svg) no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 2px;
  width: 20px;
}
