
/*------------------------------------------------------------------------
# mod_mx_course Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

.la-member{
  position: relative;
}

.mxtc-course-item {
  border: 1px solid rgba(3, 31, 66, 0.08);
  padding: 15px 15px 23px 15px;
  position: relative;
  overflow: hidden;
  background-color: var(--mxtc-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.mxtc-course-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
}
.mxtc-course-item:hover .mxtc-course-btn {
  transform: translateY(-30px);
}
.mxtc-course-item:hover .mxtc-course-content {
  transform: translateY(-60px);
}
.mxtc-course-content {
  position: relative;
  overflow: hidden;
  padding: 20px 15px 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: var(--mxtc-common-white);
}
.mxtc-course-teacher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mxtc-course-teacher img {
  height: 35px;
  width: 35px !important;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}
.mxtc-course-teacher > span {
  font-size: 15px;
}
.mxtc-course-teacher > span a:hover {
  color: var(--mxtc-theme-secondary);
}
.mxtc-course-teacher .discount {
  flex: 0 0 auto;
  color: #E71442;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.52px;
  border-radius: 6px;
  border: 1px solid rgba(231, 20, 66, 0.12);
  padding: 0 9px;
}
.mxtc-course-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.mxtc-course-thumb img {
  height: auto;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px !important;
  object-position: top center;
}
.mxtc-course-thumb.sidebar img {
  height: 100%;
}
.mxtc-course-tag {
  line-height: 1;
}
.mxtc-course-tag span {
  display: inline-block;
  border-radius: 3px;
  color: var(--thm19-base);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 10px;
  line-height: 1;
  overflow: hidden;
  background: #f1f1f1;
}
.mxtc-course-tag span a {
  border-radius: 3px;
  color: var(--thm19-base);
  line-height: 1;
}
.mxtc-course-tag span[data-cat-color] {
  position: relative;
  z-index: 1;
}
.mxtc-course-tag span[data-cat-color]::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: currentColor;
  opacity: 0.08;
}
.mxtc-course-meta {
  margin-bottom: 7px;
}
.mxtc-course-meta span {
  color: #94928e;
}
.mxtc-course-meta span:not(:last-of-type) {
  margin-right: 16px;
}
.mxtc-course-meta span span {
  color: #94928E;
  font-size: 14px;
  display: inline-block;
  margin-right: 1px;
}
.mxtc-course-meta span span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.mxtc-course-title {
  color: var(--mxtc-heading-2);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 15px 0ox;
}
.mxtc-course-title a {
  color: var(--mxtc-heading-2);;
}
.mxtc-course-title a:hover {
  color: var(--thm19-base);
}
.mxtc-course-text{
  color: var(--mxtc-heading-2);
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(3, 31, 66, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mxtc-course-title a br {
    display: none;
  }
}
.mxtc-course-rating-star p {
  margin-bottom: 0;
  color: var(--mxtc-heading-2);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.mxtc-course-rating-star p span {
  font-size: 14px;
  font-weight: 300;
}
.mxtc-course-rating-icon i, .mxtc-course-rating-icon span {
  font-size: 13px;
  color: #FFB21D;
}
.mxtc-course-pricing .price del {
  display: block;
  color: #94928E;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: -1px;
}
.mxtc-course-pricing .price > span, .mxtc-course-pricing .price ins {
  font-size: 18px;
  font-weight: 600;
  color: var(--thm19-base);
}
.mxtc-course-pricing .price ins {
  text-decoration: none;
}
.mxtc-course-pricing.home-2 {
  color: var(--mxtc-theme-secondary);
}
.mxtc-course-btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 34px;
  text-align: center;
  transform: translateY(50px);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.mxtc-course-btn a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  color: var(--mxtc-common-white);
  background-color: var(--thm19-base);
}
.mxtc-course-btn a:hover {
  background-color: var(--mxtc-heading-2);
}
.mxtc-course-tab .nav-link {
  position: relative;
  color: #A0A2A4;
  font-size: 20px;
  line-height: 20px;
  padding: 11px 10px;
  margin: 0 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mxtc-course-tab .nav-link {
    font-size: 17px;
    padding: 10px 6px;
    margin: 0 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .mxtc-course-tab .nav-link {
    margin: 0 0;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mxtc-course-tab .nav-link {
    font-size: 16px;
  }
}
.mxtc-course-tab .nav-link span {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: scale(0);
}
.mxtc-course-tab .nav-link.active {
  color: #031F42;
}
.mxtc-course-tab .nav-link.active span {
  opacity: 1;
  transform: scale(1);
}
.gap-2 {
  gap: .5rem !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
:root {
   --mxtc-common-white: #ffffff;
  --mxtc-common-black: #000;
  --mxtc-common-black-1: #010F1C;
  --mxtc-grey-1: #F6F4EE;
  --mxtc-grey-2: #84807B;
  --mxtc-grey-3: #55585B;
  --mxtc-grey-4: #EFEDE7;
  --mxtc-grey-5: #636366;
  --mxtc-grey-6: #4F5158;
  --mxtc-red-1: #AF0E2E;
  --mxtc-red-2: #C41230;
  --mxtc-red-3: #B70A14;
  --mxtc-blue-1: #F1F3F9;
  --mxtc-heading-primary: #161613;
  --mxtc-heading-2: #031F42;
  --mxtc-heading-3: #0A1D3A;
  --mxtc-heading-4: #161821;
  --mxtc-text-body: #57595F;
  --mxtc-theme-primary: #AB0C2F;
  --mxtc-theme-secondary: #1A73E8;
  --mxtc-theme-3: #FF7162;
  --mxtc-theme-4: #B1040E;
  --mxtc-theme-5: #F0EC51;
  --mxtc-theme-6: #1E1E2F;
  --mxtc-theme-7: #4661FD;
  --mxtc-theme-8: #006B61;
  --mxtc-dashboard-primary: #556DF5;
  --thm19-base: #5169F1;
  --mxtc-dashboard-3: #5B7D55;
  --mxtc-dashboard-danger: #FF4D4F;
  --mxtc-dashboard-sucess: #0F9F55;
  --mxtc-dashboard-warning: #F59B12;
  --mxtc-dashboard-info: #5974FF;
  --mxtc-border-primary: #EAEBED;
  --mxtc-border-2: #E4E2DC;
}
