.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.popular-section {
  padding-bottom: 40px;
  padding-top: 50px;
  position: relative;
  display: block;
}
.popular-section h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  text-transform: capitalize;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner {
  position: relative;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner img {
  max-width: 190px;
  transform-style: preserve-3d;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  transition: 0.3s all;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner .content-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #191c32;
  border-radius: 5px;
  transition: 0.5s all;
  transform: translateX(100%);
  text-align: center;
  padding: 20px;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner .content-back .course-title a,
.popular-section .owl-courses-content .top-courses-item .top-courses-inner .content-back .video-description {
  color: #ffffff;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner:hover .content-back {
  transform: none;
}

.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number {
  width: 320px;
  padding-left: 89px;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number.more-than-10 {
  width: 380px;
  padding-left: 139px;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number:before {
  content: "";
  position: absolute;
  width: 142px;
  height: 123px;
  left: 43px;
  top: 50%;
  background: linear-gradient(248.28deg, #9e61ff 9.54%, rgba(142, 97, 255, 0) 32.8%), radial-gradient(81.71% 279.87% at -16.57% -92%, #619bff 28.69%, rgba(205, 219, 248, 0) 69.54%), #7b61ff;
  filter: blur(40px);
  margin-top: -62px;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number .eadflix-nunber {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  font-size: 160px;
  line-height: 160px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -80px;
  transition: 0.3s all;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number a {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
  text-decoration: none;
  z-index: 9;
  position: relative;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number a:hover {
  color: #7b61ff;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number:hover a {
  border-color: #7b61ff;
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number:hover a img {
  transform: scale(1.1);
}
.popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number:hover .eadflix-nunber {
  font-size: 200px;
}
.popular-section a, .popular-section h6 a {
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
}
.popular-section .owl-carousel .owl-nav > button:hover {
  background: #7b61ff;
}

[data-themename=boost_training] .popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number:before {
  background: linear-gradient(248.28deg, #2d2b30 9.54%, rgba(142, 97, 255, 0) 32.8%), radial-gradient(81.71% 279.87% at -16.57% -92%, #619bff 28.69%, rgba(205, 219, 248, 0) 69.54%), #b4b0cb;
}
[data-themename=boost_training] .popular-section .owl-courses-content .top-courses-item .top-courses-inner.top-courses-number .eadflix-nunber {
  -webkit-text-stroke: 2px #707888;
}

[data-themename=eadflix] .block-home-popular-number-eadflix .container {
  max-width: initial;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
