header {
  background: #fff;
}

.header__above {
  max-width: 90%;
  padding: 15px 0;
}

.header__back--home {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.header__btn {
  gap: 20px;
}

.nav__list {
  max-width: 90%;
  gap: 32px;
  padding: 20px 0;
}

.nav--link {
  color: #464646;
  font-size: 18px;
  font-weight: 700;
}

.nav--link iconify-icon {
  margin-right: 7px;
}

.nav--link:hover {
  /*border-bottom: 1px solid rgba(141, 77, 243, 1);*/
  color: rgba(141, 77, 243, 1);
  padding: 0;
  margin: 0;
  text-decoration: underline;
}

.containerr {
  max-width: 100%;
  margin: auto;
}

.imgfluid {
  width: 100%;
  display: block;
}

.img-fluid {
  width: 100%;
  display: block;
}

.textLHH {
  color: red;
}

/* header */
header {
  background: #fff;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.05);
}

.header__below {
  padding: 10px 20px;
}

.my__customer {
  margin: auto 30px;
}

.customer--content-created__course {
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.created__course {
  padding: 20px;
}

.created__course--title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-title {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 8rem;
  text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc,
  1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc,
  3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc,
  5px 6px 1px #eee, 7px 6px 1px #ccc;
}

.main-title h1 {
  font-size: 7rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #555;
}

.main-title h2 {
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
}

.svg-img {
  display: block;
  margin: auto;
}

svg {
  display: block;
  margin: auto;
}

#clock {
  animation: clockHand 5s infinite linear;

  transform-box: fill-box;
  transform-origin: bottom;
}

#leftTree,
#righTree {
  animation: tree 2s ease-in-out infinite alternate;
  transform-box: fill-box;
  transform-origin: bottom;
}

#man {
  animation: manBody 1s ease-in-out infinite alternate;
  transform-box: fill-box;
  transform-origin: bottom;
}

#pc-circle {
  fill: #6ace66;
  stroke-width: 4;
  animation: change-light 4s linear infinite alternate;
}

@keyframes clockHand {
  from {
    transform: rotateZ(0deg);
  }
  from {
    transform: rotateZ(-360deg);
  }
}

@keyframes manBody {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(10deg);
  }
}

@keyframes tree {
  from {
    transform: rotateZ(10deg);
  }
  to {
    transform: rotateZ(-20deg);
  }
}

@keyframes change-light {
  0% {
    stroke: #cd61f8;
  }
  25% {
    stroke: #6ace66;
  }
  75% {
    stroke: #2995c0;
  }
  100% {
    stroke: #e92949;
  }
}

/* Media Queries */
@media (min-width: 360px) {
  .created__course--title {
    text-align: center;
    font-size: 18px;
  }

  .main-title {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc,
    1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc,
    3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc,
    5px 6px 1px #eee, 7px 6px 1px #ccc;
  }

  .main-title h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #555;
  }

  .main-title h2 {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
  }
}

@media (min-width: 640px) {
  .main-title h1 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #555;
  }

  .main-title h2 {
    font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .main-title h1 {
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #555;
  }

  .main-title h2 {
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .main-title h1 {
    font-size: 7rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #555;
  }

  .main-title h2 {
    font-size: 5rem;
    font-weight: 300;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  .main-title h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #555;
  }

  .main-title h2 {
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
  }

  .main-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
