@charset "UTF-8";

/* hacks */

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

details summary {
  cursor: pointer;
}

details summary>* {
  display: inline;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* colors */

:root {
  --premium-gold: #afa163;
  --green-sheen: #63afa1;
  --purple-plum: #a163af;
  --premium-gold-special: #d2af26;
  --swiper-theme-color: #f7f7f7;
  --big-dark: #0f0f0f;

  --premium-gold-tint-1: #bfb482;
  --premium-gold-tint-2: #c7bd92;
  --premium-gold-tint-3: #cfc7a1;
  --premium-gold-tint-4: #d7d0b1;
  --premium-gold-tint-5: #dfd9c1;
  --premium-gold-tint-6: #e7e3d0;
  --premium-gold-tint-7: #efece0;
  --premium-gold-tint-8: #f7f6ef;

  --premium-gold-tones-1: #a69a69;
  --premium-gold-tones-2: #a1976c;
  --premium-gold-tones-3: #9c946f;
  --premium-gold-tones-4: #989172;
  --premium-gold-tones-5: #938d74;
  --premium-gold-tones-6: #8e8a77;
  --premium-gold-tones-7: #89877a;
  --premium-gold-tones-8: #85837d;

  --premium-gold-shades-1: #8c814f;
  --premium-gold-shades-2: #7b7145;
  --premium-gold-shades-3: #69613b;
  --premium-gold-shades-4: #585132;
  --premium-gold-shades-5: #464028;
  --premium-gold-shades-6: #35301e;
  --premium-gold-shades-7: #232014;
  --premium-gold-shades-8: #12100a;

  --premium-gold-gray: #919191;
  --premium-gold-gray-desaturated: #898989;
  --premium-gold-gray-most-common: #9e9e9e;
  --premium-gold-gray-luma: #a0a0a0;
  --premium-gold-gray-gamma-adjusted: #c8c8c8;

  --premium-gold-gray-custom: #d7d7d7;
}

/* typography */

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (max-width: 576px) {
  html {
    font-size: 15px;
  }
}

body.custom-background {
  background-color: black !important;
}

body {
  background-color: black;
  color: white;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
  line-height: 1.1;
}

a {
  color: var(--premium-gold);
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  box-shadow: none;
  color: var(--premium-gold-special);
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

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

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: var(--premium-gold-special);
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: var(--premium-gold-special);
  /* Firefox */
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--premium-gold-special);
  /* Safari */
  color: white;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin: 0;
}

table p {
  margin-bottom: 0;
}

.h-title {
  font-family: 'Bebas Neue', cursive;
}

.thin {
  font-weight: 100;
}

.thick {
  font-weight: 500;
}

.fat {
  font-weight: 700;
}

.highlight {
  color: var(--premium-gold-tones-4);
}

.tone {
  color: var(--premium-gold-gray-custom);
}

.muted {
  color: var(--premium-gold-gray);
}

.dark-gold {
  color: var(--premium-gold-shades-7);
}

.text-on-black {
  color: var(--premium-gold-gray-gamma-adjusted);
}

.let-space-1 {
  letter-spacing: 0.1rem;
}

.let-space-2 {
  letter-spacing: 0.2rem;
}

.fine-print {
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
}

.small-title {
  font-size: 0.6875rem;
  letter-spacing: 0.2rem;
}

.medium-text {
  font-size: 0.75rem;
}

.box-title {
  color: var(--premium-gold);
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

.line-on-black {
  border: 1px solid var(--premium-gold-tones-4);
}

.gold-divider {
  border: 1px solid var(--premium-gold);
  opacity: 0.8;
}

.short-divider {
  border: 1px solid var(--premium-gold);
  width: 8rem;
  opacity: 1;
}

.shortest-divider {
  border: 1px solid var(--premium-gold);
  width: 4rem;
  opacity: 1;
}

.border-top-on-black {
  border-top: 1px solid var(--premium-gold-shades-5);
}

.border-bottom-on-black {
  border-bottom: 1px solid var(--premium-gold-shades-5);
}

.slide-link {
  color: var(--premium-gold);
  font-family: 'Bebas Neue', cursive;
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  /* border-bottom: 1px solid var(--premium-gold); */
}

a.slide-link:hover,
a.slide-link:active,
a.slide-link:focus {
  color: var(--premium-gold-tint-6);
  text-decoration: underline;
  /* border-bottom: 1px solid var(--premium-gold-tint-6); */
}

.z-1 {
  z-index: 1;
}

.rounded-hero {
  border-radius: 0.75rem;
}

.space-top-1 {
  padding-top: 2rem !important;
}

.space-bottom-1 {
  padding-bottom: 2rem !important;
}

.min-w-1 {
  min-width: 1rem;
}

.max-w-7_5 {
  max-width: 7.5rem;
}

.max-w-3_75 {
  max-width: 3.75rem;
}

.justified {
  text-align: justify;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--premium-gold);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--premium-gold-tint-1);
}

/* navigation */

.navbar-site {
  background-image: linear-gradient(to right top, #000000, #0d0d0d, #161616, #1d1d1d, #242424);
}

.navbar-site li a {
  color: var(--premium-gold-tint-8);
  font-size: 0.875rem;
}

.navbar-site li a:hover,
.navbar-site li a:active,
.navbar-site li a:focus {
  color: var(--premium-gold-tint-4);
  background: none;
}

.avatar-xs {
  width: 1.75rem;
  height: 1.75rem;
}

.avatar-circle {
  border-radius: 50%;
}

/* cart */

.cart:hover {
  text-decoration: none;
  color: var(--premium-gold-shades-1);
}

/* big gap */

.big-gap {
  padding: 3.75rem 0 3.75rem;
}

@media only screen and (max-width: 1199px) {
  .big-gap {
    padding: 3.125rem 0 3.125rem;
  }
}

@media only screen and (max-width: 991px) {
  .big-gap {
    padding: 2.5rem 0 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .big-gap {
    padding: 1.875rem 0 1.875rem;
  }
}

/* custom padding/margin */

.custom-row {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

@media only screen and (max-width: 991px) {
  .custom-row {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .custom-row {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.inner-top-gap {
  margin-top: 6rem !important;
}

/* sliders */

/* .swiper {
  width: 100%;
  height: 100%;
} */

.hero-swiper-slide-container {
  text-align: center;
}

.hero-gallery-text {
  width: 100%;
}

.hero-gallery-thumbs {
  box-sizing: border-box;
}

.hero-gallery-thumbs .swiper-slide {
  width: 40%;
  opacity: 0.4;
}

.hero-gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.hero-swiper-slide-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}

.swiper-pagination-bullet {
  opacity: .5;
  background: white;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--premium-gold-shades-1);
}

.video-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.teacher-swiper-slide-container {
  background-color: black;
  border: none;
  border-radius: 0;
}

.teacher-swiper-slide-container::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
}

.teacher-swiper-slide-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}

/* boxes */

.service-box {
  padding: .5rem 1rem;
}

.service-box-item {
  padding: 1rem;
  color: var(--premium-gold-gray-gamma-adjusted);
  background-color: #0a0a0a;
  text-align: center;
  border: 4px solid transparent;
  border-radius: 8px;
  box-shadow: 4px 4px #0f0f0f;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.service-box-item:hover {
  background-color: #070707;
}

.service-box-item img {
  height: 48px;
  margin: 1rem 0;
}

.bg-line {
  background-image: url(../images/elements/line-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .bg-line {
    background: none;
  }
}

.bg-gold {
  background-image: url(../images/elements/gold-bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .bg-gold {
    background: none;
  }
}

.bg-cat {
  background-image: url(../images/elements/visual-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

/* @media only screen and (max-width: 767px) {
  .bg-cat {
    background: none;
  }
} */

.course-gallery-info {
  border-radius: 0.625rem 0 0 0.625rem;
  background: rgba(10, 10, 10, 0.8);
}

.course-gallery-text-link {
  color: var(--premium-gold);
  border-bottom: none;
}

a.course-gallery-text-link:active,
a.course-gallery-text-link:focus,
a.course-gallery-text-link:hover {
  color: var(--premium-gold-tint-4);
}

.course-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0.625rem 0.625rem 0;
}

@media only screen and (max-width: 991px) {
  .course-gallery-info {
    border-radius: 0 0 0.625rem 0.625rem;
  }

  .course-gallery-image img {
    border-radius: 0.625rem 0.625rem 0 0;
  }

  .swiper-button-prev-course,
  .swiper-button-next-course,
  .swiper-button-prev-teach,
  .swiper-button-next-teach {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .swiper-button-prev-course {
    margin-left: 8rem;
  }

  .swiper-button-next-course {
    margin-right: 8rem;
  }

  .swiper-button-prev-teach {
    margin-left: 0;
  }

  .swiper-button-next-teach {
    margin-right: 2rem;
  }
}

.category-gallery {
  min-height: 500px;
}

.category-gallery-promo {
  padding: 3rem 1.75rem 0.25rem 1.75rem;
  border-radius: 0.625rem;
  background: rgba(10, 10, 10, 0.5);
}

.category-gallery-title-1 {
  color: var(--premium-gold-gray);
  background-color: var(--premium-gold-tint-8);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  border-radius: 4px;
}

.category-gallery-title-2 {
  background-image: linear-gradient(-90deg, #9b804c, #afa263);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

/* button styles */

.btn-rectangle {
  background-image: -moz-linear-gradient(155deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  background-image: -webkit-linear-gradient(155deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  background-image: -ms-linear-gradient(155deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn-rectangle {
  color: black;
}

a.btn-rectangle:active,
a.btn-rectangle:focus,
a.btn-rectangle:hover {
  color: var(--premium-gold-shades-8);
  text-decoration: none;
  -moz-box-shadow: 20px 10px 10px 0px rgba(23, 23, 3, 0.1), 20px 10px 44px 0px rgba(137, 110, 18, 0.65);
  -webkit-box-shadow: 20px 10px 10px 0px rgba(23, 23, 3, 0.1), 20px 10px 44px 0px rgba(137, 110, 18, 0.65);
  box-shadow: 20px 10px 10px 0px rgba(23, 23, 3, 0.1), 20px 10px 44px 0px rgba(137, 110, 18, 0.65);
}

.btn-big-gradient {
  min-width: 192px;
  font-size: 1.75rem;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 4px;
  border: none;
  background-size: 200% auto;
  background-image: linear-gradient(155deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
}

.btn-big-gradient:hover {
  background-position: right center;
}

.btn-big-gradient:active {
  top: 2px;
}

.btn-gray {
  color: var(--premium-gold-gray-gamma-adjusted);
  background: none;
}

.btn-gray:hover {
  color: var(--premium-gold-gray);
}

.btn-premium-out {
  min-width: 96px;
  border: 2px solid var(--premium-gold-shades-1);
  color: var(--premium-gold-gray-custom);
  transition: all 0.3s ease;
}

a.btn-premium-out:active,
a.btn-premium-out:focus,
a.btn-premium-out:hover {
  color: white;
}

.btn-premium-in {
  min-width: 96px;
  border: none;
  color: var(--premium-gold-shades-8);
  background-image: linear-gradient(155deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  background-size: 200% auto;
  transition: all 0.3s ease;
}

a.btn-premium-in:active,
a.btn-premium-in:focus,
a.btn-premium-in:hover {
  color: black;
  background-position: right center;
}

.btn-pill {
  border-radius: 6.1875rem;
}

/* forms */

.form-as-line {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.875rem;
  color: var(--premium-gold-gray);
  background-color: transparent;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--premium-gold-gray);
}

.form-as-line:focus {
  color: var(--premium-gold-gray-custom);
  background-color: transparent;
  border-color: var(--premium-gold-gray-custom);
  box-shadow: none;
}

.ms-n5 {
  margin-left: -40px;
}

/* accordion */

.pre-faq .accordion .accordion-item {
  border: none;
  margin-bottom: 1rem;
  overflow: visible;
  background-color: transparent;
}

.pre-faq .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--premium-gold-gray-custom);
  background-color: #101010;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 1.75rem;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.pre-faq .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* svg */

.svg-w-24 {
  width: 24px;
}

.svg-w-64 {
  width: 64px;
}

/* transforms */

.square-style-dark {
  color: var(--premium-gold);
  border: 1px solid var(--premium-gold-shades-6);
  background-image: -moz-linear-gradient(-30deg, #0a0a0a 0%, #0f0f0f 100%);
  background-image: -webkit-linear-gradient(-30deg, #0a0a0a 0%, #0f0f0f 100%);
  background-image: -ms-linear-gradient(-30deg, #0a0a0a 0%, #0f0f0f 100%);
  border-radius: 8px;
}

.square-style-gold {
  color: white;
  border: none;
  background-image: -moz-linear-gradient(-45deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  background-image: -ms-linear-gradient(-45deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  border-radius: 8px;
}

.pevanje {
  width: 120px;
  height: 120px;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.humor {
  width: 120px;
  height: 120px;
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.biznis {
  width: 100px;
  height: 100px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.category-button-big {
  /* width: 256px; */
  border-radius: 4px;
  background-image: -moz-linear-gradient(155deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  background-image: -webkit-linear-gradient(155deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  background-image: -ms-linear-gradient(155deg, rgb(155, 128, 76) 0%, rgb(175, 162, 99) 100%);
  box-shadow: none;
}

a.category-button-big {
  color: black;
}

a.category-button-big:active,
a.category-button-big:focus,
a.category-button-big:hover {
  color: var(--premium-gold-shades-8);
  text-decoration: none;
  box-shadow: 22px 20px 10px 0px rgba(23, 23, 3, 0.1), 22px 20px 64px 0px rgba(137, 110, 18, 0.65);
}

.category-button {
  border-radius: 4px;
  border: 1px solid var(--premium-gold-gray-desaturated);
}

a.category-button {
  color: var(--premium-gold-gray-desaturated);
}

a.category-button:active,
a.category-button:focus,
a.category-button:hover {
  color: var(--premium-gold-gray-custom);
  border-color: var(--premium-gold-gray-custom);
}

a.category-button span i {
  width: 1.25rem;
  color: var(--premium-gold);
}

/* footer */

.bot-bg {
  background-image: url('../images/elements/bottom-bg.png');
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: 100%;
  background-position: left bottom;
}

@media only screen and (max-width: 991px) {
  .bot-bg {
    background: none;
  }
}

.action-title-big {
  background-image: linear-gradient(90deg, #9b804c, #afa263);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.action-login {
  color: var(--premium-gold-gray-gamma-adjusted);
  background-color: var(--premium-gold-shades-8);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  border: none;
  border-radius: 8px;
  box-shadow: -4px -4px #0f0f0f;
}

.action-login img {
  width: 48px;
}

.facebook-login-container {
  display: inline-block;
  border: 2px solid var(--premium-gold-gray);
  border-radius: 32px;
  font-size: 0.875rem;
  padding: 1rem;
  color: var(--premium-gold-gray);
}

a.facebook-login-container:hover {
  color: var(--premium-gold-special);
}

.my-icon {
  vertical-align: middle;
  font-size: 2.5rem;
}

.footer-links li {
  padding: 0.5rem 0 0.5rem 0;
}

.footer-links li a,
.sub-footer a {
  color: white;
  border: none;
}

.footer-links li a:hover,
.footer-links li a:active,
.footer-links li a:focus,
.sub-footer a:hover,
.sub-footer a:active,
.sub-footer a:focus {
  border-bottom: 1px solid white;
}

.language a:hover,
.language a:active,
.language a:focus {
  color: var(--premium-gold-special);
  background: none;
}

.sub-footer {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.75rem;
}

/* menu icon */

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: var(--premium-gold-shades-1);
  display: block;
  transition: all 0.2s;
}

.middle-bar {
  margin: 5px auto;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
  background-color: var(--premium-gold-gray);
}

/* menu animation */

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .custom__animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* all courses */

.course-slab {
  background-image: linear-gradient(to left top, #000000, #050303, #090605, #0d0907, #100c08, #130f0a, #15120b, #17150d, #1a180f, #1d1a11, #201d13, #232014);
  border-radius: 0.625rem;
}

.course-slab-card-footer {
  border-top: 0.0625rem solid #070707;
}

.course-slab-image {
  border-radius: 0.625rem 0.625rem 0 0;
}

.course-stars {
  color: var(--premium-gold-tint-6);
  text-shadow: 2px 2px 4px black;
}

/* 3D hover */

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover,
.transition-3d-hover:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* badges */

.badge-single {
  color: black;
  background-color: var(--premium-gold-special);
}

/* single page */

.single-page-text-link {
  color: white;
  border-bottom: 1px solid white;
}

a.single-page-text-link:active,
a.single-page-text-link:focus,
a.single-page-text-link:hover {
  color: var(--premium-gold-special);
  border-bottom: 1px solid var(--premium-gold-special);
}

.single-page-h-link {
  color: white;
  border-bottom: 2px solid white;
}

a.single-page-h-link:active,
a.single-page-h-link:focus,
a.single-page-h-link:hover {
  color: var(--premium-gold-special);
  border-bottom: 2px solid var(--premium-gold-special);
}

.pre-curriculum .accordion .accordion-item {
  border: none;
  margin-bottom: 0.5rem;
  overflow: visible;
  background-color: transparent;
}

.pre-curriculum .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--premium-gold-gray-custom);
  background-color: var(--premium-gold-shades-6);
  border: none;
  border-radius: 0.625rem;
  box-shadow: none;
  padding: 1rem;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.pre-curriculum .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.75) !important;
}

.pre-curriculum .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/* buttons */

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 0.75rem;
  line-height: 1.428571429;
  border-radius: 0.938rem;
}

.list-group-item.active {
  background-color: var(--premium-gold-shades-4);
}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.875rem;
}

/* error */

.error {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: var(--purple-plum);
}

/* courses page */

.image-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  height: -webkit-fill-available !important;
  height: fill-available !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(0, 35, 51, 0) 100%) !important;
}

.category-header-area {
  padding: 0px;
  color: #000;
  position: relative;
}

.bread-container {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

@media (max-width: 768px) {
  .bread-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* @media (max-width: 576px) {
  .bread-container {
    font-size: 0.5rem;
  }
} */

/* radio button */

.custom-radio:checked,
.custom-radio:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio:checked+label,
.custom-radio:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--premium-gold-tint-8);
}

.custom-radio:checked+label:before,
.custom-radio:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #fff;
}

.custom-radio:checked+label:after,
.custom-radio:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--premium-gold-special);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-card-body {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #0f0f0f;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 1rem;
}

.blog-card-body:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.blog-card-image img {
  width: 100%;
  height: auto;
}

.blog-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.5rem 0;
  color: white;
}

.blog-user-left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
}

.blog-user-left .user-name {
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
}

.blog-user-right {
  text-align: right;
  font-size: 0.9rem;
  color: var(--premium-gold-gray-desaturated);
}


.parallax {
  background-image: url(../images/elements/pattern-bg.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.outer-square {
  width: 150px;
  height: 150px;
  background: hsla(0, 0%, 100%, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  border-radius: 15px;
  border: 4px solid #000;
}

.inner-square {
  width: 106px;
  height: 106px;
  transform: rotate(-45deg);
}

.inner-square h3 {
  font-size: 2.75rem;
  color: var(--premium-gold-special);
  text-shadow: 0px 0px 10px var(--premium-gold-special);
}

.inner-square p {
  color: var(--premium-gold-gray-custom);
  font-size: 1rem;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.l-g-bg-up {
  background: linear-gradient(180deg, #333 -35.17%, #000 100%);
}

.l-g-bg-down {
  background: linear-gradient(180deg, #000 -35.17%, #222 100%);
}

.featured-media-inner img {
  height: auto;
  border-radius: 1rem;
}

.blog-right-section .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  background: linear-gradient(45deg,
      var(--premium-gold-shades-8),
      var(--premium-gold-shades-7));
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 8px;
  padding-bottom: 2px;
  border-radius: 1rem;
}

.blog-right-section .post img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-right-section .post a {
  text-decoration: none;
  color: var(--premium-gold-gray-custom);
}

.blog-right-section .post h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-right-section .post p i {
  margin-right: 10px;
  color: var(--premium-gold-shades-1);
}

.blog-right-section .post {
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 1.5px solid var(--premium-gold-shades-6);
}

.blog-right-section .categories ul li {
  list-style-type: none;
  padding: 20px 0px 0px 0px;
}

.blog-right-section .categories ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: 0.5s;
}

.blog-right-section .categories ul li a::after {
  content: "";
  width: 1.5px;
  height: 100%;
  position: absolute;
  background-color: var(--premium-gold);
  left: 0px;
  opacity: 0;
  transition: 0.5s;
}

.blog-right-section .post .date {
  font-size: 0.75rem;
  font-weight: bold;
}

@media (hover: hover) {
  .blog-right-section .categories ul li a:hover {
    padding-left: 15px;
    color: var(--premium-gold);
    font-weight: 600;
  }

  .blog-right-section .categories ul li a:hover:after {
    opacity: 1;
  }
}

.btn-gradient {
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  border: none;
  border-radius: 4px;
  background-size: 200% auto;
  background-image: linear-gradient(155deg,
      rgb(155, 128, 76) 0%,
      rgb(175, 162, 99) 100%);
}

.btn-gradient:hover {
  /* background-position: right center; */
  color: var(--premium-gold-shades-8);
}

.btn-gradient:active,
.btn-gradient:focus {
  color: black !important;
  top: 2px;
}

.course-card-side {
  background-color: #0f0f0f;
  border-radius: 1rem;
}

.course-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.course-card-w-border {
  padding: 15px;
  border: 2px solid var(--premium-gold);
  border-radius: 30px;
  height: 100%;
  text-align: center;
}

.blog-cat-circle {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
}

.ld_course_grid .card {
  overflow: hidden;
}

/* course cards */

.course-card {
  position: relative;
  color: #fff;
  padding: 20px;
  background: var(--big-dark);
  border-radius: 30px;
  height: 100%;
}

.course-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(120deg,
      hsla(0, 0%, 100%, 0.3),
      hsla(0, 0%, 100%, 0.05));
  border-radius: 30px;
  opacity: 0.25;
}

.course-card-side {
  background-color: var(--big-dark);
}

.course-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.course-card-w-border {
  padding: 15px;
  border: 2px solid var(--premium-gold);
  border-radius: 30px;
  height: 100%;
  text-align: center;
}

.pure-gold {
  color: var(--premium-gold-special);
}


.nav-pills .nav-link {
  color: #fff;
  background-color: var(--premium-gold-shades-7);
  border: none;
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
}

.nav-pills .nav-link:hover {
  background-color: var(--premium-gold-shades-8);
  color: #fff;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--premium-gold-shades-6);
  border: none;
}

.tab-content {
  border: 0;
  /* border-bottom: 1px solid var(--premium-gold-shades-7); */
}

.ac-lecture li a {
  padding: 15px;
}

.ac-lecture li a span {
  font-size: 15px;
}

.ac-lecture li a span i {
  font-size: 19px;
}

.rounded-5 {
  border-radius: 2rem;
}

p.registration-login {
  display: none !important;
}


input.form-as-line {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: var(--premium-gold-gray-luma);
  background-color: transparent !important;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--premium-gold-gray);
  padding: 5px 0;
}

input.form-as-line:focus {
  color: var(--premium-gold-gray-custom);
  background-color: transparent;
  border-color: var(--premium-gold-gray-custom);
  box-shadow: none;
}

.ms-n5 {
  margin-left: -40px;
}

.buttons-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#site-footer {
  clear: both;
}

.card-body .price {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bs-heading-color);
}

.card-body .single_add_to_cart_button.button.alt {
  min-width: 96px;
  border: 2px solid var(--premium-gold-shades-1);
  color: var(--premium-gold-gray-custom);
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 50rem;
  background: transparent;
  font-family: 'Bebas Neue', cursive;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  letter-spacing: 0.1rem;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: .5rem !important;
  transition: all 0.2s ease-in-out;
}

.card-body .single_add_to_cart_button.button.alt:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.is-large.wc-block-cart h2.wc-block-cart__totals-title {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  border-bottom: 1px solid var(--premium-gold-shades-5);
}

.wc-block-components-totals-item__label,
.wc-block-components-panel__button,
.wc-block-components-formatted-money-amount {
  font-size: 1rem;
  font-weight: 500;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0 !important;
}

.wc-block-cart__submit-container .wc-block-components-button {
  min-width: 96px;
  border: 2px solid var(--premium-gold-shades-1);
  color: var(--premium-gold-gray-custom);
  transition: all 0.3s ease;
  border-radius: 50rem;
  font-weight: 700;

  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wc-block-components-button:hover {
  transform: translateY(-3px);
}

.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 1.25rem;
  font-weight: 500;
}

.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  display: none;
}

.theme-twentytwenty span.wc-block-components-product-price__value {
  font-size: 1.75rem !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
  width: 200px;
}

.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image img {
  border-radius: 0.75rem;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block th {
  display: none;
}

.wc-block-components-totals-wrapper {
  border-bottom: 1px solid var(--premium-gold-shades-5);
}

form.wc-block-components-totals-coupon__form {
  gap: 0
}

form.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type=text] {
  border-radius: 0.375rem 0 0 0.375rem;
}

form.wc-block-components-totals-coupon__form .wc-block-components-button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: #198754;
  border-radius: 0 0.375rem 0.375rem 0;
  min-height: inherit !important;
  color: #fff;
  font-weight: 500;
  border: none;
}

form.wc-block-components-totals-coupon__form .wc-block-components-button span {
  opacity: 1 !important;
}

.wc-block-components-totals-wrapper {
  margin-bottom: 20px;
}

.wc-block-checkout__actions_row .wc-block-components-button {
  min-width: 96px;
  border: 2px solid var(--premium-gold-shades-1);
  color: var(--premium-gold-gray-custom);
  transition: all 0.3s ease;
  border-radius: 50rem;
  font-weight: 700;

  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wc-block-components-order-summary-item .wc-block-formatted-money-amount {
  display: none;
}

.logout-button {
  margin-left: .5rem !important;
}

.container .mo-openid-app-icons p {
  text-align: center;
  margin-bottom: 10px !important;
  width: 100% !important;
}

.learndash-wrapper .ld-expand-button {
  background-color: var(--premium-gold);
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
  background: none;
  border: 2px solid var(--premium-gold);
}

.learndash-wrapper .ld-status-complete {
  background-color: var(--premium-gold);
  margin-top: 0 !important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
  background: none;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview>.ld-tooltip,
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
  font-weight: 500;
  color: var(--premium-gold);
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  color: var(--premium-gold);
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background: var(--premium-gold);
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span,
.learndash-wrapper .ld-profile-summary .ld-profile-card a.ld-profile-edit-link {
  font-weight: 500;
}

.woocommerce-account #site-content .woocommerce {
  padding: 30px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: var(--premium-gold);
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--premium-gold);
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  font-size: 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 0.7rem;
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n+1) td {
  background: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
  background-color: var(--premium-gold);
}

.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 1rem;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: var(--premium-gold-gray-luma);
  background-color: transparent !important;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--premium-gold-gray);
  padding: 5px 0;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  margin: 20px 0 0;
  padding: 20px;
  border: .2rem solid var(--premium-gold);
  border-radius: 0.5rem;
}

.woocommerce-account .woocommerce-EditAccountForm button[type="submit"] {
  min-width: 96px;
  border: 2px solid var(--premium-gold-shades-1);
  color: var(--premium-gold-gray-custom);
  transition: all 0.3s ease;
  border-radius: 50rem;
  font-weight: 700;

  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  line-height: var(--bs-btn-line-height);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  background: var(--premium-gold);
}

.single-lesson .entry-header-inner {
  background: url(https://premium.education/assets/frontend/premium/images/elements/coin.png) right top no-repeat;
  background-size: contain;
  padding: 1.5rem;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  border-radius: 0.75rem;
  margin-bottom: 30px;
}

.single-lesson .entry-header-inner .post-meta-wrapper {
  display: none;
}

.single-lesson .pagination-single.section-inner {
  display: none;
}

.learndash-wrapper .ld-lesson-status {
  background: none;
  border: 2px solid var(--premium-gold);
}

.learndash-wrapper .ld-breadcrumbs {
  background: none;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete,
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {
  margin: 0;
  background: var(--premium-gold);
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-size: 0.875rem !important;
  color: var(--premium-gold-gray-luma) !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid var(--premium-gold-gray) !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  background: transparent !important;
  border: none !important;
  color: var(--premium-gold-gray-luma) !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label {
  color: var(--premium-gold-gray-luma) !important;
}

.ld-tab-bar__tab[aria-selected=true] {
	color: var(--premium-gold)!important;
}

.ld-tab-bar__tab[aria-selected=true]:after {
	border-color: var(--premium-gold)!important;
}

.learndash-wrapper .ld-alert-success {
	border-color: var(--premium-gold)!important;
}

.learndash-wrapper .ld-alert-success .ld-alert-icon {
	background-color: var(--premium-gold)!important;
}

.learndash-wrapper .ld-alert-certificate.ld-alert-success {
	color: var(--premium-gold)!important;
	background-color: #afa16333
}

.learndash-wrapper .ld-alert-success .ld-button {
	background-color: var(--premium-gold)!important;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
	background: none;
	border: 1px solid var(--premium-gold)!important;;
}

.ld-tab-bar__tab {
	color: #fff!important;
}

.ld-tab-bar__tab:hover {
	color: var(--premium-gold)!important;
}

.ld-tab-bar__tab:hover:after {
	border-color: var(--premium-gold)!important;
}

.ld-tab-bar {
	color: #fff;
    padding: 20px;
    background: var(--big-dark);
    border-radius: 30px;
}

.ld-accordion, #course-reviews-section {
		color: #fff;
    padding: 20px;
    background: var(--big-dark);
    border-radius: 30px;
}

.learndash .ld-details {
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
	border-radius: 30px;
	color: #fff;
    padding: 20px;
	display: flex;
    flex-direction: row;
	margin-top: 30px;
}

.learndash .ld-details .ld-details__section {
	 margin-right: 40px;
}

.ld-tab-bar__panel .ld-featured-image {
	border-radius: 30px;
}

.ld-layout__sidebar .ld-enrollment, .ld-layout__sidebar .ld-enrollment__join {
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
	border-radius: 20px;
	color: #fff;
    padding: 20px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
}

.ld-layout__sidebar .ld-enrollment__join .ld-enrollment__login-link {
	    min-width: 96px;
    border: 2px solid var(--premium-gold-shades-1);
    color: var(--premium-gold-gray-custom);
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 50rem;
    background: transparent;
    font-family: 'Bebas Neue', cursive;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    letter-spacing: 0.1rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ld-layout__sidebar .ld-enrollment__pricing-price {
	color: #fff;
	text-align: center;
}

.ld-layout__sidebar  .ld-enrollment__pricing-label {
	color: var(--premium-gold);
	text-transform: uppercase;
	text-align: center;
}

.learndash .ld-layout.ld-breakpoint--extra-small:not(.ld-layout--no-sidebar).ld-layout--no-header {
	grid-template-columns: 2.5fr 1fr;
}

#course-reviews-section .filter-options {
	display: none;
}

.review-top-desc, .login-to-enroll.button {
	display: none;
}
.review-top-section {
	flex-direction: column;
}
.learndash .review-top-section .review-top-col {padding: 20px;}

.learndash .review-top-section .review-top-col:nth-child(2) {
	border-left: none;
	border-right: none;
	border-top: 1px solid #fff;
}

.learndash  strong.review-title {
	color: #fff;
}

.learndash-wrapper .ld-modal {
	border-radius: 20px;
	border: 1px solid #fff;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register {
	    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.learndash-wrapper .ld-modal-text {
	margin-bottom: 20px;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-login-modal-wrapper .ld-button.ld-button-reverse, .learndash-wrapper .ld-login-modal input[type=submit], input[type=submit]#wp-submit {
	border: 2px solid var(--premium-gold)!important;
	background: none;
	font-family: 'Bebas Neue', cursive;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	padding: 10px;
}

.learndash-wrapper .ld-login-modal input[type=submit],
input[type=submit]#wp-submit {
	height: auto;
	color: var(--premium-gold);
	padding: 5px 10px;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading {
	color: var(--premium-gold);
}

.learndash-course-reviews-form #loginform label {
	display: block;
}

.learndash-course-reviews-form #loginform input[type="text"],
.learndash-course-reviews-form #loginform input[type="password"]{
	    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 0.875rem;
    color: var(--premium-gold-gray-luma);
    background-color: transparent !important;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--premium-gold-gray);
    padding: 5px 0;
	width: 50%;
}

.learndash-course-reviews-form #loginform input[type="text"]:before,
.learndash-course-reviews-form #loginform input[type="password"]:before {
	content: "\f007";
	font-family: "Font Awesome 6 Pro";
}

input[type=submit]#wp-submit {
	min-width: 230px;
	border-radius: 50rem;
	color: #fff;
}

.ld-accordion__content .ld-accordion__item-title {
    color: var(--premium-gold);
}

.ld-accordion__content .ld-accordion__item-title:hover {
	color: #fff;
}

.ld-svgicon.ld-svgicon__check-circle path {
	fill: var(--premium-gold); 
}

.ld-accordion__content .ld-accordion__item:hover {
	background: none;
	border: 1px solid  var(--premium-gold);
}

.ld-accordion__content .ld-accordion__item:focus-within, .ld-accordion__content .ld-accordion__item:has(.ld-accordion__expand-button[aria-expanded=true]), .ld-accordion__content .ld-accordion__item:hover {
	background: none;
	border: 1px solid  var(--premium-gold);
}

.ld-accordion__content .ld-accordion__item-icon--progress {
	color: var(--premium-gold);
}

.ld-accordion .ld-accordion__pagination-list, .ld-accordion .ld-accordion__pagination-list-item {
	color: #fff;
}

.ld-accordion__expand-button-text {
	display: none;
}

.ld-svgicon.ld-svgicon__down-caret path,
.ld-svgicon.ld-svgicon__up-caret path{
	fill: var(--premium-gold);
}

.ld-accordion__expand-button:before {display: none;}

.wp-singular.sfwd-lessons-template-default #site-content,
.post-inner .learndash-wrap,
.wp-singular.sfwd-quiz-template-default #site-content {
	max-width: 1600px;
	padding: 4vw 6vw;
	margin: 0 auto;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link {
	color: var(--premium-gold);
}

.learndash-course-reviews-form input[type=email], .learndash-course-reviews-form input[type=number], .learndash-course-reviews-form input[type=password], .learndash-course-reviews-form input[type=reset], .learndash-course-reviews-form input[type=search], .learndash-course-reviews-form input[type=tel], .learndash-course-reviews-form input[type=text], .learndash-course-reviews-form input[type=url], .learndash-course-reviews-form select, .learndash-course-reviews-form textarea {
	clear: both;
	display: block;
	background: none!important;
	border: none;
	border-bottom: 2px solid #fff;
	max-width: 400px;	
	width: 100%;
}

.learndash-course-reviews-form .grid-container .grid-x {
	margin-bottom: 20px;
}