body {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/*  Preloader */
.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

/* End Preloader */

/* Font Family */
.font-inter {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: auto;
  font-style: normal;
}

/* End Font Family */

/* Hero Carousel */
.hero-carousel {
  width: 100%;
  margin: 0 auto;
}

.hero-carousel .slick-dots {
  bottom: 45px !important;
}

.hero-carousel .slick-dots li {
  margin: 0 !important;
}

.hero-carousel .slick-dots li button:before {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
}

.hero-carousel .slick-dots li.slick-active button:before {
  color: #E70000 !important;
}

/* End Carousel */

/* Testimonial Carousel */
.testimonial-carousel {
  width: 100%;
  margin: 0 auto;
}

.testimonial-carousel .slick-prev,
.testimonial-carousel .slick-next {
  width: 44px !important;
  height: 44px !important;
  background-color: white !important;
  z-index: 1;
  border-radius: 9999px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.testimonial-carousel .slick-prev:hover,
.testimonial-carousel .slick-next:hover {
  background-color: #f8f9fa !important;
}

.testimonial-carousel .slick-next:before {
  display: none !important;
}

.testimonial-carousel .slick-prev:before {
  display: none !important;
}

.testimonial-carousel .slick-prev {
  left: -12px !important;
  box-shadow: 0px 2px 4px -1px #0000000F;
  box-shadow: 0px 4px 6px -1px #0000001A;
}

.testimonial-carousel .slick-next {
  right: -12px !important;
  box-shadow: 0px 2px 4px -1px #0000000F;
  box-shadow: 0px 4px 6px -1px #0000001A;
}

.testimonial-carousel .slick-dots {
  bottom: -45px !important;
}

.testimonial-carousel .slick-dots li {
  margin: 0 !important;
}

.testimonial-carousel .slick-dots li button:before {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
}

/* End Testimonial Carousel */

/* Other Blog Carousel */
.other-blog-carousel {
  width: 100%;
  margin: 0 auto;
}

/* End Other Blog Carousel */

/* Course Carousel */
.course-carousel {
  width: 100%;
  margin: 0 auto;
}

/* End Course Carousel */


@media screen and (max-width: 768px) {
  .hero-carousel img {
    height: 274px !important;
  }

  .hero-carousel .slick-dots {
    bottom: 25px !important;
  }
  
  .slick-prev{
    left: -10px!important;
  }

  .slick-next{
    right: -10px!important;
  }
}

.carousel-container {
  width: 80%;
  margin: auto;
}

.carousel-item {
  text-align: center;
  padding: 10px;
}

.carousel-item img {
  border-radius: 10px;
}

.filter-buttons {
  text-align: center;
  margin-bottom: 20px;
}

.filter-buttons button {
  margin: 5px;
  padding: 10px;
  cursor: pointer;
}

.text-description > p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-description > ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.text-description > ol {
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}