/*--------------------------------------------------------------
# Home- Classes Section Starts
--------------------------------------------------------------*/

.home-classes .classes-card {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.home-classes .classes-card .personal-training-card {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 22px;
  text-align: center;
  width: 208px;
  transition: all 0.4s;
}
.home-classes .classes-card .personal-training-card img {
  max-height: 45px;
  width: auto;
  object-fit: cover;
}
.home-classes .classes-card .classes-card-bgimg {
  position: absolute;
  right: -25px;
  z-index: -1;
  top: -75px;
}
.home-classes .class-card-heading {
  font-family: "Poppins";
  color: #7a5c8d;
}

.home-classes .class-grids {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .home-classes .classes-card-top {
  margin-left: 50px;
} */
/*--------------------------------------------------------------
# Price Section Starts
--------------------------------------------------------------*/

.price-section .pricing-card {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 40px 24px 40px 24px;
  border: unset;
  /* min-height: 500px; */
}
.price-section .pricing-card .pricing_img {
  position: absolute;
  left: 0;
  /* width: 260px; */
  /* height: 400px; */
  z-index: 1;
  top: 0;
}
.price-section .card-content {
  z-index: 1;
}
.price-section .card-content .card-title h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  color: #24ccd4;
}
.price-section .card-content .pricing-display {
  display: flex;
  gap: 4px;
}
.price-section .card-content .pricing-display .pricing-number {
  font-family: "Poppins";
  font-size: 65px;
  color: #7a5c8d;
  line-height: 1;
}
.price-section .pricing-display .pricing-symbol {
  font-size: 18px;
  margin-top: 0px;
  font-family: "Poppins";
}
.price-section .card-content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #008878;
}
.price-section .pricing-display .pricing-per-month {
  align-self: flex-end;
  margin-bottom: 4px;
  font-family: "Poppins";
  font-size: 14px;
}
.box:hover {
  box-shadow: 5px 7px 14px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# Testimonial Section Starts
--------------------------------------------------------------*/
