@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@400;700&family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&family=Oswald:wght@400;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@400;700&family=Raleway:wght@400;700&family=Roboto:wght@400;700&display=swap");
.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;
}

.course-title {
  display: none;
}

.content-back .course-title {
  display: block;
}
