.header {
  text-align: center;
  background-color: #e6e8e6;
  padding: 14px 0;
}

.header img {
  width: 10%;
  height: auto;
}

.live-icon {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  padding: 5px 16px 5px 12px;
  border-radius: 4px;
  background-color: rgb(231, 76, 60);
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: rgba(60, 64, 67, 0.32) 0px 1px 2px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px, rgba(0, 0, 0, 0.1) 0px 1px 8px;
}

.live-icon-dot {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  animation: live 0.5s ease 0s infinite alternate none running;
}

@keyframes live {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.intro {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  padding-top: 20px;
}

.intro h1 {
  font-weight: bold;
  color: black;
  font-size: 1.9rem;
}

.intro h2 {
  margin-top: 1rem;
  color: rgb(18, 18, 18);
  font-size: 1.4rem;
}

.intro a {
  margin-top: 1rem;
  padding: 10px 0;
  width: 100%;
  display: block;
  font-size: 1.7rem;
  color: black;
  background-color: #ffd04f;
  border-radius: 50px;
  text-decoration: none;
}

.intro p {
  font-size: 1rem;
  color: rgb(18, 18, 18);
  margin-top: 0.8rem;
}

.intro a:hover {
  background-color: #f0c651;
  color: black;
}

.body-container {
  gap: 10px;
  align-items: center;
  width: 60%;
  margin-inline: auto;
  margin-top: 3rem;
}

.body-container .right-side {
  width: 50%;
}

.body-container .right-side img {
  width: 100%;
}

.body-container .left-side {
  width: 50%;
}

.course-features {
  color: white;
  width: 100%;
  margin-inline: auto;
  background: #7a47ae;
  border-radius: 15px;
  padding: 20px 30px;
}
.course-speakers {
  background-image: linear-gradient(180deg, #0bd5c8, #ffffff);
  color: black;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.course-speakers .speakers {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.speaker .profile {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.speaker .profile .picture {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}

.speaker .profile h3 {
  font-weight: bold;
}

.speaker .profile .partnership {
  width: 100%;
}

.speaker .description {
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 900px) {
  .speaker .description {
    width: 60%;
  }
}

.speaker ul {
  display: flex;
  text-align: center;
  margin: 0.5rem auto;
  padding: 0;
}

li {
  list-style: none;
}

.speaker li {
  list-style: none;
  margin: 0 1rem;
  font-size: 30px;
  color: var(--primary);
}

.footer {
  background-color: rgb(103, 83, 125);
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .intro,
  .body-container {
    width: 90%;
  }

  .body-container {
    flex-wrap: wrap;
  }

  .body-container .right-side {
    width: 100%;
  }

  .body-container .left-side {
    width: 100%;
  }

  .intro h1 {
    font-size: 2.1rem;
  }

  .intro h2 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .header {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .header img {
    width: 40%;
    height: auto;
  }
}

.gtco-testimonials .owl-stage-outer {
  padding: 10px 0;
}

/* .course-testimonials .gtco-testimonials .owl-nav {
  display: none;
} */

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid var(--primary);
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: var(--primary);
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.owl-carousel .owl-nav button .owl-next,
.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  direction: ltr;
}

.owl-item.active {
  opacity: 1;
}

button.owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  color: var(--primary) !important;
}

button.owl-prev {
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--primary) !important;
}

.carousel-item {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.carousel-item img {
  border-radius: 10px;
  width: 100%;
  object-fit: contain;
}

.text-childos {
  font-family: ChildosArabic;
}
