@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body {
  font-family: "Inter", sans-serif;
  background: linear-gradient(to bottom, #fdf4ff, #ffffff); }

a {
  text-decoration: none; }

.red {
  color: red; }

.stars {
  font-size: smaller; }
  .stars .star {
    color: #ffbf1d;
    font-size: 18px; }

.hero {
  background-color: #ffffff;
  padding: 20px 0; }
  .hero h1 {
    font-size: 30px;
    font-weight: 600px;
    line-height: 1.4; }
    .hero h1 span {
      color: red; }

.heading {
  font-size: 30px;
  margin-bottom: 10px; }

.course .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.36); }
  .course .card .card-body .card-title {
    font-size: 17px;
    line-height: 1.4; }
    .course .card .card-body .card-title a {
      color: #1976d2; }
  .course .card .card-body .amount .price {
    font-weight: bold;
    color: #fe1900;
    font-size: 40px; }
  .course .card .card-body .amount .old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 25px;
    margin-right: 10px; }
  .course .card .card-body .buy-now-btn1 {
    background-color: red !important;
    border-color: transparent !important;
    color: #fff !important;
    padding: 4px 12px !important;
    font-weight: 600;
    width: 100%; }

.course .category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px; }

.main h2 {
  font-size: 24px;
  color: #fe4b20; }

.main h3 {
  font-size: 20px;
  color: #fe4b20; }

.timersec {
  background-color: #fff;
  position: fixed;
  z-index: 1039;
  bottom: 0;
  text-align: center;
  padding: 6px;
  box-shadow: 0px -2px 2px #04040433; }
  .timersec .timer {
    display: flex;
    gap: 10px;
    font-size: 17px;
    font-weight: 600; }
  .timersec .time-box {
    border-radius: 4px;
    padding: 3px 10px;
    text-align: center;
    color: #ff0000; }
  .timersec .time-box .label {
    font-size: 10px;
    color: #333; }
