@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Regular.woff2') format('woff2');
  /* Add additional font weights and styles as needed */
}

/* Apply Inter font to all elements */
*, body {
  font-family: 'Inter', sans-serif;
}

.status-timer-today {
  padding: 100px 0px;
}
.timer_clock {
  position: relative;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-family: "Font Awesome 5 Free" !important;
}
}
.status_timer {
  position: relative;
}
.status_timer {
  position: absolute;
  left: 0;
  right: 0;
  top: 95%;
  width: 100%;
}
.status_timer p {
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 4px 20px;
  border-radius: 6px;
  /* width: 37px; */
  height: auto !important;
  display: inline-block;
}

.status_timer p.active {
  color: #000;
  background: #0af138;
}
.status_timer p.non-active {
  color: #fff;
  background: red;
}
.status_timer p.pause {
  color: #000;
  background: #efa402;
}
.timer_clock h3 {
  font-size: 46px;
  line-height: 62px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: -0.92px;
  color: #000;
}
.timer-goto {
  background: transparent linear-gradient(224deg, #ffaf00 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  border-radius: 6px;
  position: relative;
}
.timer_paid {
  opacity: 0.7;
  border-radius: 6px;
}
.small-icon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.locked-card {
  opacity:1;
}
button.unlock-button {
  color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  margin-top: 10px;
  background-color: #e5a83a;
}
.button-link {
  position: relative;
  z-index: 1;
}

.img-class {
  position: absolute;
  bottom: 40px;
  left: 0px;
  text-align: center;
  right: 0px;
}
/* .img-class img {
  position: absolute;
  z-index: 33;
  left: 45%;
  bottom: 6rem;
  text-align: center;
  margin: 0 auto;
} */

.calendar-goto {
  background: #fcfcfc 0% 0% no-repeat padding-box;
  box-shadow: 0px 12px 45px #00000012;
  border-radius: 6px;
  opacity: 1;
  border: 1px solid #fec64b;
}
.timer-details {
  padding: 30px 50px;
}
.calendar-details {
  padding: 36px 0px 30px 50px;
}
.logo h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 37px;
  line-height: 56px;
}
.logo-calendar img {
  width: 271px;
  height: 171px !important;
  object-fit: cover;
}
.calendar-details h3 {
  text-align: left;
}
.timer-details h3 {
  text-align: right;
}
.timer-details h3,
.calendar-details h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.4px;
  font-size: 20px;
}
.button-link a {
  width: 168px;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
}

@media (max-width: 1180px) {
  .ordering {
    order: 1;
  }
  .ordering-1 {
    order: 3;
  }
  .ordering-2 {
    order: 2;
  }
}

@media (max-width: 767px) {
  .timer-goto {
    width: 100%;
  }
  /* .w-50.calendar-details
  {
    width: 100% !important;
  } */
  .calendar-goto.ml-4 {
    margin-left: 0px !important;
  }
  .logo {
    width: auto !important;
    padding-left: 22px;
  }
  .logo h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
  }
  .logo img {
    width: 60px !important;
    height: 60px !important;
  }

  .timer-details h3,
  .calendar-details h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.4px;
    font-size: 14px;
  }
  .button-link a {
    width: 120px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.24px;
  }
  .timer-details {
    padding: 26px 23px;
  }
  .calendar-details {
    padding: 20px 0px 30px 22px;
  }
  .logo-calendar img {
    width: 146px;
    height: 92px !important;
    object-fit: cover;
  }
}
