/*-- Font --*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*-- General --*/
body{
  font-family: 'Poppins' !important;
}

/*-- Navbar -- */
.top-navbar {
  background: #F3F3F3;
}
.menu-category > ul > li {
  color: #497945;
}

/*-- Banner --*/
.slider-container{
  background: #CBE5BE;
}

/*-- Background --*/
.bg-primary{
  background-color: #497945 !important;
}

/*-- Buttons --*/
.btn-primary{
  background: #497945;
  border-color: #497945;
  box-shadow: 0 3px 6px 0 rgb(73, 121, 69 / 30%);
}
.btn-ghost-primary{
  background: #49794525;
  border-color: #49794525;
  color: #497945;
}

/*-- Text --*/
.text-primary{
  color: #497945;
}
.text-success{
  color: #8DC63F !important;
}
.text-danger{
  color: #E94D4D;
}

/*-- Input --*/
.form-control{
  font-family: 'Poppins';
  font-size: .9rem;
}

/*-- Categories --*/
.icon span{
  font-size: 4rem;
}
.trending-card:hover .item-count{
  background: #497945;
}
.home-sections{
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: unset;
}
.swiper-pagination {
  position: relative;
}
.webinar-card .course-category {
  border-radius: 4px;
  border: 1px solid #497945;
  color: #497945;
  padding: .25rem .5rem;
}
.webinar-card .date-published {
  background: #49794525;
  padding: .25rem .75rem;
  border-radius: 5px;
}
.webinar-card .duration, .webinar-card .date-published {
  color: #497945;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #497945;
}

/*-- Footer --*/
.footer .border-blue {
  border-top: 1px solid #396436;
}
.footer{
  margin-top: unset;
}
