body {
  font-family: "Inter", sans-serif;
}
.header_text {
  font-weight: 700;
  font-size: 3rem;
}
.header_text span {
  color: #39db4a;
}
.sub_heading {
  color: #4a4a4a;
  font-size: 1.1rem;
  word-spacing: 1.2px;
  /* padding: 1.2rem 0 1.2rem 0; */
}
.btn-order {
  background-color: #39db4a;
  color: white;
  font-weight: 500;
  box-shadow: 1px 4px 12px 4px rgba(57, 219, 74, 0.3);
  /* x-axis(left and right)   y-axis(top and bottom)  Blur  Spread    R G B   Opacity */
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 25px;
  text-decoration: none;
}
.text-watch {
  color: #4d4d4d;
}
.btn-play {
  width: 50px;
  height: 50px;
  font-size: 1.9rem;
}
.pad_left {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.normal_font {
  font-size: 1rem;
  color: #ff6868;
}
.mediam_font {
  font-size: 2rem;
  font-weight: 600;
}
.link-decor {
  text-decoration: none;
  display: block;
  color: #4a4a4a;
}
.catg-tag {
  font-size: 1.2rem;
  font-weight: 500;
}
.gold_icon {
  color: gold;
}
.pad_nxt_line {
  padding-right: 1rem;
}
.testimonials_cus {
  margin-left: -1.2rem;
}
.testimonials_rev {
  font-size: 0.9rem;
}
.testimonials_rev .catg-tag {
  font-size: 0.9rem;
  font-weight: 600;
}
.card-body .testimonials_rev {
  font-size: 0.8rem;
  color: #4a4a4a;
}
.bg_prime {
  background-color: #39db4a;
}
.footer_flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.socialmedia {
  text-decoration: none;
}
.socialmedia img {
  width: 2.4rem;
  transition: all 0.3s ease;
}
.socialmedia img:hover {
  transform: scale(1.4);
}
.img_rotate {
  transition: all 0.4s ease;
}
.img_rotate:hover {
  transform: rotate(360deg);
}
.img_lift {
  overflow: hidden;
  transition: 0.4s;
}
.img_lift:hover {
  transform: translateY(-1.2rem);
}
