.card-feature {
  min-height: 250px;
}

.card-content h5 {
  font-size: 30px !important;
}
.card-content h5, .card-content p {
  color: #233D63 !important;
}
.card-content ul {
  font-size: 18px;
  height: 130px;
  overflow-y: scroll;
}
.card-content a {
  font-weight: 600;
}

.card-item {
  margin-bottom: 0;
  border-radius: 20px !important;
}

.card-item:hover {
  box-shadow: 4px 4px 0px 2px rgba(35, 61, 99, 0.2) !important;
  background-color: white;
  padding: 0;
}

.color-1 {
  color: #0076D0;
}

* {
  box-sizing: border-box;
}

.package-carousell .carousel-cell {
  padding-bottom: 10px;
  width: 350px; /* Fixed width for each cell */
  height: auto;
  margin-right: 10px;
  justify-content: center;
}

.w-10 {
  width: 10%;
}

.discount {
  color: var(--secondary-50, rgba(35, 61, 99, 0.5));
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: strikethrough;
}

.discount-percent {
  background-color: rgba(241, 60, 60, 0.1450980392);
  color: #F13C3C;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.flickity-viewport {
  background-color: #F8F8F8;
}

.dark-theme .flickity-viewport {
  background-color: #3a3b3c;
}
.dark-theme ::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgba(113, 113, 113, 0.6039215686)), color-stop(0.72, rgba(113, 113, 113, 0.6039215686)), color-stop(0.86, rgba(113, 113, 113, 0.6039215686)));
}

.card-text {
  color: var(--Secondary, #233D63);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-label {
  color: var(--Text, #FCFCFC);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background-color: #0076D0;
}

.card-img-top {
  height: 300px;
  z-index: 0;
}

.card-body {
  margin-bottom: 0;
  border-radius: 20px;
  background-color: white;
  z-index: 1;
}

.card-image img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the image fills the container while maintaining its aspect ratio */
}

.bg-flayer {
  background-image: url("/images/student/flyer.png");
}

body {
  font-family: sans-serif;
}

.tryout {
  border-radius: 16px;
}
.tryout h2 {
  color: var(--Full-White, var(--Navbar-Sidebar, #FFF));
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn-white {
  border-radius: 6px;
  background-color: white;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bg-blue {
  background-color: #0076D0;
}

.text-blue {
  color: #0076D0 !important;
}

.head-carousell .carousel-cell {
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 372px;
  margin-right: 10px;
  border-radius: 16px;
  counter-increment: carousel-cell;
}

.owl-dots {
  padding-top: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: flex-end;
}
.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #cac9c9;
  border: 1px solid #cac9c9;
  margin: 0.2rem;
  margin-top: 1rem;
  margin-left: 2rem;
}
.owl-dots .owl-dot.active {
  background: #0076D0;
  width: 3rem;
  border-radius: 5rem;
}
.owl-dots .owl-dot:hover {
  background: #0076D0;
}
.owl-dots .owl-dot span {
  display: none !important;
}

/* cell number */
@media (max-width: 992px) {
  .carousel-cell {
    height: 300px;
  }
  .owl-dots .owl-dot {
    margin-left: 0.5rem;
    width: 10px;
    height: 10px;
    margin: 0.1rem;
  }
  .owl-dots .owl-dot.active {
    width: 1.5rem;
    height: 10px;
  }
  .tryout h2 {
    font-size: 14px !important;
  }
  .tryout .btn-white {
    font-size: 10px !important;
    padding: 3px 7px !important;
  }
  .tryout .btn-white svg {
    width: 15px;
    height: 15px;
  }
  .dashboard-heading h3 {
    font-size: 20px !important;
  }
  .dashboard-heading h6 {
    font-size: 14px !important;
  }
}
@media (max-width: 576px) {
  .card-img-top {
    height: 230px !important;
  }
  .carousel-cell {
    width: 100%;
    width: 250px !important;
    height: 200px;
  }
  .card-text {
    font-size: 14px !important;
  }
  .card-item .buynow .btn-buy, .btn-activate {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=student.css.map */