
.home-popular-right {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: center;
}
.home-popular {
  background-color: var(--color-2);
}
.home-popular-left h1 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.7px;
  color: #FFFFFF;
}
.home-popular-left h2 {
  font-family: var(--font-05);
  font-size: 45px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2em;
  letter-spacing: -0.3px;
  color: #FFFCFC;
  margin-bottom: 30px;
}
.home-popular-left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #FFFCFCF2;
}
.home-popular-right img {
  border-radius: 5px 50px 5px 50px;
  position: relative;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 400px;
}
.home-popular-right figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-2);
  border-radius: 5px 50px 5px 50px;
  cursor: pointer;
  opacity: 0;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.home-popular-right figure:hover::after {
  opacity: .3;
}
.home-popular-img:hover span {
  background: #fff;
  color: var(--color-2);
}
.home-popular-right figure {
  position: relative;
  border-radius: 5px 50px 5px 50px;
  margin: 0;
}
.home-popular-left h1 svg {
  fill: var(--color-1);
}
.home-popular-img span {
  background: #C29F4D;
  background: linear-gradient(90deg,rgba(194, 159, 77, 1) 0%, rgba(226, 211, 148, 1) 50%, rgba(194, 159, 77, 1) 100%);
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  bottom: 30%;
  left: 0;
  box-shadow: rgb(0, 0, 0) 5px 3px 0px, rgb(0, 0, 0) 0px 5px 1px -3px, rgb(0, 0, 0) 0px -3px 0px inset;
  cursor: pointer;
}
.home-popular-img {
  position: relative;
  width: 100%;
  text-align: right;
}
.coaching-course-right .coaching-course-content {
  width: 100%;
}
.home-popular-left-tab {
  padding: 0;
}
.home-popular .container-fluid {
  padding: 0px 40px;
}
@media(max-width:1500px){
  .home-popular-img span {
  font-size: 26px;
}
}
@media(max-width:1400px){
  .home-popular-img span {
  font-size: 22px;
}
}
@media(max-width:1200px){
  .home-popular-right {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.home-popular-img {
  width: 100%;
}
.home-popular-right img {
  max-width: 100%;
  height: 300px;
}
.home-popular-left h2 {
  font-size: 40px;
  margin-bottom: 15px;
}

}
@media(max-width:991px){
  .home-popular-inner .row {
  row-gap: 30px;
}
.home-popular-right {
  display: flex;
  flex-direction: row;
  row-gap: 30px;
}
}

@media(max-width:768px){
  .home-popular-left h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.home-popular-right {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
}

@media(max-width:576px){
  .home-popular-img span {
  font-size: 16px;
}
.home-popular .container-fluid {
  padding: 0px 15px;
}
.testimonial-box p {
  font-size: 16px;
}
}