@charset "UTF-8";

@import "../fonts/bodoni-bt/stylesheet.css";

@import "../fonts/poppins/stylesheet.css";

@import "../fonts/bootstrap-font/stylesheet.css";

._bg-white {
  background-color: #ffffff !important;
}

._bg-beige {
  background-color: #ece6dd !important;
}

:root {
  --text--fs-12: 12px;
  --text--fs-14: 14px;
  --text--fs-16: 16px;
  --text--fs-18: 18px;
  --text--fs-20: 20px;
  --text--fs-22: 22px;
  --text--fs-24: 24px;
  --text--fs-26: 26px;
  --text--fs-28: 28px;
  --text--fs-30: 30px;
  --text--fs-32: 32px;
  --text--fs-36: 36px;
  --text--fs-40: 40px;
  --text--fs-48: 48px;
  --text--fs-50: 50px;
  --text--fs-60: 60px;
}

:root {
  --container: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins";
  font-weight: 400;
  color: #000000;
  font-size: var(--text--fs-16);
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

img,
svg {
  width: 100%;
  height: auto;
}

main {
  overflow-x: hidden;
}

.author-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.author-slider-1 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick-prev {
  left: -70px;
}

.slick-next {
  right: -70px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.slick-dots li button {
  padding: 6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #512d0d;
  font-size: 0;
}

.slick-dots li.slick-active button {
  background-color: #512d0d;
}

.tabs.masterclass-tab .inner {
  padding: 20px;
}

.tabs .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.tabs .nav .nav-item .nav-link {
  border: 1px solid #512d0d;
  background-color: transparent;
  color: #512d0d;
  border-radius: 10px;
  width: 150px;
}

.tabs .nav .nav-item .nav-link.active {
  background-color: #512d0d;
  color: #ffffff;
}

.lesson-description-modal .modal-dialog {
  margin-top: 30px;
  max-width: 800px;
}

.lesson-description-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.lesson-description-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

.lesson-description-modal .modal-dialog .modal-content .modal-body {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.lesson-description-modal .modal-dialog .modal-content .modal-body button.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-size: 20px;
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
  background: url(../img/icons/cross.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #512d0d;
  opacity: 1;
  padding: 10px;
}

.lesson-description-modal .modal-dialog .modal-content .modal-body button.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lesson-description-modal .modal-dialog .modal-content .modal-body .btn-wrapper {
  margin-top: 30px;
}

.lesson-description-modal .modal-dialog .modal-content .modal-body p {
  font-size: 18px;
}

.lesson-description-modal .modal-dialog .modal-content .modal-body img {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.lesson-description-modal .modal-dialog .modal-content .modal-body .btn {
  min-width: 100px;
}

.auth-modal .modal-dialog {
  max-width: 500px !important;
}

.auth-modal .btn-wrapper {
  margin-top: 30px;
}

.auth-modal p {
  font-size: 18px;
}

.auth-modal img {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.auth-modal .btn {
  min-width: 100px;
}

._standard-text h1 {
  font-size: var(--text--fs-40);
  font-weight: 600;
  color: #613813;
  margin-bottom: 20px;
}

._standard-text h2 {
  font-size: var(--text--fs-30);
  font-weight: 400;
  margin-bottom: 20px;
}

._standard-text h2 span {
  color: #613813;
}

._standard-text h3 {
  font-size: var(--text--fs-24);
  font-weight: 400;
  color: #512d0d;
  margin-bottom: 10px;
}

._standard-text h4 {
  font-size: var(--text--fs-20);
  font-weight: 400;
  color: #512d0d;
  margin-bottom: 10px !important;
}

._standard-text p {
  font-size: var(--text--fs-16);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.4;
}

._standard-text *:last-child {
  margin-bottom: 0;
}

.gap-20 {
  row-gap: 20px;
}

.gap-40 {
  row-gap: 40px;
}

.gap-30 {
  row-gap: 30px;
}

.gap-60 {
  row-gap: 60px;
}

._has-pb-100 {
  padding-bottom: 100px !important;
}

._listing ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

._listing ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #000000;
  left: 0;
  border-radius: 50%;
  top: 5px;
}

._listing ol li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  counter-increment: count;
}

._listing ol li::before {
  position: absolute;
  left: 0;
  color: #000000;
  counter-increment: line;
  content: counter(count);
}

.pt-header {
  padding-top: 130px;
}

._yellow {
  color: #e5b00f;
}

._blue {
  color: #4495f2;
}

._bg-dark-brown {
  background-color: #2e1b09;
}

._bg-brown {
  background-color: #613813;
}

._mt-header {
  margin-top: 136px;
}

._mt-masterclass-header {
  margin-top: 90px;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  font-size: var(--text--fs-16);
  font-family: "Poppins";
  font-weight: 400;
  color: #000000;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 24px;
  text-align: center;
  border-radius: 11px;
  position: relative;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

._btn--yellow {
  background-color: #e5b00f;
  color: #512d0d;
}

._btn--yellow:hover {
  background-color: #512d0d;
  color: #ffffff !important;
}

._btn--yellow img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3px;
}

._btn--gray {
  background-color: #dcdcdc;
  color: #000000;
  border: 1px solid #dcdcdc;
}

._btn--gray:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #dcdcdc;
}

._btn--brown {
  background-color: #aa7d50;
  color: #000000;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid transparent;
}

._btn--brown:hover {
  border: 1px solid #512d0d;
  background-color: #512d0d;
  color: #ffffff !important;
}

._btn--brown img {
  width: 89px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 8px;
}

._btn--white {
  background-color: #ffffff;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid transparent;
}

._btn--white:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff !important;
}

._btn--white img {
  width: 89px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 8px;
}

.btn-arrow {
  position: relative;
  padding-right: 30px;
  font-size: var(--text--fs-20);
}

.btn-arrow::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-arrow:hover::after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.mt-25 {
  margin-top: 25px;
}

.pv-header {
  padding-top: 120px;
  padding-bottom: 220px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pv-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.heading-icon {
  text-align: center;
  margin-bottom: 10px;
}

.heading-icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.progress-container .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: -o-radial-gradient(closest-side, white 70%, transparent 82%);
  background: radial-gradient(closest-side, white 70%, transparent 82%);
}

.review .m-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.review .m-rating p {
  font-size: 16px;
  margin-bottom: 0;
}

.review .m-rating .star-icon {
  cursor: pointer;
  color: rgb(165, 165, 165);
  font-size: 20px !important;
  margin-bottom: 0;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding-top: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header.masterclass-header {
  padding: 0;
}

.header.masterclass-header .header__top {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #512d0d;
}

.header.js-sticky {
  background-color: #ffffff;
}

.header__top {
  margin-bottom: 30px;
}

.header__top .social_icons a {
  color: #512d0d;
}

.header__top .social_icons a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.header__top .social_icons.loggedin a {
  color: #000000;
}

.header__top .social_icons.loggedin .cart {
  position: relative;
}

.header__top .social_icons.loggedin .cart::after {
  content: attr(value);
  position: absolute;
  background-color: #e5b00f;
  color: #ff0d0d;
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 12px;
}

.header__top .social_icons.loggedin hr {
  margin: 0;
  color: inherit;
  background-color: #000;
  border: 0;
  opacity: 1;
  height: 20px;
  width: 1px;
}

.header__top .cart-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top .cart-auth a img {
  width: 30px;
  height: 30px;
}

.header__top .cart-auth .btn {
  padding: 6px 18px;
}

.header__top .cart-auth .btn._btn--yellow:hover {
  color: #ffffff;
}

.header__main .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #351717;
}

.header__main .menu li {
  font-weight: 300;
  padding: 0 10px 16px 10px;
  position: relative;
  color: #512d0d;
}

.header__main .menu li::before {
  content: "";
  position: absolute;
  background-color: #512d0d;
  width: 0;
  height: 7px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header__main .menu li.active {
  font-weight: 500;
}

.header__main .menu li:hover {
  font-weight: 500;
}

.header__main .menu li.active::before {
  width: 100%;
}

.header__main .menu li:hover::before {
  width: 100%;
}

.m-header {
  padding: 16px 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.m-header ._left a {
  font-size: 16px;
}

.m-header ._left a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

.m-header ._right {
  text-align: end;
}

.m-header ._right img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-header__logo {
  text-align: center;
}

.m-header__logo img {
  width: 200px;
}

.m-header__logo p {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 300;
}

.m-header .side-nav {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 50%;
  height: 100vh;
  z-index: 99;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-header .side-nav .close-btn img {
  position: absolute;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
  margin: 1rem;
}

.m-header .side-nav .menu {
  padding: 60px 30px 30px 30px;
}

.m-header .side-nav .menu span {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom: 20px;
}

.m-header .side-nav .menu ul li {
  font-size: 16px;
  color: #512d0d;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #613813;
  padding-bottom: 5px;
}

._js-open {
  overflow: hidden;
}

._js-open .side-nav {
  left: 0;
}

.hero {
  background-image: url(../img/pics/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero h2 {
  margin-bottom: 0 !important;
}

.hero p {
  font-weight: 300;
}

.hero .row {
  position: relative;
}

.hero .row .badge-content {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.hero .row .badge-content .badge-courses {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ededee;
  border: 5px solid #ededee;
  border-radius: 50%;
}

.hero .row .badge-content .badge-courses .inner-box {
  background-color: #ffffff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hero .row .badge-content .badge-courses .inner-box::before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-transform: translate(3%, -3%);
      -ms-transform: translate(3%, -3%);
          transform: translate(3%, -3%);
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  /* Apply the rotation animation to the pseudo-element */
}

.hero .row .badge-content .badge-courses .inner-box span {
  font-size: var(--text--fs-24);
  font-weight: 800;
  color: #512d0d;
}

.hero .row .badge-content .badge-courses .inner-box p {
  font-size: var(--text--fs-16);
  font-weight: 400;
  color: #5d5d5d;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.slick-slide .topic-card {
  margin-left: 1rem;
}

.topic-card {
  position: relative;
}

.topic-card::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(28%, rgb(46, 27, 9)), color-stop(79%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(46, 27, 9) 28%, rgba(255, 255, 255, 0) 79%);
  background: linear-gradient(0deg, rgb(46, 27, 9) 28%, rgba(255, 255, 255, 0) 79%);
  width: 100%;
  height: 100%;
}

.topic-card__img__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
}

.topic-card__img__text.bar-yellow h4::before {
  background-color: #e5b00f;
}

.topic-card__img__text.bar-blue h4::before {
  background-color: #4495f2;
}

.topic-card__img__text h4 {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.topic-card__img__text h4::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  bottom: 0;
  left: 0;
}

.topic-card__img__text p {
  color: #ffffff;
  font-weight: 400;
}

.course-card {
  background-color: #ece6dd;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #89684c;
  height: 100%;
}

.course-card ._tags {
  position: absolute;
  right: 0;
  top: 10px;
  background-color: #ffffff;
  padding: 5px;
}

.course-card ._tags p {
  font-size: 14px;
  color: #0f7934;
}

.course-card ._tags p img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

.course-card__img {
  position: relative;
}

.course-card__img .bookmark {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
  right: 0;
  top: 0;
  margin: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.course-card__img .bookmark img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.course-card__text .inner {
  background-color: #ffffff;
  margin: -60px 30px 30px 30px;
  border-radius: 10px 10px 0 0;
  padding: 60px 30px 30px 30px;
  position: relative;
}

.course-card__text .inner .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.course-card__text .inner .price img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.course-card__text .inner .price span {
  font-size: var(--text--fs-16);
  color: #89684c;
  text-decoration: line-through;
}

.course-card__text .inner .price p {
  font-size: var(--text--fs-20);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.course-card__text .inner hr {
  height: 3px;
  background-color: #ebebeb;
  opacity: 1;
}

.course-card__text .inner h4 {
  font-weight: 500;
}

.course-card__text .inner h3 {
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.course-card__text .inner p {
  color: #512d0d;
  margin-bottom: 10px;
}

.course-card__text .inner span {
  font-size: var(--text--fs-14);
  color: #757575;
  font-weight: 300;
}

.course-card .btn-wrapper strike {
  color: #A7896F;
}

.course-card .btn-wrapper p {
  font-size: 24px;
  font-weight: 600;
}

.bookmark-active {
  display: none;
}

.author-item {
  margin-bottom: 15px !important;
}

.author-item__img {
  margin-bottom: 10px;
}

.author-item__img img {
  aspect-ratio: 1/1;
}

.author-item__text h4 {
  color: #000000;
}

.author-item__text h3 {
  margin-bottom: 6px;
}

.author-item__text p {
  color: #512d0d;
  margin-bottom: 4px;
}

.testimonial__content {
  background-image: url(../img/pics/testi-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.testimonial__content .testimonial-slider {
  margin: -30px 0;
}

.testimonial__content .item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #aa7d50;
  margin: 0 1rem;
  background-color: #ffffff;
}

.testimonial__content .qote {
  text-align: end;
}

.testimonial__content .qote img {
  width: 80px;
  margin-bottom: -20px;
  margin-left: auto;
}

.testimonial__content ._text p {
  padding-right: 30px;
  margin-top: 40px;
}

.testimonial__content h4 {
  margin-bottom: 4px;
}

.testimonial__content h3 {
  font-weight: 500;
}

.testimonial__content .slick-arrow {
  width: 63px;
  height: 63px;
  font-size: 0;
  top: 50%;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 5px 2px rgb(221, 212, 204);
          box-shadow: 1px 2px 5px 2px rgb(221, 212, 204);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.testimonial__content .slick-next::before {
  content: "";
  position: absolute;
  background-position: center;
  background-image: url(../img/icons/next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  border: none;
  left: 18px;
  height: 30px;
  top: 17px;
}

.testimonial__content .slick-prev::before {
  content: "";
  position: absolute;
  font-size: 0px;
  background-position: center;
  background-image: url(../img/icons/prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  border: none;
  left: 18px;
  height: 30px;
  top: 17px;
}

.testimonial .slick-dots {
  margin-top: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.topics h3 {
  margin-bottom: 20px;
}

.breadcrumb-section {
  padding-top: 160px;
}

.breadcrumb-section .breadcrumb-item.active {
  color: #613813;
  text-decoration: underline;
  cursor: pointer;
}

.breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
  content: "> ";
}

.img-text h2 {
  font-size: var(--text--fs-24);
  color: #512d0d;
  margin-bottom: 10px;
}

.img-text span {
  font-size: var(--text--fs-16);
  font-weight: 300;
  margin-bottom: 10px;
  display: inline-block;
}

.img-text ._limited-text {
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.img-text ._limited-text.active {
  height: auto;
  overflow: visible;
}

.img-text .read-btn {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  text-underline-position: under;
  color: #512d0d;
  font-size: 16px;
  font-weight: 500;
}

.img-text__img img {
  border-radius: 20px;
}

.img-text ._video {
  text-align: center;
}

.img-text ._video .video-wrapper {
  margin-bottom: 16px;
}

.img-text ._video .play-btn-text {
  text-align: center;
  font-size: 16px;
  color: #512d0d;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 500;
  position: relative;
}

.img-text ._video .play-btn-text::before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/arrow-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -90px;
  width: 80px;
  top: -16px;
  height: 40px;
  z-index: -1;
}

.img-text ._video .play-btn-text img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-text .item .img-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-text .item .img-text__item .item-img img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-text .item .img-text__item .item-text {
  text-align: left;
}

.img-text .item .img-text__item .item-text p {
  color: #613813;
  margin-bottom: 5px;
}

.img-text .item .img-text__item .item-text a {
  text-decoration: underline;
  font-size: var(--text--fs-20);
}

.img-text .item .img-text__item .btn-wrapper {
  margin-top: 0;
}

.img-text__content {
  border-radius: 25px;
  padding: 60px 30px;
}

.img-text__content h2 {
  color: #000000;
}

.img-text .icon-text__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.img-text .icon-text__container hr {
  width: 1px;
  height: 10px;
  opacity: 1;
}

.img-text .icon-text__container .icon-text {
  font-size: var(--text--fs-16);
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.img-text .icon-text__container .icon-text img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-text .profile-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.img-text .profile-price-wrapper .img-text-box {
  background-color: #ece6dd;
  padding: 10px 16px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.img-text .profile-price-wrapper .img-text-box ._img img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-text .profile-price-wrapper .img-text-box ._box h3 {
  font-size: var(--text--fs-16);
  color: #000000;
  margin-bottom: 8px;
}

.img-text .profile-price-wrapper .img-text-box ._box a {
  font-size: var(--text--fs-16);
  color: #512d0d;
  text-decoration: underline;
}

.img-text .profile-price-wrapper .btn-wrapper {
  gap: 30px;
}

.img-text .profile-price-wrapper .btn-wrapper strike {
  font-size: var(--text--fs-20);
  color: #a7896f;
}

.img-text .profile-price-wrapper .btn-wrapper p {
  font-size: var(--text--fs-30);
  color: #512d0d;
}

.headline {
  background: -webkit-gradient(linear, left top, right top, color-stop(41%, rgb(184, 147, 114)), color-stop(79%, rgb(199, 179, 159)), color-stop(88%, rgba(202, 186, 169, 0.975227591)), to(rgba(202, 186, 169, 0)));
  background: -o-linear-gradient(left, rgb(184, 147, 114) 41%, rgb(199, 179, 159) 79%, rgba(202, 186, 169, 0.975227591) 88%, rgba(202, 186, 169, 0) 100%);
  background: linear-gradient(90deg, rgb(184, 147, 114) 41%, rgb(199, 179, 159) 79%, rgba(202, 186, 169, 0.975227591) 88%, rgba(202, 186, 169, 0) 100%);
}

.headline .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
}

.headline .img-text img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.headline .img-text h3 {
  color: #ffffff;
}

.headline .input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 30px;
  background: white;
  border-radius: 10px;
  border: 1px solid #898989;
}

.headline .input-icon input {
  width: 100%;
  padding-left: 20px;
}

.headline .input-icon input::-webkit-input-placeholder {
  color: #613813;
}

.headline .input-icon input::-moz-placeholder {
  color: #613813;
}

.headline .input-icon input:-ms-input-placeholder {
  color: #613813;
}

.headline .input-icon input::-ms-input-placeholder {
  color: #613813;
}

.headline .input-icon input::placeholder {
  color: #613813;
}

.headline .input-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.headline ._icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.headline ._icon-text img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.headline ._icon-text p {
  font-size: var(--text--fs-18);
  color: #512d0d;
}

.m-headline {
  background: -webkit-gradient(linear, left top, right top, color-stop(41%, rgb(184, 147, 114)), color-stop(79%, rgb(199, 179, 159)), color-stop(88%, rgba(202, 186, 169, 0.975227591)), to(rgba(202, 186, 169, 0)));
  background: -o-linear-gradient(left, rgb(184, 147, 114) 41%, rgb(199, 179, 159) 79%, rgba(202, 186, 169, 0.975227591) 88%, rgba(202, 186, 169, 0) 100%);
  background: linear-gradient(90deg, rgb(184, 147, 114) 41%, rgb(199, 179, 159) 79%, rgba(202, 186, 169, 0.975227591) 88%, rgba(202, 186, 169, 0) 100%);
}

.m-headline .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.m-headline .img-text .heading-icon {
  margin-bottom: 0;
}

.m-headline .img-text img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-headline .img-text h3 {
  color: #ffffff;
}

.m-headline .input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 30px;
  background: white;
  border-radius: 10px;
  border: 1px solid #898989;
}

.m-headline .input-icon input {
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
}

.m-headline .input-icon input::-webkit-input-placeholder {
  color: #613813;
}

.m-headline .input-icon input::-moz-placeholder {
  color: #613813;
}

.m-headline .input-icon input:-ms-input-placeholder {
  color: #613813;
}

.m-headline .input-icon input::-ms-input-placeholder {
  color: #613813;
}

.m-headline .input-icon input::placeholder {
  color: #613813;
}

.m-headline .input-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-headline ._icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.m-headline ._icon-text img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-headline ._icon-text p {
  font-size: var(--text--fs-18);
  color: #512d0d;
}

.check-box .input-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px;
  background: white;
  border-radius: 10px;
  border: 1px solid #898989;
}

.check-box .input-icon input {
  width: 100%;
  padding-left: 20px;
}

.check-box .input-icon input::-webkit-input-placeholder {
  color: #613813;
}

.check-box .input-icon input::-moz-placeholder {
  color: #613813;
}

.check-box .input-icon input:-ms-input-placeholder {
  color: #613813;
}

.check-box .input-icon input::-ms-input-placeholder {
  color: #613813;
}

.check-box .input-icon input::placeholder {
  color: #613813;
}

.check-box .input-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.check-box .select-wrapper {
  position: relative;
}

.check-box .select-wrapper::after {
  content: "";
  background-image: url(../img/icons/down-arrrow.svg);
  background-repeat: no-repeat;
  width: 20px;
  top: 20px;
  right: 20px;
  position: absolute;
  height: 20px;
}

.check-box .select-wrapper select {
  border: 1px solid #707070;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  -moz-appearance: none;
       appearance: none;
}

.check-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.check-box__item label {
  margin-right: 20px;
  font-size: var(--text--fs-18);
}

.check-box__item label:first-child {
  color: #613813;
}

.check-box__item .item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

input[type=checkbox]:checked:after {
  content: "✓";
  color: #613813;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 2px;
}

input[type=checkbox] {
  text-align: center;
  width: 28px;
  position: relative;
  height: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10%;
  border: 1px solid #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1em;
}

.contact h2 span {
  color: #613813;
}

.contact__map {
  margin-bottom: 20px;
}

.contact__map iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}

.contact__text span {
  display: block;
  font-size: 20px;
  color: #613813;
  text-decoration: underline;
  margin-bottom: 6px;
}

.contact__text p {
  margin-bottom: 16px !important;
}

.contact__text .contact__links a {
  display: block;
  margin-bottom: 10px;
}

.contact__text .contact__links a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.contact__social img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact__form {
  padding: 40px 60px 40px 40px;
  border: 1px solid #707070;
}

.contact__form h2 {
  color: #613813;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: var(--text--fs-24);
}

.contact__form select {
  padding: 12px 24px;
  border-radius: 20px;
  color: #000000;
  border: 1px solid #707070;
  font-size: 14px;
}

.contact__form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact__form .form-control {
  padding: 12px 24px;
  border-radius: 20px;
  color: #000000;
  font-size: 14px;
  border: 1px solid #707070;
}

.contact__form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact__form .form-control::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
}

.contact__form .form-control::-moz-placeholder {
  color: #000000;
  font-size: 14px;
}

.contact__form .form-control:-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
}

.contact__form .form-control::-ms-input-placeholder {
  color: #000000;
  font-size: 14px;
}

.contact__form .form-control::placeholder {
  color: #000000;
  font-size: 14px;
}

.counter h3 {
  color: #000000;
  font-size: var(--text--fs-24);
}

.counter h3 span {
  color: #613813;
}

.counter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.counter__item-img img {
  width: 70px;
  height: 70px;
}

.counter__item-text span {
  font-size: var(--text--fs-40);
  color: #aa7d50;
  font-family: "Bodoni";
}

.counter__item-text p {
  font-size: var(--text--fs-18);
}

.process h2 span {
  position: relative;
}

.process h2 span::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/process.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 230px;
  top: -10px;
  left: 0;
}

.process__details {
  padding: 50px 0;
}

.process__details .process__text {
  position: relative;
}

.process__details .process__text p {
  margin-bottom: 0;
  font-size: var(--text--fs-20);
  color: #613813;
}

.process__details .process__item {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
}

.process__details .process__item img {
  width: 133px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}

.process__details .process__item-text {
  padding: 30px;
  -webkit-box-shadow: -1px 22px 47px -5px rgb(237, 242, 248);
          box-shadow: -1px 22px 47px -5px rgb(237, 242, 248);
  margin-left: 130px;
  position: relative;
}

.process__details .process__item-text span {
  font-size: var(--text--fs-18);
  font-weight: 600;
  color: #000000;
}

.process__details .line {
  margin: 10px auto;
  width: 2px;
  display: block;
  height: 66px;
  background: #4495f2;
}

.process__contact {
  padding: 25px 60px 50px 40px;
  border: 1px solid #613813;
}

.process__contact h3 {
  font-size: var(--text--fs-26);
  color: #ffffff;
  margin-bottom: 40px;
}

.process__contact h3 span {
  color: #e5b00f;
}

.process__contact .form-control {
  padding: 12px 24px;
  border-radius: 10px;
  color: #000000;
}

.process__contact .form-control::-webkit-input-placeholder {
  color: #000000;
}

.process__contact .form-control::-moz-placeholder {
  color: #000000;
}

.process__contact .form-control:-ms-input-placeholder {
  color: #000000;
}

.process__contact .form-control::-ms-input-placeholder {
  color: #000000;
}

.process__contact .form-control::placeholder {
  color: #000000;
}

.process__contact select {
  padding: 12px 24px;
  border-radius: 10px;
}

.social-section {
  background-color: #ECE6DD;
  padding-bottom: 100px;
}

.social-section .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.social-section .social-icon .btn-wrapper {
  margin-top: 0;
  border-radius: 19px;
}

.social-section .social-icon .btn-wrapper ._btn--brown {
  font-size: 14px;
}

.social-section .social-icon .btn-wrapper ._btn--brown img {
  all: unset;
}

.social-section .social-icon a:hover {
  color: #613813;
}

.social-section .social-icon a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.social-section .social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.social-section .social__links a {
  font-size: 14px;
}

.footer {
  background-image: url(../img/pics/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__logo img {
  all: unset;
  width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px !important;
}

.footer p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #613813;
}

.footer ul li {
  font-size: var(--text--fs-18);
}

.footer ul li:hover {
  color: #613813;
}

.footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer .social-icon .btn-wrapper {
  margin-top: 0;
}

.footer .social-icon .btn-wrapper ._btn--brown img {
  all: unset;
}

.footer .social-icon a:hover {
  color: #613813;
}

.footer .social-icon a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.footer__bottom {
  background-color: #613813;
  padding: 16px 0;
}

.footer__bottom p {
  color: #ffffff;
  width: 100%;
  text-align: left;
  font-size: var(--text--fs-16);
}

.footer__bottom a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-footer {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.m-footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.m-footer .menu li a img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

.m-footer .menu li a img.icon-base {
  display: block;
}

.m-footer .menu li a img.icon-active {
  display: none;
}

.m-footer .menu li a img.icon-center {
  background-color: #613813;
  border-radius: 12px;
}

.m-footer .menu li.active {
  position: relative;
}

.m-footer .menu li.active::before {
  content: "";
  position: absolute;
  background-color: #613813;
  left: -10px;
  bottom: -9px;
  width: calc(100% + 20px);
  height: 6px;
  border-radius: 20px;
}

.m-footer .menu li.active a img {
  position: relative;
}

.m-footer .menu li.active a img.icon-base {
  display: none;
}

.m-footer .menu li.active a img.icon-active {
  display: block;
}

.course-structure {
  padding-bottom: 100px !important;
}

.course-accordion .item {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 0;
  position: relative;
  margin-bottom: 40px;
}

.course-accordion .item:last-child {
  margin-bottom: 0;
}

.course-accordion .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ece6dd;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 30px;
  border-top: 2px solid #ece6dd;
  border-left: 2px solid #ece6dd;
  border-right: 2px solid #ece6dd;
}

.course-accordion .item__head ._img {
  background-color: #ffffff;
  border-radius: 10px;
  border: 7px solid #fff;
  outline: 3px solid #fce4d1;
  position: relative;
}

.course-accordion .item__head ._img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.5;
  border-radius: 10px;
}

.course-accordion .item__head ._img .thumb {
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.course-accordion .item__head ._img .thumb-play {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.course-accordion .item__head ._text h3 {
  font-size: var(--text--fs-20);
  color: #512d0d;
  cursor: pointer;
}

.course-accordion .item__head ._time__text {
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 10px;
  text-align: center;
}

.course-accordion .item__head ._time__text p {
  color: #512d0d;
  margin-bottom: 0;
}

.course-accordion .item .item-content {
  position: relative;
}

.course-accordion .item__inner {
  background-color: #ffffff;
  max-height: 0;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  border-bottom: 2px solid #ece6dd;
  border-left: 2px solid #ece6dd;
  border-right: 2px solid #ece6dd;
}

.course-accordion .item__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.course-accordion .item__inner ul li:last-child {
  margin-bottom: 0;
}

.course-accordion .item__inner ul li img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 16px;
}

.course-accordion .active {
  max-height: 100%;
  padding: 30px;
}

.course-accordion .btn-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 9;
}

.course-accordion .btn-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 12px;
}

.course-accordion .btn-img img.img-active {
  display: none;
}

.course-accordion .btn-img.active .img-base {
  display: none;
}

.course-accordion .btn-img.active .img-active {
  display: block;
}

.profile__img {
  border: 10px solid #ece6dd;
  border-radius: 12px;
  position: relative;
}

.profile__img .camera-img {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(30%, 30%);
      -ms-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
  background-color: #bca28b;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
}

.profile__img .camera-img .file-upload {
  display: none;
}

.profile__img .camera-img .upload-button {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile .icon-text-box .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.profile .icon-text-box .icon-text img {
  width: 20px;
  height: 20px;
}

.profile .icon-text-box .icon-text span {
  font-size: var(--text--fs-16);
}

.profile .icon-text-box p {
  font-size: var(--text--fs-18);
  color: #512d0d;
}

.profile .nav {
  border-bottom: 1px solid #000000;
  gap: 50px;
  margin-bottom: 40px;
}

.profile .nav .nav-item .nav-link {
  color: #000000;
  background-color: transparent;
  padding: 10px;
  position: relative;
}

.profile .nav .nav-item .nav-link.active {
  color: #512d0d;
}

.profile .nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #512d0d;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0%, 50%);
      -ms-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}

.profile .tab-my-course .item {
  border: 1px solid #707070;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}

.profile .tab-my-course .item__img {
  padding: 20px 0 20px 20px;
}

.profile .tab-my-course .item__img img {
  border-radius: 15px;
}

.profile .tab-my-course .item__content {
  padding: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile .tab-my-course .item__content p {
  font-size: var(--text--fs-14);
  font-weight: 300;
  color: #757575;
  margin-bottom: 0;
}

.profile .tab-my-course .item__content h3 {
  font-size: var(--text--fs-18);
  font-weight: 500;
  margin-bottom: 20px;
}

.profile .tab-my-course .item__content .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.profile .tab-my-course .item__content .img-text ._img img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile .tab-my-course .item__content .img-text ._text p {
  font-size: var(--text--fs-16);
  color: #000000;
}

.profile .tab-my-course .item__content .img-text ._text a {
  font-size: var(--text--fs-14);
  color: #512d0d;
  text-decoration: underline;
}

.profile .tab-my-course .item__content .icon-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.profile .tab-my-course .item__content .icon-text-content .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #757575;
  font-size: var(--text--fs-14);
}

.profile .tab-my-course .item__content .icon-text-content .icon-text img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile .tab-my-course .item__box {
  background-color: #ece6dd;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-left: 1px solid #707070;
}

.profile .tab-my-course .item__box span {
  font-size: var(--text--fs-30);
  font-weight: 600;
  color: #512d0d;
}

.profile .tab-my-course .item__box .btn-wrapper {
  margin-top: 20px;
}

.profile .tab-change-password .form-control {
  padding: 16px;
  border-radius: 10px;
}

.playlist .item__img {
  border: 3px solid #FCE4D1;
  padding: 30px 30px 15px 30px;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}

.playlist .item__img ._img {
  position: relative;
  margin-bottom: 15px;
}

.playlist .item__img ._img::before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.playlist .item__img ._img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.playlist .item__img img {
  border-radius: 10px;
}

.playlist .item__img p span {
  color: #828181;
}

.playlist .item h3 {
  font-size: var(--text--fs-18);
  color: #512d0d;
}

.playlist .item .btn-wrapper {
  margin-top: 20px;
}

.checkout {
  background-color: #ffffff;
}

.checkout__bg {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(254, 243, 235)));
  background: -o-linear-gradient(left, rgb(255, 255, 255) 50%, rgb(254, 243, 235) 50%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(254, 243, 235) 50%);
}

.checkout h2 {
  font-size: var(--text--fs-36);
  color: #512d0d;
  margin-bottom: 10px;
}

.checkout__left {
  padding-top: 30px;
}

.checkout__left__content {
  margin: 0 10px;
}

.checkout__left__content ._border-top {
  border-top: 1px solid #707070;
  padding-bottom: 10px;
}

.checkout__left__content h3 {
  font-size: var(--text--fs-22);
  color: #512d0d;
  font-weight: 400;
}

.checkout__left__content h3 a {
  font-size: var(--text--fs-18);
  text-decoration: underline;
  color: #000000;
}

.checkout__left__content p {
  font-size: var(--text--fs-22);
}

.checkout__left__content a {
  font-size: var(--text--fs-16);
  text-decoration: underline;
}

.checkout .table tbody tr td {
  width: 60%;
  border: none;
  padding: 12px 6px;
}

.checkout .table tbody tr ._total {
  font-size: var(--text--fs-20);
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.checkout .table tbody tr ._total span {
  color: #512d0d;
}

.checkout__right {
  padding: 30px 40px 40px 40px;
}

.checkout__right p {
  margin-bottom: 30px;
}

.checkout__right .form-bg {
  margin-bottom: 20px;
}

.checkout__right .form-bg h3 {
  font-size: var(--text--fs-24);
  margin-bottom: 30px;
  font-weight: 400;
}

.checkout__right .form-bg .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.checkout__right .form-bg .icon-text img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.checkout__right .form-bg .icon-text .form-control {
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #f9f9f9;
  font-size: 14px;
}

.checkout__right .form-bg .icon-text .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-control::-moz-placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-control::placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout__right .form-bg .icon-text .form-select {
  width: 100px;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #f9f9f9;
  font-size: 14px;
}

.checkout__right .form-bg .icon-text .form-select::-webkit-input-placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-select::-moz-placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-select:-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-select::-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-select::placeholder {
  font-size: 14px;
  color: #000000;
}

.checkout__right .form-bg .icon-text .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout__right .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.checkout__right .form-check .form-check-input {
  position: relative;
  margin-top: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.checkout__right .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../img/desktop/tick-blue.svg);
  background-color: #ffffff;
  background-size: 20px;
  background-position: center;
  font-size: 16px;
}

.checkout__right .form-check .form-check-input:checked[type=checkbox]::after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.checkout__right .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout__right .form-check .form-check-label a {
  color: #4A83D8;
  text-decoration: underline;
}

.checkout__right .btn {
  width: 100%;
}

.checkout__right .upi-img {
  width: 60%;
  margin: 20px auto 20px auto;
}

.checkout__right .upi-img img {
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.payment__img {
  text-align: center;
}

.payment__img img {
  width: 100px;
  margin-bottom: 20px;
}

.payment__img h1 {
  font-size: var(--text--fs-24);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
}

.payment__content {
  background-color: #ece6dd;
  padding: 50px;
  width: 50%;
  margin: auto;
  text-align: center;
}

.payment__details p {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #512d0d;
}

.payment__details p span {
  color: #000000;
  font-weight: 300;
}

.payment ._green {
  color: #29a860;
}

.payment ._red {
  color: #a82929;
}

.course-filter.modal {
  background-color: #ffffff;
}

.course-filter.modal .modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100%;
}

.course-filter.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
}

.course-filter.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  max-width: var(--container);
  margin: auto;
  width: 100%;
}

.course-filter.modal .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
}

.course-filter.modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.course-filter.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 18px;
}

.course-filter.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion {
  max-width: var(--container);
  width: 100%;
  margin: auto;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item {
  border: none;
  margin-bottom: 1rem;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-header {
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #613813), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(left, #613813 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, #613813 70%, rgb(255, 255, 255) 100%);
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #ffffff;
  padding: 12px 16px;
  font-size: 18px;
  gap: 10px;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-header .accordion-button img {
  width: 24px;
  height: 24px;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/down-arrow-black.svg) !important;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-body .box a {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px;
  color: #512d0d;
  text-align: center;
  border: 2px solid #512d0d;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-body .box a.active {
  background-color: #512d0d;
  color: #ffffff;
}

.login {
  margin-bottom: 25px;
}

.login__bg {
  background-color: #ffffff;
  position: relative;
}

.login__bg__bottom {
  padding: 20px 40px;
}

.login__img {
  position: relative;
}

.login__img h1 {
  font-size: var(--text--fs-40);
  position: absolute;
  bottom: 16px;
  text-align: center;
  width: 100%;
  color: #000000;
  font-weight: 400;
}

.login__img h1 span {
  color: #512d0d;
  font-weight: 600;
}

.login .otp_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login .otp_input input {
  width: 15%;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  border: 1px solid #ced4da;
  margin: 0 2px;
  border-radius: 10px;
  padding: 12px 6px;
}

.login .login-with-otp .auth-sub-heading {
  margin-bottom: 0;
}

.login__page {
  background-color: #f6f3ea;
  padding: 6rem;
  border-radius: 12px;
}

.login__page h2 {
  font-size: var(--text--fs-26);
  margin-bottom: 30px;
  color: #000000;
  text-transform: uppercase;
}

.login__page h2 span {
  color: #512d0d;
}

.login__page .g-recaptcha {
  -webkit-transform: scale(0.88);
      -ms-transform: scale(0.88);
          transform: scale(0.88);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.login__page .form-select {
  padding: 12px 16px;
  border-radius: 10px;
  color: unset;
}

.login__page .form-select.custom-width {
  width: 20%;
}

.login__page .form-select:focus {
  border: 1px solid #ced4da;
}

.login__page .form-control {
  padding: 12px 16px;
  border-radius: 10px;
}

.login__page .form-control::-webkit-input-placeholder {
  color: #000000;
}

.login__page .form-control::-moz-placeholder {
  color: #000000;
}

.login__page .form-control:-ms-input-placeholder {
  color: #000000;
}

.login__page .form-control::-ms-input-placeholder {
  color: #000000;
}

.login__page .form-control::placeholder {
  color: #000000;
}

.login__page .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login .policy {
  margin: 10px 0;
}

.login .policy p a {
  font-size: var(--text--fs-16);
}

.login .policy p a:hover {
  color: #512d0d;
}

.login .contact-deatils-login a {
  font-size: var(--text--fs-14);
}

.login .contact-deatils-login a i {
  margin-right: 4px;
}

.login .contact-deatils-login ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.login .contact-deatils-login ul li {
  line-height: 1;
  background-color: #512d0d;
  padding: 4px;
}

.login .contact-deatils-login ul li i {
  font-size: var(--text--fs-14);
  color: #fff;
  margin-right: 0;
}

.login .contact-deatils-login ul li:hover {
  background-color: #000000;
}

.login p {
  margin-bottom: 6px;
  font-size: var(--text--fs-14);
}

.login .vl {
  border-left: 2px solid #512d0d;
  margin: 0 6px;
  height: 12px;
  display: inline-block;
}

.login .btn-wrapper {
  margin-top: 20px;
}

.login .btn-wrapper a {
  color: #512d0d;
}

.login .btn-wrapper a:hover {
  text-decoration: underline;
}

.login .btn-wrapper .btn {
  min-width: 200px;
  padding: 8px 20px;
}

.login .btn-wrapper .btn._btn--yellow {
  min-width: 160px;
}

.login .btn-wrapper .btn:hover {
  text-decoration: unset;
}

.login .btn-wrapper._b-bottom {
  border-bottom: 1px solid #512d0d;
  padding-bottom: 20px;
  row-gap: 0;
}

.headline-hero {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgb(242, 242, 242)), color-stop(75%, rgb(155, 103, 61)));
  background: -o-linear-gradient(top, rgb(242, 242, 242) 75%, rgb(155, 103, 61) 75%);
  background: linear-gradient(180deg, rgb(242, 242, 242) 75%, rgb(155, 103, 61) 75%);
}

.headline-hero h2 {
  margin-bottom: 0;
}

.headline-hero h1 {
  font-size: 40px;
  font-weight: 400;
}

.headline-hero h3 {
  font-size: var(--text--fs-24);
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
}

.headline-hero span {
  font-size: var(--text--fs-20);
  color: #512d0d;
  margin-bottom: 10px;
  display: inline-block;
}

.headline-hero__img-text {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.headline-hero ._text {
  padding: 30px;
}

.headline-hero ._text ._tag {
  text-align: end;
  padding-top: 20px;
}

.headline-hero ._text ._tag p {
  font-size: var(--text--fs-16);
  color: #0F7934;
}

.headline-hero ._text ._tag p img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}

.headline-hero__inner-bg {
  background-color: #F2F2F2;
}

.video-hero {
  padding: 50px 0 0 0;
  position: relative;
  overflow-x: hidden;
}

.video-hero h1 {
  font-size: 40px;
  font-weight: 400;
}

.video-hero ._video {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.video-hero ._video img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.video-hero ._video .play-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.video-hero ._video .play-btn img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-hero .form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9b673d;
  padding: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.video-hero .form-head h4 {
  margin-bottom: 0 !important;
  color: #ffffff;
}

.video-hero .form-head h4 span {
  color: #e5b00f;
}

.video-hero .form-head img {
  max-width: 40px;
  margin-right: 10px;
}

.video-hero .form-content {
  padding: 20px;
  background-color: #512d0d;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.video-hero .form-content p {
  color: #ffffff;
}

.video-hero .form-content .form-control {
  padding: 12px;
}

.video-hero .form-content .input-group-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
  background-color: #ffffff;
}

.video-hero .form-content ._terms {
  padding-top: 20px;
}

.video-hero .form-content ._terms a {
  color: #e5b00f;
  text-decoration: underline;
}

.video-hero .icon-text-content {
  background-color: #ece6dd;
  padding: 20px 0;
}

.video-hero .icon-text-content .icon-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.video-hero .icon-text-content .icon-text-box .vl {
  border-right: 1px solid #512d0d;
}

.video-hero .icon-text-content .icon-text-box .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 16px;
}

.video-hero .icon-text-content .icon-text-box .icon-text ._icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-hero .icon-text-content .icon-text-box .icon-text ._text h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.video-hero._video-section ._video {
  height: 100%;
}

.highlight-discover ol li {
  margin-bottom: 20px;
  counter-increment: list-counter;
  padding-left: 60px;
  position: relative;
}

.highlight-discover ol li:nth-child(even)::before {
  background-color: #512d0d;
}

.highlight-discover ol li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
  background-color: #9B673D;
  border-radius: 50%;
  color: #ffffff;
  min-width: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.highlight-discover ol li strong {
  font-size: var(--text--fs-20);
  font-weight: 500;
  margin-bottom: 10px;
}

.about-author {
  overflow-x: hidden;
}

.about-author ._img img {
  margin-bottom: 20px;
}

.about-author ._img-text {
  text-align: center;
}

.about-author ._img-text p {
  font-size: var(--text--fs-22);
  margin-bottom: 5px;
}

.about-author ._img-text span {
  font-size: var(--text--fs-18);
  color: #613813;
  display: block;
}

.about-author ._text {
  padding: 60px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-author ._text::before {
  content: "";
  position: absolute;
  background-color: #f2f2f2;
  width: 200%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.masterclass-testimonial .items .item {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 140px 20px 20px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 40px;
}

.masterclass-testimonial .items .item:last-child {
  margin-bottom: 0;
}

.masterclass-testimonial .items .item ._img img {
  border-radius: 12px;
}

.masterclass-testimonial .items .item ._text h4 {
  color: #000000;
  font-weight: 500;
  margin-bottom: 16px !important;
}

.masterclass-testimonial .items .item ._text span {
  font-size: var(--text--fs-20);
  color: #613813;
  font-weight: 500;
  margin-bottom: 6px;
}

.masterclass-testimonial .items .item ._text ._icon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.masterclass-testimonial .items .item ._text ._icon img {
  width: 100px;
  height: 100px;
}

.masterclass-menu {
  background-color: #ece6dd;
  margin: 75px 0;
}

.masterclass-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}

.masterclass-menu ul li {
  font-size: var(--text--fs-22);
  font-weight: 300;
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.masterclass-menu ul li.active {
  font-weight: 500;
}

.masterclass-menu ul li.active::before {
  width: 70%;
}

.masterclass-menu ul li::before {
  content: "";
  position: absolute;
  background-color: #613813;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 7px;
}

.video-timestamp .item {
  margin-bottom: 30px;
}

.video-timestamp .item:last-child {
  margin-bottom: 0;
}

.video-timestamp .item ._time {
  background-color: #9B673D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.video-timestamp .item ._time img {
  max-width: 30px;
}

.video-timestamp .item ._time span {
  font-size: var(--text--fs-20);
  color: #ffffff;
}

.video-timestamp .item ._text {
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
}

.refer-masterclass {
  position: relative;
  overflow-x: hidden;
}

.refer-masterclass::before {
  content: "";
  position: absolute;
  background-image: url(../img/masterclass/left-bar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: calc((100% - var(--container)) / 2);
  height: 100%;
}

.refer-masterclass ._text {
  background-color: #613813;
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.refer-masterclass ._text-content {
  max-width: calc(var(--container) / 12 * 5);
  padding: 30px;
  position: relative;
}

.refer-masterclass ._text h5 {
  font-size: var(--text--fs-16);
  color: #e5b00f;
  margin-bottom: 25px;
}

.refer-masterclass ._text h2 {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 60px;
}

.refer-masterclass ._text h2 span {
  color: #ffffff;
  padding: 30px;
  position: relative;
}

.refer-masterclass ._text h2 span::after {
  content: "";
  position: absolute;
  background-image: url(../img/masterclass/arrow-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50px;
  right: -50px;
  width: 40px;
  height: 100%;
}

.refer-masterclass ._text h2 span::before {
  content: "";
  position: absolute;
  background-image: url(../img/masterclass/circle-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.refer-masterclass ._text form .form-control {
  padding: 12px;
}

.refer-masterclass ._img img {
  height: 100%;
}

@media (min-width: 576px) {
  :root {
    --container: 520px;
  }
}

@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container: 960px;
  }

  .gutter-gap {
    --bs-gutter-x: 2rem;
  }

  .m-header {
    display: none;
  }

  .m-headline {
    display: none;
  }

  .contact__social {
    display: none;
  }

  .social-section {
    display: none;
  }

  .m-footer {
    display: none;
  }

  .profile .grid-custom {
    --bs-gutter-x: 3.5rem;
  }

  .playlist .grid-gutter-5 {
    --bs-gutter-x: 5rem;
  }

  .video-hero ._video {
    height: calc(100% - 150px);
  }

  .video-hero .icon-text-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 20px;
  }

  .video-hero .icon-text-content .icon-text-box {
    width: calc(var(--container) / 12 * 7);
    margin-left: calc((100% - var(--container)) / 2);
  }

  .about-author ._img {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .refer-masterclass ._text {
    padding-left: calc((100% - var(--container)) / 2 + 24px);
  }

  .refer-masterclass ._img {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }

  .video-hero .icon-text-content .icon-text-box {
    width: calc(var(--container) / 12 * 8);
  }
}

@media (min-width: 1680px) {
  :root {
    --container: 1540px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container);
  }
}

@media (max-width: 1679.98px) {
  ._mt-header {
    margin-top: 128px;
  }

  ._mt-masterclass-header {
    margin-top: 82px;
  }

  .pt-75 {
    padding-top: 50px;
  }

  .pt-100 {
    padding-top: 75px;
  }

  .pb-75 {
    padding-bottom: 50px;
  }

  .pb-100 {
    padding-bottom: 75px;
  }

  .pv-75 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pv-100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pv-180 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .breadcrumb-section {
    padding-top: 150px;
  }

  .login .otp_input input {
    width: 14%;
  }

  .login__page {
    padding: 5rem;
  }

  .login__page h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .login__page .g-recaptcha {
    -webkit-transform: scale(0.77);
        -ms-transform: scale(0.77);
            transform: scale(0.77);
    width: 100%;
  }
}

@media (max-width: 1399.98px) {
  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 18px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-26: 26px;
  }

  :root {
    --text--fs-28: 28px;
  }

  :root {
    --text--fs-30: 30px;
  }

  :root {
    --text--fs-32: 32px;
  }

  :root {
    --text--fs-36: 36px;
  }

  :root {
    --text--fs-40: 40px;
  }

  :root {
    --text--fs-48: 48px;
  }

  :root {
    --text--fs-50: 50px;
  }

  :root {
    --text--fs-60: 60px;
  }

  .pt-header {
    padding-top: 120px;
  }

  ._mt-header {
    margin-top: 124px;
  }

  ._mt-masterclass-header {
    margin-top: 78px;
  }

  .pv-header {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .pv-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .header__main .menu {
    gap: 30px;
  }

  .check-box .select-wrapper::after {
    right: 6px;
  }

  .check-box .select-wrapper select {
    padding: 15px 15px;
  }

  .check-box__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 10px;
  }

  .playlist .item h3 {
    font-size: 16px;
  }

  .payment__content {
    width: 60%;
  }

  .payment__details p {
    font-size: 16px;
  }

  .login__page {
    padding: 4rem;
  }

  .login__page .form-select {
    font-size: 14px;
  }

  .login__page .form-select::-webkit-input-placeholder {
    font-size: 14px;
  }

  .login__page .form-select::-moz-placeholder {
    font-size: 14px;
  }

  .login__page .form-select:-ms-input-placeholder {
    font-size: 14px;
  }

  .login__page .form-select::-ms-input-placeholder {
    font-size: 14px;
  }

  .login__page .form-select::placeholder {
    font-size: 14px;
  }

  .login__page .form-control {
    font-size: 14px;
  }

  .login__page .form-control::-webkit-input-placeholder {
    font-size: 14px;
  }

  .login__page .form-control::-moz-placeholder {
    font-size: 14px;
  }

  .login__page .form-control:-ms-input-placeholder {
    font-size: 14px;
  }

  .login__page .form-control::-ms-input-placeholder {
    font-size: 14px;
  }

  .login__page .form-control::placeholder {
    font-size: 14px;
  }

  .login .btn-wrapper .btn {
    min-width: auto;
    font-size: 12px;
  }

  .refer-masterclass ._text-content {
    max-width: calc(var(--container) / 12 * 6);
  }
}

@media (max-width: 1199.98px) {
  :root {
    --text--fs-16: 14px;
  }

  :root {
    --text--fs-18: 16px;
  }

  :root {
    --text--fs-20: 16px;
  }

  :root {
    --text--fs-22: 20px;
  }

  :root {
    --text--fs-24: 20px;
  }

  :root {
    --text--fs-26: 22px;
  }

  :root {
    --text--fs-28: 22px;
  }

  :root {
    --text--fs-30: 24px;
  }

  :root {
    --text--fs-32: 30px;
  }

  :root {
    --text--fs-36: 32px;
  }

  :root {
    --text--fs-40: 35px;
  }

  :root {
    --text--fs-48: 40px;
  }

  :root {
    --text--fs-50: 45px;
  }

  :root {
    --text--fs-60: 50px;
  }

  ._mt-header {
    margin-top: 118px;
  }

  ._mt-masterclass-header {
    margin-top: 75px;
  }

  .pv-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header__top .social_icons a img {
    width: 16px;
    height: 16px;
  }

  .header__top .cart-auth a img {
    width: 20px;
    height: 20px;
  }

  .course-card__text .inner {
    padding: 60px 16px 16px 16px;
    margin: -60px 16px 16px 16px;
  }

  .testimonial {
    padding-bottom: 100px !important;
  }

  .breadcrumb-section {
    padding-top: 140px;
  }

  .img-text .profile-price-wrapper {
    gap: 16px;
  }

  .img-text .profile-price-wrapper .btn-wrapper strike {
    font-size: 16px;
  }

  .img-text .profile-price-wrapper .btn-wrapper a {
    padding: 8px 16px;
  }

  .contact__form {
    padding: 30px;
  }

  .process h2 span::before {
    width: 180px;
    top: 0;
    left: 0;
  }

  .process__contact {
    padding: 20px;
  }

  .login__img h1 {
    font-size: 30px;
  }

  .login__page {
    padding: 3rem;
  }

  .login__page h2 {
    font-size: 20px;
  }

  .login__page .g-recaptcha {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
  }

  .masterclass-testimonial .items .item {
    padding: 20px 80px 20px 20px;
  }

  .masterclass-testimonial .items .item ._text ._icon img {
    width: 60x;
    height: 60px;
  }

  .refer-masterclass ._text h2 {
    font-size: 26px;
  }

  .refer-masterclass ._text h2 span {
    padding: 20px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--fs-14: 12px;
  }

  :root {
    --text--fs-16: 14px;
  }

  :root {
    --text--fs-18: 15px;
  }

  :root {
    --text--fs-20: 16px;
  }

  :root {
    --text--fs-22: 18px;
  }

  :root {
    --text--fs-24: 18px;
  }

  :root {
    --text--fs-26: 24px;
  }

  :root {
    --text--fs-28: 25px;
  }

  :root {
    --text--fs-30: 24px;
  }

  :root {
    --text--fs-32: 30px;
  }

  :root {
    --text--fs-36: 28px;
  }

  :root {
    --text--fs-40: 30px;
  }

  :root {
    --text--fs-48: 32px;
  }

  :root {
    --text--fs-50: 30px;
  }

  :root {
    --text--fs-60: 40px;
  }

  .slick-prev {
    left: -50px;
  }

  .slick-next {
    right: -50px;
  }

  .tabs.masterclass-tab .inner {
    padding: 10px;
  }

  .lesson-description-modal .modal-dialog {
    max-width: 90%;
  }

  ._standard-text p {
    margin-bottom: 10px;
  }

  .gap-30 {
    row-gap: 20px;
  }

  .gap-60 {
    row-gap: 40px;
  }

  ._has-pb-100 {
    padding-bottom: 150px !important;
  }

  .pt-header {
    padding-top: 75px;
  }

  ._bg-beige-d-lg {
    background-color: #ece6dd;
  }

  .horizontal-scroll {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  ._mt-header {
    margin-top: 0;
    padding-top: 100px;
  }

  ._mt-masterclass-header {
    margin-top: 0;
    padding-top: 100px;
  }

  .btn-arrow::after {
    top: 4px;
  }

  .mt-lg-10 {
    margin-top: 10px;
  }

  .pt-lg-10 {
    padding-top: 10px;
  }

  .pt-50 {
    padding-top: 25px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pv-180 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .progress-container {
    gap: 5px;
  }

  .progress-container .progress-bar {
    width: 20px;
    height: 20px;
  }

  .header {
    display: none;
  }

  .hero {
    background-image: url(../img/mobile/m-hero-bg.png);
  }

  .hero .row {
    padding: 25px 0 50px 0;
  }

  .hero .row .badge-content {
    position: relative;
    bottom: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero .row .badge-content .badge-courses {
    width: 140px;
    height: 140px;
  }

  .hero .row .badge-content .badge-courses .inner-box {
    width: 120px;
    height: 120px;
  }

  .hero .row .badge-content .badge-courses .inner-box p {
    font-size: 12px;
  }

  .course-card ._tags p {
    font-size: 12px;
  }

  .course-card ._tags p img {
    width: 16px;
    height: 16px;
  }

  .course-card__text .inner .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }

  .course-card__text .inner .price {
    width: 60px;
    height: 60px;
  }

  .course-card__text .inner .price {
    width: 50px;
    height: 50px;
  }

  .course-card__text .inner .price img {
    width: 30px;
    height: 30px;
  }

  .course-card__text .inner h4 {
    margin-bottom: 4px;
  }

  .course-card__text .inner p {
    margin-bottom: 4px;
  }

  .course-card .btn-wrapper p {
    font-size: 20px;
  }

  .famous-author {
    display: none;
  }

  .author-item__img {
    margin-bottom: 10px;
  }

  .author-item__text h4 {
    margin-bottom: 0;
  }

  .author-item__text h3 {
    margin-bottom: 0;
  }

  .author-item__text p {
    margin-bottom: 0;
  }

  .testimonial {
    padding-top: 0 !important;
  }

  .testimonial__content .qote img {
    width: 40px;
  }

  .testimonial__content ._text p {
    padding-right: 0;
  }

  .testimonial__content .slick-arrow {
    width: 50px;
    height: 50px;
  }

  .testimonial__content .slick-next::before {
    width: 20px;
    left: 16px;
    top: 10px;
  }

  .testimonial__content .slick-prev::before {
    width: 20px;
    left: 16px;
    top: 10px;
  }

  .topics {
    padding-top: 10px;
  }

  .topics__text {
    padding-top: 0;
    text-align: center;
  }

  .breadcrumb-section {
    display: none;
  }

  .img-text h2 {
    margin-bottom: 3px !important;
  }

  .img-text h3 {
    margin-bottom: 4px;
  }

  .img-text h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .img-text .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-top: 20px;
  }

  .img-text .item .img-text__item .item-img img {
    width: 60px;
    height: 60px;
  }

  .img-text__content {
    padding: 0;
  }

  .img-text .icon-text__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }

  .img-text .profile-price-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .headline {
    display: none;
  }

  .m-headline .img-text img {
    width: 24px;
    height: 24px;
  }

  .m-headline ._icon-text img {
    width: 24px;
    height: 24px;
  }

  .check-box {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .check-box .input-icon {
    padding: 10px;
  }

  .check-box .input-icon input {
    padding-left: 10px;
  }

  .check-box .input-icon img {
    width: 16px;
    height: 16px;
  }

  .contact {
    padding-top: 0;
  }

  .contact__map {
    display: none;
  }

  .contact__text {
    text-align: center;
  }

  .contact__text span {
    font-size: 16px;
  }

  .contact__text .contact__links {
    display: none;
  }

  .contact__form {
    text-align: center;
    border-radius: 11px;
    padding: 30px;
  }

  .contact__form {
    padding: 20px 16px;
  }

  .contact__form .mb-4 {
    margin-bottom: 1rem !important;
  }

  .contact__form h2 {
    margin-bottom: 20px !important;
    font-size: 20px;
  }

  .contact__form select {
    font-size: 12px;
  }

  .contact__form .form-control {
    font-size: 12px;
  }

  .contact__form .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }

  .contact__form .form-control::-moz-placeholder {
    font-size: 12px;
  }

  .contact__form .form-control:-ms-input-placeholder {
    font-size: 12px;
  }

  .contact__form .form-control::-ms-input-placeholder {
    font-size: 12px;
  }

  .contact__form .form-control::placeholder {
    font-size: 12px;
  }

  .counter {
    display: none;
  }

  .process {
    display: none;
  }

  .footer {
    display: none;
  }

  .course-structure {
    padding-bottom: 150px !important;
  }

  .course-accordion .item__head ._img .thumb {
    width: 80px;
  }

  .course-accordion .item__head ._img .thumb-play {
    width: 20px;
    height: 20px;
  }

  .profile {
    padding: 0;
  }

  .profile .nav {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .profile .nav .nav-item .nav-link {
    font-size: 14px;
  }

  .profile .tab-my-course .item__img {
    padding: 16px 0 20px 10px;
  }

  .profile .tab-my-course .item__content {
    padding: 16px 20px 20px 0;
  }

  .profile .tab-my-course .item__content .mb-3 {
    margin-bottom: 8px !important;
  }

  .profile .tab-my-course .item__content h3 {
    margin-bottom: 10px;
  }

  .profile .tab-my-course .item__content .img-text {
    gap: 10px;
    margin-bottom: 10px;
  }

  .profile .tab-my-course .item__content .icon-text-content .icon-text {
    gap: 5px;
  }

  .profile .tab-my-course .item__content .icon-text-content .icon-text img {
    width: 20px;
    height: 20px;
  }

  .profile .tab-my-course .item__box {
    border-left: 0;
    padding: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }

  .profile .tab-my-course .item__box .btn-wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-top: 0;
    gap: 16px;
  }

  .profile .tab-change-password {
    padding-top: 0;
  }

  .profile .tab-change-password .btn-wrapper {
    margin-top: 20px;
  }

  .profile .tab-change-password .form-control {
    padding: 10px;
    font-size: 16px;
  }

  .playlist .item .btn-wrapper {
    row-gap: 10px;
  }

  .checkout__left {
    padding-top: 0;
  }

  .checkout__left__content {
    margin: 0;
  }

  .checkout__left__content h3 {
    font-size: 16px;
  }

  .checkout__left__content p {
    font-size: 16px;
  }

  .checkout .table tbody tr ._total {
    font-size: 16px;
  }

  .checkout__right {
    padding: 30px;
  }

  .checkout__right .upi-img {
    width: 80%;
  }

  .payment__img img {
    width: 70px;
  }

  .payment__img h1 {
    margin-bottom: 20px;
  }

  .payment__content {
    width: 95%;
  }

  .payment__details p {
    font-size: 14px;
  }

  .login__img h1 {
    font-size: 25px;
  }

  .login .otp_input input {
    padding: 10px 6px;
  }

  .login__page h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .headline-hero h1 {
    font-size: 30px;
  }

  .headline-hero ._text {
    padding: 20px;
  }

  .video-hero h1 {
    font-size: 30px;
  }

  .video-hero .icon-text-content {
    margin-top: 30px;
    position: relative;
    background-color: transparent;
  }

  .video-hero .icon-text-content::before {
    content: "";
    position: absolute;
    background-color: #ece6dd;
    width: 200%;
    top: 0;
    left: -50%;
    height: 100%;
    z-index: -1;
  }

  .video-hero .icon-text-content .icon-text-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about-author {
    padding-top: 25px;
  }

  .about-author ._text {
    padding: 30px 0;
  }

  .about-author ._text::before {
    left: -50%;
  }

  .masterclass-menu {
    margin: 40px 0;
  }

  .video-timestamp .item ._time {
    padding: 10px 16px;
  }

  .video-timestamp .item ._text {
    padding: 16px;
  }

  .refer-masterclass::before {
    display: none;
  }

  .refer-masterclass ._text-content {
    max-width: var(--container);
    padding: 0 10px;
  }
}

@media (max-width: 767.98px) {
  .m-header__logo p {
    font-size: 18px;
  }

  .testimonial__content .item {
    padding: 10px;
    margin: 0 2px;
  }

  .testimonial__content .item .row {
    --bs-gutter-x: 10px;
  }

  .testimonial__content .qote img {
    margin-bottom: 0;
  }

  .testimonial__content ._text p {
    margin-top: 14px;
  }

  .contact__form h2 {
    font-size: 18px;
  }

  .course-accordion .item__head {
    padding: 30px 16px;
  }

  .course-accordion .item__head ._img {
    border-radius: 6px;
  }

  .course-accordion .item__head ._img::before {
    border-radius: 6px;
  }

  .course-accordion .item__head ._img .thumb {
    width: 60px;
    border-radius: 6px;
  }

  .course-accordion .item__head ._text h3 {
    font-size: 14px;
  }

  .course-accordion .item__head ._text p {
    font-size: 10px;
  }

  .course-accordion .item__head ._time__text p {
    font-size: 10px;
  }

  .course-accordion .item__head ._time__text span {
    font-size: 10px;
  }

  .course-accordion .item__inner {
    padding: 0 16px;
  }

  .course-accordion .item__inner ul li {
    font-size: 10px;
  }

  .course-accordion .item__inner ul li img {
    margin-right: 6px;
  }

  .course-accordion .active {
    padding: 30px 16px;
  }

  .profile .tab-change-password .form-control {
    font-size: 14px;
  }

  .playlist .item h3 {
    font-size: 14px;
  }

  .masterclass-testimonial .items .item {
    padding: 20px;
  }

  .masterclass-testimonial .items .item ._text ._icon img {
    display: none;
  }

  .masterclass-menu ul {
    gap: 20px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --text--fs-14: 12px;
  }

  :root {
    --text--fs-16: 12px;
  }

  :root {
    --text--fs-18: 12px;
  }

  :root {
    --text--fs-20: 14px;
  }

  :root {
    --text--fs-22: 18px;
  }

  :root {
    --text--fs-24: 18px;
  }

  :root {
    --text--fs-26: 24px;
  }

  :root {
    --text--fs-28: 25px;
  }

  :root {
    --text--fs-30: 22px;
  }

  :root {
    --text--fs-32: 20px;
  }

  :root {
    --text--fs-36: 22px;
  }

  :root {
    --text--fs-40: 20px;
  }

  :root {
    --text--fs-48: 26px;
  }

  :root {
    --text--fs-50: 20px;
  }

  :root {
    --text--fs-60: 30px;
  }

  :root {
    --text--fs-14: 12px;
  }

  :root {
    --text--fs-16: 12px;
  }

  :root {
    --text--fs-18: 12px;
  }

  :root {
    --text--fs-20: 14px;
  }

  :root {
    --text--fs-22: 16px;
  }

  :root {
    --text--fs-24: 16px;
  }

  :root {
    --text--fs-26: 24px;
  }

  :root {
    --text--fs-28: 25px;
  }

  :root {
    --text--fs-30: 20px;
  }

  :root {
    --text--fs-32: 20px;
  }

  :root {
    --text--fs-36: 22px;
  }

  :root {
    --text--fs-40: 18px;
  }

  :root {
    --text--fs-48: 26px;
  }

  :root {
    --text--fs-50: 20px;
  }

  :root {
    --text--fs-60: 30px;
  }

  .slick-dots {
    margin-top: 16px;
  }

  .slick-dots li button {
    padding: 4px;
  }

  .tabs .nav {
    gap: 10px;
  }

  .tabs .nav .nav-item .nav-link {
    width: 100px;
  }

  .lesson-description-modal .modal-dialog {
    max-width: initial !important;
  }

  .lesson-description-modal .modal-dialog .modal-content .modal-body {
    padding: 30px 16px;
  }

  .lesson-description-modal .modal-dialog .modal-content .modal-body button.btn-close {
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }

  .lesson-description-modal .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
  }

  .auth-modal .modal-dialog {
    max-width: inherit !important;
  }

  .auth-modal p {
    font-size: 16px;
  }

  ._standard-text h2 {
    margin-bottom: 10px;
  }

  .grid-gutter {
    --bs-gutter-x: 10px;
  }

  .pt-header {
    padding-top: 64px;
  }

  ._mt-header {
    padding-top: 80px;
  }

  ._mt-masterclass-header {
    padding-top: 80px;
  }

  .btn-arrow {
    padding-right: 20px;
  }

  .btn-arrow::after {
    width: 14px;
    height: 14px;
  }

  .pb-50 {
    padding-bottom: 25px;
  }

  .pv-100 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pv-180 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .m-header ._left a img {
    width: 24px;
    height: 24px;
  }

  .m-header ._right img {
    width: 24px;
    height: 24px;
  }

  .m-header__logo img {
    width: 150px;
  }

  .m-header__logo p {
    font-size: 16px;
  }

  .m-header .side-nav .close-btn img {
    width: 20px;
    height: 20px;
  }

  .m-header .side-nav .menu {
    padding: 60px 0 30px 0;
  }

  .hero h4 {
    margin-bottom: 6px;
  }

  .hero h1 {
    margin-bottom: 6px;
  }

  .hero .row {
    padding: 16px 0 50px 0;
  }

  .hero .row .badge-content {
    margin-top: 20px;
  }

  .hero .row .badge-content .badge-courses .inner-box span {
    font-size: 20px;
  }

  .hero .btn-wrapper {
    margin-top: 20px;
  }

  .slick-slide .topic-card {
    margin-left: 6px;
  }

  .trending-topics {
    padding-top: 25px;
  }

  .topic-card__img__text {
    padding: 10px 8px;
  }

  .topic-card__img__text h4 {
    font-size: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .topic-card__img__text p {
    font-size: 10px;
  }

  .demanding-course ._row-gutter .row {
    --bs-gutter-x: 10px;
  }

  .course-card ._tags p {
    font-size: 8px;
  }

  .course-card ._tags p img {
    width: 12px;
    height: 12px;
  }

  .course-card__img .bookmark {
    margin: 8px;
    width: 20px;
    height: 20px;
  }

  .course-card__img .bookmark img {
    width: 12px;
    height: 12px;
  }

  .course-card__text .inner {
    padding: 40px 10px 10px 10px;
    margin: -40px 8px 8px 8px;
  }

  .course-card__text .inner .price img {
    width: 24px;
    height: 24px;
  }

  .course-card__text .inner .price span {
    font-size: 10px;
  }

  .course-card__text .inner hr {
    margin: 10px 0;
  }

  .course-card__text .inner p {
    font-size: 10px;
  }

  .course-card__text .inner span {
    font-size: 10px;
  }

  .course-card .btn-wrapper {
    gap: 10px;
  }

  .course-card .btn-wrapper p {
    font-size: 16px;
  }

  .course-card .btn-wrapper .btn {
    font-size: 10px;
    padding: 8px;
  }

  .author-item__text p {
    font-size: 10px;
  }

  .testimonial__content {
    width: 95%;
    margin: auto;
  }

  .testimonial__content .qote img {
    width: 30px;
  }

  .testimonial__content ._text p {
    font-size: 12px;
  }

  .testimonial__content h4 {
    font-size: 12px;
  }

  .img-text h4 {
    font-size: 12px;
  }

  .img-text .item {
    gap: 20px;
  }

  .img-text .item .img-text__item .item-img img {
    width: 40px;
    height: 40px;
  }

  .m-headline .img-text {
    gap: 12px;
  }

  .contact__form h2 {
    font-size: 16px;
  }

  .m-footer .menu li a img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10px;
  }

  .course-accordion .item {
    border-radius: 0;
  }

  .course-accordion .item__head {
    border-radius: 0;
    gap: 10px;
  }

  .course-accordion .item__head ._time__text {
    padding: 8px;
  }

  .profile .tab-my-course .item__img {
    padding: 16px;
  }

  .profile .tab-my-course .item__content {
    padding: 0 16px 16px 16px;
  }

  .profile .tab-my-course .item__content h3 {
    font-size: 14px;
  }

  .profile .tab-my-course .item__box {
    gap: 10px;
    padding: 16px 8px;
  }

  .profile .tab-my-course .item__box .btn-wrapper {
    gap: 10px;
  }

  .playlist .item__img {
    padding: 16px 16px 15px 16px;
  }

  .playlist .item__img ._img .play {
    width: 30px;
    height: 30px;
  }

  .playlist .item h3 {
    font-size: 12px;
  }

  .checkout__right {
    padding: 30px 0;
  }

  .course-filter.modal .modal-dialog .modal-content .modal-body .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }

  .login__img h1 {
    font-size: 20px;
  }

  .login__page {
    padding: 2rem 1rem;
  }

  .login__page h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .login__page .form-select.custom-width {
    width: 30% !important;
  }

  .headline-hero h1 {
    font-size: 24px;
  }

  .video-hero h1 {
    font-size: 24px;
  }

  .video-hero ._video .play-btn img {
    width: 40px;
    height: 40px;
  }

  .refer-masterclass ._text h2 span::after {
    display: none;
  }
}

@media (max-width: 475.98px) {
  .testimonial__content ._text p {
    font-size: 10px;
  }

  .testimonial__content p {
    font-size: 10px;
  }
}
