*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.lo2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.lo2 {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.learn-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 70vh;
  width: 88%;
  margin-top: 8%;
  margin-left: 5%;
  margin-bottom:8%;
}

.lcontent {
  width: 44%;
}

.lcontent a {
  padding: 0.5rem 1rem;
  border: 1px solid #00cad6;
  max-width: 150px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 25px;
  background-image: linear-gradient(to right, #0098d6 0%, #00cbd6 100%);
  color: white;
  font-family: "Poppins", sans-serif;
  transition: 0.5s ease;
}

.lcontent a:hover {
  text-decoration: none;
  background: white;
  color: #363636;
}

.lcontent h2 {
  font-size: 4rem;
}

.l-img img {
  width: 600px;
}

.learningOutcomes {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.lo2 {
  width: 400px;
  height: 350px;
  background-color: #dff3e3;
  border-radius: 50px;
  margin-left: 50px;
  padding: 20px;
  text-align: center;
  overflow-y: scroll; /* Add the ability to scroll */
}

.template {
  height: 300px;
  overflow: scroll;
  margin-bottom: 5px;
  border: 2px solid #00cad6;
}

.lo2 h4 {
  margin-top: 20px;
}

.lo2 p {
  text-align: left;
  margin-left: 20px;
}

.ccwrapper {
  display: flex;
  justify-content: space-evenly;
}

.ccil {
  margin-top: 300px;
}

.courseCurriculum {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cc1 {
  width: 400px;
  height: 350px;
  background-color: #f1f1f1;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
}

.ccnavigator {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 150px;
}

@media screen and (max-width: 320px) {
  .courses-wrapper {
    margin-left: 30px;
    margin-right:20px;
  }
  .lo2 {
    width: 300px;
    height: 400px;
    transform: translateX(-25px);
  }
  .stat {
    transform: translateX(-60px);
  }
}

@media screen and (max-width: 375px) {
  .learn-container {
    flex-direction: column;
    
  }
  .learn-container .lcontent {
    width: 100%;
    padding-left: 30px;
    padding-right: 20px;
    transform: translateY(100px);
    /*margin-left: 20px;*/
    
  }
  .learn-container .l-img img {
    height: 300px;
    width: 300px;
    margin-top: 110px;
  }
  .lcontent h2 {
    font-size: 2rem;
    margin-top: 100px;
  }
  .lohead {
    margin-top: 100px;
  }

  .lcontent a {
    font-size: 12px;
  }
  .learningOutcomes {
    flex-direction: column;
  }
  .ccwrapper {
    flex-direction: column;
  }
  .lo2 h2,
  p {
    font-size: 15px;
  }
  /* .lo2 {
    width: 350px;
    margin: auto;
  } */
  .l02 .fas {
    font-size: 4em;
  }
  .cc1 {
    width: 350px;
    margin: auto;
  }
  .ccnavigator {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 180px;
  }
  .ccil img {
    width: 300px;
    height: 400px;
    transform: translateY(-250px);
    margin-left: 70px;
  }

  .wrapper .course-card {
    width: 80%;
  }
  .wrapper .course-card .course-card__image img {
    width: 90%;
    height: 90%;
    transform: translateX(-30px);
  }
}

@media screen and (max-width: 500px) and (min-width: 375px) {
  .learn-container {
    flex-direction: column;
  }
  .learn-container .lcontent {
    width: 400px;
    transform: translateY(100px);
    margin-left: 20px;
  }

  .learn-container .l-img img {
    height: 300px;
    width: 300px;
    margin-top: 40px;
  }
  .lcontent h2 {
    font-size: 2rem;
    margin-top: 100px;
  }
  .lohead {
    margin-top: 100px;
  }

  .lcontent a {
    font-size: 12px;
  }
  .learningOutcomes {
    flex-direction: column;
  }
  .ccwrapper {
    flex-direction: column;
  }
  .lo2 h2,
  p {
    font-size: 15px;
  }
  .lo2 {
    width: 350px;
    margin: auto;
  }
  .l02 .fas {
    font-size: 4em;
  }
  .cc1 {
    width: 350px;
    margin: auto;
  }
  .ccnavigator {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 180px;
  }
  .ccil img {
    width: 300px;
    height: 400px;
    transform: translateY(-250px);
    margin-left: 70px;
  }
}

@media screen and (max-width: 800px) and (min-width: 500px) {
  .learn-container {
    flex-direction: column;
  }
  .learn-container .lcontent {
    width: 400px;
    transform: translateY(100px);
    margin-left: 20px;
  }

  .learn-container .l-img img {
    height: 300px;
    width: 300px;
    margin-top: 40px;
  }
  .lcontent h2 {
    font-size: 2rem;
  }

  .lcontent a {
    font-size: 12px;
  }
  .learningOutcomes {
    flex-direction: column;
  }
  .ccwrapper {
    flex-direction: column;
  }
  .lo2 h2,
  p {
    font-size: 15px;
  }
  .lo2 {
    width: 350px;
    margin: auto;
  }
  .l02 .fas {
    font-size: 4em;
  }
  .cc1 {
    width: 350px;
    margin: auto;
  }
  .ccnavigator {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 340px;
  }
  .ccil img {
    width: 400px;
    height: 500px;
    transform: translateY(-250px);
    margin-left: 70px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
  .learn-container {
    /*width: 1000px;*/
  }
  .learn-container .lcontent {
    width: 400px;
    margin: auto;
  }
  .lcontent a {
    font-size: 15px;
  }
  .lcontent h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  .lcontent p {
    font-size: 0.81rem;
  }
  .learn-container .l-img img {
    height: 400px;
    width: 400px;
    margin: auto;
  }
  .learningOutcomes {
    width: 1000px;
    margin: auto;
  }
  .lo2 {
    height: 300px;
  }
  .lo2 h4 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .lo2 p {
    font-size: 0.8rem;
  }
  i.fas.fa-plus-circle.fa-6x {
    font-size: 3em;
    margin-left: 30px;
  }
  i.fas.fa-chalkboard.fa-6x {
    font-size: 3em;
  }
  i.fas.fa-equals.fa-6x {
    font-size: 3em;
    margin-left: 30px;
    margin-right: 20px;
  }
  .lotitle h2 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .ccwrapper {
    width: 1000px;
    margin: auto;
  }
  .cc1 {
    height: 300px;
  }
  .cc1 h4 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .cc1 p {
    font-size: 0.9rem;
    text-align: left;
  }
  .ccil img {
    width: 300px;
    height: 300px;
  }
}

.plus-circle {
  translate: 21px;
}

@media all and (max-width: 1800px) and (min-width: 1200) {
  .l-img img {
    height: 100px;
    width: 100px;
  }
}

/* Courses css start */

.courses-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.courses-wrapper .wrapper {
  cursor: pointer;
}

.course-wrap {
  width: 290px;
  height: 420px;
  background: #dff3e3;
  border-radius: 15px;
  margin: 20px 0px;
  box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;
}

.course-wrap .course-header img {
  height: 160px;
  width: 290px;
  object-fit: cover;
  border-radius: 15px;
}

.course-wrap .course-content h2 {
  text-align: center;
  font-weight: bold;
}

.course-wrap .course-content p {
  text-align: center;
  font-weight: bold;
}

.course-wrap .course-footer a {
  padding: 0.5rem 1rem;
  border: 1px solid #00cad6;
  max-width: 150px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 15px;
  background: #fff;
  color: black;
  margin-left: 90px;
  font-family: "Poppins", sans-serif;
  transition: 0.5s ease;
}

.course-wrap .course-footer a:hover {
  text-decoration: none;
  background: white;
  color: #363636;
}

@media all and (max-width: 1000px) {
  .courses-wrapper {
    flex-direction: column;
  }
  .plus-circle {
    translate: 5px;
  }
}

@media all and (max-width: 1800px) and (min-width: 1000px) {
  .courses-wrapper {
    width: 90%;
    margin: auto;
  }
}

/* Courses css start */

/* cards css */

.wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrapper:focus {
  outline: 0;
}

.course-card {
  background: white;
  width: 400px;
  display: inline-block;
  margin: auto;
  border-radius: 19px;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
  z-index: 9999;
  transition: 1s;
}

.course-card:hover {
  -webkit-transition: all 0.2s ease-in;
  -webkit-transform: scale(1.07);
  -ms-transition: all 0.2s ease-in;
  -ms-transform: scale(1.07);
  -moz-transition: all 0.2s ease-in;
  -moz-transform: scale(1.07);
  transition: all 0.3s ease-in-out;
  transform: scale(1.07);
}

.course-card__image {
  position: relative;
  height: 230px;
  margin-bottom: 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.course-card__image--bg {
  background: linear-gradient(to right, #0098d6 0%, #00cbd6 100%);
}

.course-card__image--bg img {
  width: 340px;
  position: absolute;
  top: 0px;
  left: 25px;
}

.course-card__level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.course-card__level--bg {
  color: #f6901a;
}

.course-card__unit-name {
  font-size: 26px;
  color: black;
  font-weight: 900;
  margin-bottom: 5px;
}

.course-card__unit-description {
  padding: 20px;
  margin-bottom: 10px;
}

.course-card__unit-stats--bg {
  background: linear-gradient(to right, #0098d6 0%, #00cbd6 100%);
}

.course-card__unit-stats {
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  cursor: pointer;
}
.course-card__unit-stats .one-third {
  width: 33%;
  float: left;
  padding: 20px 15px;
  cursor: pointer;
}
.course-card__unit-stats sup {
  position: absolute;
  bottom: 4px;
  font-size: 45%;
  margin-left: 2px;
}
.course-card__unit-stats .stat {
  position: relative;
  font-size: 24px;
  width: 200px;
  margin-bottom: 10px;
}

.course-card__unit-stats .no-border {
  border-right: none;
  margin-left: 50px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
