@import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Robert+Sans&family=Open+Sans&family=Montserrat:wght@100;300;400;500;600;700;800;900);
.horizon-lines {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -2;
  margin: auto;
  right: 0;
  left: 0;
}
.horizon-lines .line {
  border-left: 1px solid rgba(237, 237, 237, 0.4588235294);
}
.horizon-lines .line:last-child {
  border-right: 1px solid rgba(237, 237, 237, 0.4588235294);
}
.horizon-lines .line-right {
  border-right: 1px solid rgba(237, 237, 237, 0.4588235294);
}

:root {
  --default-green:#97B500;
}

@keyframes transform-horizental {
  5% {
    transform: translateX(-25%) translateY(30%);
  }
  15% {
    transform: translateX(0) translateY(10%);
  }
  18% {
    transform: translateX(25%) translateY(10%);
  }
  20% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(35%) scale(1) rotate(180deg);
  }
  65% {
    transform: translateX(0) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-30%) translateY(80%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-20%) translateY(40%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(15%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
@keyframes transform-vertical {
  5% {
    transform: translateY(-25%) translateY(20%);
  }
  15% {
    transform: translateY(-75%) translateX(0);
  }
  20% {
    transform: translateY(-45%) translateX(-20%) scale(1);
  }
  25% {
    transform: translateY(-10%) translateX(-45%) scale(1);
  }
  50% {
    transform: translateY(0) scale(1) rotate(180deg);
  }
  65% {
    transform: translateY(25%) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-20%) translateY(-20%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-45%) translateY(-80%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(-45%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
.subscribe-section {
  background-color: rgba(243, 243, 243, 0.92);
  margin-top: 40px;
  padding: 40px 0;
}
.subscribe-section .text-title {
  font-size: 3rem;
  line-height: 50px;
}
.subscribe-section .text-description {
  font-size: 1.5rem;
}

.testimonial-section {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 15px 0;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section {
    margin-bottom: 70px;
  }
}
.testimonial-section .section-heading small {
  font-size: 1.2rem;
}
.testimonial-section .section-heading h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .testimonial-section .section-heading h2 {
    width: 60vw;
  }
}
.testimonial-section .swiper-navigation {
  margin-top: -50px;
}
@media only screen and (max-width: 991px) {
  .testimonial-section .swiper-navigation {
    margin-top: -70px;
  }
}
.testimonial-section .top-text {
  font-size: 1.5rem;
}
.testimonial-section .author {
  color: #000;
}
.testimonial-section .author h3 {
  font-weight: 300;
  color: #000;
}
.testimonial-section .container {
  z-index: 1;
  position: relative;
}

:root {
  --roobert: "Roobert", sans-serif;
  --black: #000;
  --white: #fff;
  --safe: #5A5FEF;
  --olive: #7f7c66;
  --putty: #d3c3ac;
  --stone: #f7f5f2;
  --acid: #cfff03;
  --mist: #e9e7e4;
  --rusty: #d33f49;
  --cloud-20: hsla(30, 4%, 80%, 0.2);
  --stone-00: hsla(36, 24%, 96%, 0);
  --stone-20: hsla(36, 24%, 96%, 0.2);
  --stone-25: hsla(36, 24%, 96%, 0.251);
  --stone-50: hsla(36, 24%, 96%, 0.502);
  --stone-88: hsla(36, 24%, 96%, 0.878);
  --white-05: hsla(0, 0%, 100%, 0.051);
  --white-10: hsla(0, 0%, 100%, 0.102);
  --black-04: rgba(0, 0, 0, 0.039);
  --black-07: rgba(0, 0, 0, 0.071);
  --black-10: rgba(0, 0, 0, 0.102);
  --black-12: rgba(0, 0, 0, 0.122);
  --black-22: rgba(0, 0, 0, 0.22);
  --black-50: rgba(0, 0, 0, 0.502);
  --transparent: transparent;
  --header-height: 115px;
}

swiper-carousel {
  display: block;
}

.swiper.active,
swiper-carousel[active],
testimonial-carousel {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  overflow: clip;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease);
  transition-timing-function: ease;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.swiper-navigation.disabled {
  display: none;
}

.swiper-navigation button {
  align-items: center;
  border: 2px solid #000;
  border: 2px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.25rem;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  transition-property: background-color, color;
  width: 3.25rem;
}

@media screen and (min-width: 768px) {
  .swiper-navigation button {
    height: 3rem;
    width: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .swiper-navigation button:hover:not(:disabled) {
    background-color: #000;
    background-color: #000;
    color: #cfff03;
    color: var(--acid);
  }
  .swiper-navigation button:hover:not(:disabled) svg {
    color: #cfff03;
    color: var(--acid);
  }
}
.swiper-navigation button svg {
  color: inherit;
  color: #000;
  color: #000;
  display: block;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  transition-property: color;
  width: 1rem;
}

.swiper-navigation button:disabled {
  color: #000;
  color: #000;
  opacity: 0.2;
}

.swiper-pagination-horizontal {
  -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.swiper-pagination-bullet {
  background-color: #000;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  opacity: 0.1;
  transition: all 0.2s ease-in-out;
  transition-property: opacity;
  width: 0.625rem;
}

@media (hover: hover) and (pointer: fine) {
  .swiper-pagination-bullet:hover:not(:disabled) {
    opacity: 0.15;
  }
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .hero-section {
    margin-top: 100px;
  }
}
.hero-section .main-holder .top-hero ul li {
  margin: 10px 0;
  font-size: 0.7rem;
}
.hero-section .main-holder .top-hero ul li i {
  font-size: 1.1rem;
  color: #97B500;
}
.hero-section .main-holder .top-hero .price-holder {
  margin-top: 25px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.hero-section .main-holder .top-hero .price-holder .price {
  display: block;
  font-size: 2.5rem;
  line-height: 33px;
  color: #000 !important;
  font-weight: 400;
}
.hero-section .main-holder .top-hero .price-holder .discounted-price {
  text-align: right;
  display: block;
}
.hero-section .main-holder .top-hero .hero-title {
  margin: 60px auto;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .top-hero .hero-title {
    width: 30vw;
  }
}
.hero-section .main-holder .top-hero .hero-title p {
  margin-bottom: 0;
  line-height: 45px;
  font-size: 2.6rem;
  font-weight: 300;
  color: #777;
}
.hero-section .main-holder .top-hero .hero-title p strong {
  color: #000;
  font-weight: 400;
  display: block;
}
.hero-section .main-holder .top-hero .hero-title h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 90px;
  color: #000;
  text-transform: uppercase;
}
.hero-section .main-holder .top-hero .avatar-course {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hero-section .main-holder .top-hero .avatar-course .watch-action {
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  display: inline-block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.hero-section .main-holder .top-hero .avatar-course .watch-action button {
  border: 3px solid rgba(221, 221, 221, 0.5490196078);
}
.hero-section .main-holder .top-hero .avatar-course .watch-action button i {
  margin-left: 10px;
  color: #fff;
  background-color: #CEADD6;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .top-hero .avatar-course {
    margin: -492px auto 0 auto;
    width: 38vw;
  }
  .hero-section .main-holder .top-hero .avatar-course img {
    width: 85%;
  }
}
.hero-section .main-holder .top-hero .avatar-course:before {
  background-color: rgba(206, 173, 214, 0.7411764706);
  border-radius: 100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 36%;
  z-index: -1;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .top-hero .avatar-course:before {
    height: 35vw;
    width: 35vw;
  }
}
.hero-section .main-holder .top-hero .avatar-course:after {
  background-color: rgba(90, 95, 239, 0.16);
  border-radius: 100%;
  content: "";
  height: 38vw;
  left: 0;
  position: absolute;
  right: 0;
  top: 32%;
  width: 38vw;
  z-index: -2;
  margin: auto;
}
.hero-section .main-holder .top-hero .hero-reviews .lef-side small {
  color: #666;
  display: block;
}
.hero-section .main-holder .top-hero .hero-reviews .lef-side p {
  color: #000;
}
.hero-section .main-holder .top-hero .hero-reviews .btn-theme-green {
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-top: 25px;
  padding: 5px 5px 5px 17px;
  font-size: 22px;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #97B500;
}
.hero-section .main-holder .top-hero .hero-reviews .btn-theme-green:hover {
  background-color: #000;
}
.hero-section .main-holder .top-hero .hero-reviews .btn-theme-green svg {
  margin-right: 1px;
  margin-left: 0;
}
.hero-section .main-holder .top-hero .hero-reviews .reviews .btn-theme-pink {
  height: 25px;
  line-height: 24px;
  font-size: 0.8rem;
  width: 114px;
}
.hero-section .main-holder .top-hero .hero-reviews .reviews .writer .text {
  margin-right: 20px;
}
.hero-section .main-holder .top-hero .hero-reviews .reviews .writer .text h3 {
  font-size: 1rem;
  line-height: 25px;
}
@media only screen and (max-width: 575px) {
  .hero-section .main-holder .top-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero-section .main-holder .top-hero .text-center {
    order: 0;
  }
  .hero-section .main-holder .top-hero .hero-reviews {
    order: 2;
  }
  .hero-section .main-holder .top-hero .avatar-course {
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .top-hero .hero-reviews {
    padding-top: 60px;
  }
  .hero-section .main-holder .top-hero .hero-reviews .reviews {
    text-align: right;
    margin-top: 13px;
  }
  .hero-section .main-holder .top-hero .hero-reviews .reviews > * {
    justify-content: right;
    font-size: 0.7rem;
    margin-top: 15px;
  }
}
.hero-section .main-holder .button-hero {
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .button-hero {
    padding: 0 3vw;
    width: 38vw;
  }
}
.hero-section .main-holder .button-hero .text-styles {
  color: #fff;
  overflow: hidden;
  position: relative;
}
.hero-section .main-holder .button-hero .text-styles .ball {
  z-index: 2;
}
.hero-section .main-holder .button-hero .text-styles h2 {
  color: #fff;
  font-size: 2.5rem;
  padding-top: 70px;
  line-height: 30px;
  font-weight: 400;
}
.hero-section .main-holder .button-hero .text-styles h2 small {
  font-size: 1.2rem;
}
.hero-section .main-holder .button-hero .text-styles:before {
  background-color: rgba(90, 95, 239, 0.6509803922);
  border-radius: 100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  bottom: 36%;
  z-index: -1;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .button-hero .text-styles:before {
    height: 28vw;
    width: 28vw;
  }
}
.hero-section .main-holder .button-hero .text-styles:after {
  background-color: rgba(90, 95, 239, 0.16);
  border-radius: 100%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  bottom: 32%;
  z-index: -2;
  margin: auto;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .button-hero .text-styles:after {
    height: 30vw;
    width: 30vw;
  }
}
.hero-section .main-holder .button-hero .text-styles > small {
  font-size: 0.9rem;
}
.hero-section .main-holder .button-hero .text-styles .arrow-action {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding-top: 20px;
  margin: auto;
}
.hero-section .main-holder .button-hero .text-styles .arrow-action i {
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .hero-section .main-holder .button-hero .text-styles {
    padding-bottom: 150px;
  }
}
.hero-section .main-holder .button-hero .content-shape-circle-button {
  background-color: #000;
  bottom: 8px;
}
@media only screen and (max-width: 575px) {
  .hero-section .main-holder .button-hero .content-shape-circle-button {
    left: 50%;
  }
}

.content-shape-circle-button {
  align-items: center;
  bottom: -50px;
  left: 70%;
  border-radius: 50%;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10%;
  padding: clamp(1.125rem, 0.2272727273vw + 1.0795454545rem, 1.25rem);
  pointer-events: auto;
  row-gap: 0.7rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  position: absolute;
  box-shadow: inset 0 10px 53px #494949;
}
@media only screen and (min-width: 992px) {
  .content-shape-circle-button {
    height: 8vw;
    width: 8vw;
  }
}
@media only screen and (max-width: 575px) {
  .content-shape-circle-button {
    height: 200px;
    width: 200px;
  }
}
.content-shape-circle-button .tlt-of-btn {
  font-size: 0.8rem;
  font-weight: 300;
}
.content-shape-circle-button .main-price {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: -1px;
}
.content-shape-circle-button .dis-price {
  color: #888;
  text-decoration: line-through;
  font-size: 0.9rem;
}

.preview-section .preview-holder {
  background-color: #D2D2D2;
  border-radius: 40px;
}
.preview-section .preview-holder .main-holder {
  padding: 20px;
}
.preview-section .preview-holder.active .main-holder {
  background-color: #8b8ef4;
  border-radius: 40px 40px 0 0;
}
.preview-section .preview-holder.active .main-holder p {
  color: #fff;
}
.preview-section .preview-holder.active svg {
  transform: rotate(90deg);
}
.preview-section .preview-holder.active .lessons {
  background-color: #F3F3F3;
  border-radius: 0 0 40px 40px;
  opacity: 1;
  padding: 20px 30px;
  visibility: visible;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease;
  max-height: -moz-fit-content;
  max-height: -webkit-fit-content;
  max-height: fit-content;
}
.preview-section .preview-holder .lessons {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 1s ease, padding 0.3s ease;
}
.preview-section .preview-holder .lessons .play-btn {
  border-radius: 100%;
  padding: 11px;
  font-size: 13px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  align-items: center;
  background-color: #8b8ef4;
  margin: 0 10px;
  color: #fff;
}
.preview-section .preview-holder svg {
  margin: 0 20px 0 0;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.preview-section .preview-holder .lessons .lesson-holder .lesson {
  padding: 20px;
}
.preview-section .preview-holder .lessons .lesson-holder:not(.preview-section .preview-holder .lessons .lesson-holder:last-child) {
  border-bottom: 1px solid #000;
}

.gallery-section .heading-section {
  z-index: 3;
}
.gallery-section .heading-section p {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .gallery-section .heading-section p {
    line-height: 23px;
    margin-bottom: 15px !important;
    display: block;
  }
}
.gallery-section .heading-section h2 p {
  color: #000;
  font-family: Poppins, serif;
  font-weight: 300;
  font-size: 2.5rem !important;
  line-height: 50px;
}
.gallery-section .heading-section h2 p strong {
  color: #A3C010;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .gallery-section .heading-section {
    text-align: center;
  }
  .gallery-section .heading-section h2 {
    font-size: 20px;
    text-align: center;
  }
}
.gallery-section .gallery__carousel {
  padding: 10px 5px;
}
.gallery-section .gallery__carousel .swiper-navigation {
  margin-bottom: 0;
  right: 0;
  top: 42px;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .gallery-section .gallery__carousel .swiper-navigation {
    padding: 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-section .gallery__carousel .swiper-navigation {
    position: absolute;
  }
}
.gallery-section .gallery__carousel .swiper-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .gallery-section .gallery__carousel .swiper-wrapper {
    margin-top: 20px;
  }
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card {
  padding: 5px;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card .unmute-video {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card video {
  border-radius: 20px 20px 0 0;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card .item-flag {
  left: 10px;
  top: 10px;
  display: none;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card .item-label {
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: #fff;
  padding: 4px 9px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card .bottom-card {
  margin-top: -10px;
  transition: all ease-in-out 0.3s;
  border-radius: 0 0 20px 20px;
  padding: 10px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card .bottom-card .subtitle > * {
  font-size: 15px !important;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card .bottom-card p {
  margin-bottom: 0;
  font-size: 20px;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card .bottom-card i {
  font-size: 15px;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card:hover .bottom-card {
  background-color: #5A5FEF;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card:hover .bottom-card strong {
  color: #e7a6e2 !important;
}
.gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card:hover .bottom-card small, .gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card:hover .bottom-card p, .gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card:hover .bottom-card span, .gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card:hover .bottom-card i, .gallery-section .gallery__carousel .swiper-wrapper .swiper-slide .item-card:hover .bottom-card a {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .gallery-section .gallery__carousel:not(.is-end) {
    padding-right: 10%;
    overflow: hidden;
  }
}
.gallery-section .gallery__carousel:not(.is-end):after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: 2;
}

/*# sourceMappingURL=course.min.css.map*/