.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-green {
  color: #2bb74b;
}

.bg-green {
  background-color: #2bb74b;
}

.text-green-100 {
  color: #69d181;
}

.bg-green-100 {
  background-color: #69d181;
}

.text-green-200 {
  color: #c7eed0;
}

.bg-green-200 {
  background-color: #c7eed0;
}

.text-red {
  color: #df331f;
}

.bg-red {
  background-color: #df331f;
}

.text-red-100 {
  color: #ff8678;
}

.bg-red-100 {
  background-color: #ff8678;
}

.text-red-200 {
  color: #ffe8e5;
}

.bg-red-200 {
  background-color: #ffe8e5;
}

.text-yellow {
  color: #FFAC00;
}

.bg-yellow {
  background-color: #FFAC00;
}

.text-yellow-100 {
  color: #D4B114;
}

.bg-yellow-100 {
  background-color: #D4B114;
}

.text-gray {
  color: #4f4f4f;
}

.bg-gray {
  background-color: #4f4f4f;
}

.text-gray-100 {
  color: #bcbcbc;
}

.bg-gray-100 {
  background-color: #bcbcbc;
}

.text-gray-200 {
  color: #ededed;
}

.bg-gray-200 {
  background-color: #ededed;
}

.text-gray-300 {
  color: #fafafa;
}

.bg-gray-300 {
  background-color: #fafafa;
}

.text-gray-text {
  color: #787878;
}

.bg-gray-text {
  background-color: #787878;
}

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

@font-face {
  font-family: "Yekan-Bakh";
  font-weight: 300;
  src: url("./fonts/ttf/Yekan-Bakh-Light.ttf");
}
@font-face {
  font-family: "Yekan-Bakh";
  font-weight: 400;
  src: url("./fonts/ttf/Yekan-Bakh-Regular.ttf");
}
@font-face {
  font-family: "Yekan-Bakh";
  font-weight: bold;
  src: url("./fonts/ttf/Yekan-Bakh-Bold.ttf");
}
@font-face {
  font-family: "Yekan-Bakh";
  font-weight: 600;
  src: url("./fonts/ttf/Yekan-Bakh-SemiBold.ttf");
}
@font-face {
  font-family: "Yekan-Bakh";
  font-weight: 900;
  src: url("./fonts/ttf/Yekan-Bakh-Black.ttf");
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Yekan-Bakh";
  font-weight: 400;
  direction: rtl;
  text-align: right;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  padding-top: 85px;
  letter-spacing: -0.02em;
  background-color: #00393e;
}

a:link {
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}

* {
  box-sizing: border-box;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  color: inherit;
}

input,
textarea {
  background-color: transparent;
  border: none;
  font-weight: 500;
}

button {
  background: none;
  border: none;
}

button,
a {
  display: inline-block;
  transition: 0.3s;
  outline: 0 !important;
}

button:focus {
  outline: 0 !important;
}

button[disabled]:hover {
  box-shadow: none !important;
  transform: unset !important;
}

input,
textarea {
  outline: none !important;
}

h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
}

h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 42px;
}

h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
}

h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
}

h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.text-xs {
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}

.text-sm {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
}

.text-lg {
  font-size: 1.125rem; /* 18px */
  line-height: 1.75rem; /* 28px */
}

.text-xl {
  font-size: 1.25rem; /* 20px */
  line-height: 1.75rem; /* 28px */
}

.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}

.text-3xl {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}

.text-4xl {
  font-size: 2.25rem; /* 36px */
  line-height: 2.5rem; /* 40px */
}

.line-clamp-1 {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.line-clamp-2 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.line-clamp-3 {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.min-w-100 {
  min-width: 100%;
}

.min-h-100 {
  min-height: 100%;
}

.object-fit-cover {
  object-fit: cover;
  object-position: center;
}

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #cccccc;
}

.hidden-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}

.navigation {
  justify-self: anchor-center;
  border-radius: 10px 25px 10px 25px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1490196078);
  position: fixed;
  width: 96%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9;
  padding: 20px 0;
}
.navigation .image-logo {
  height: 45px;
}
.navigation .image-logo img, .navigation .image-logo svg {
  height: 100%;
}
.navigation .nav-menu-links {
  color: #333333;
}
.navigation .nav-menu-links .nav-menu-link:hover {
  color: #FFAC00;
}
.navigation .holder-navigation {
  z-index: 10;
  transition: 0.3s;
}
.navigation .navigation-ovrlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.navigation .btn-open-navigation:hover {
  color: #FFAC00;
}
.navigation .btn-close-navigation:hover {
  color: #df331f;
}
@media only screen and (max-width: 768px) {
  .navigation {
    padding-top: 35px;
    background-color: #0d0d0d;
  }
  .navigation .image-logo {
    height: 35px;
  }
  .navigation .image-logo img, .navigation .image-logo svg {
    height: 100%;
  }
  .navigation .holder-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 285px;
    height: 100%;
    background-color: #ffffff;
    padding: 15px;
  }
  .navigation .nav-menu-links .nav-menu-link {
    border-bottom: 1px solid #e2e1e1;
    padding: 12px 0;
    text-align: center;
  }
  .navigation.active .holder-navigation {
    right: 0;
  }
  .navigation.active .navigation-ovrlay {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation {
    padding-top: 35px;
    background-color: #0d0d0d;
  }
  .navigation .holder-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 320px;
    height: 100%;
    background-color: #ffffff;
    padding: 20px;
  }
  .navigation .nav-menu-links .nav-menu-link {
    border-bottom: 1px solid #e2e1e1;
    padding: 12px 0;
    text-align: center;
  }
  .navigation.active .holder-navigation {
    right: 0;
  }
  .navigation.active .navigation-ovrlay {
    display: block;
  }
}

.section-title {
  height: 42px;
}
.section-title .title-icon {
  height: 100%;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.section-title .title-text {
  height: 100%;
  font-size: 30px;
  line-height: 28px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF3766;
  font-weight: 800;
  padding: 0 5px;
}

footer {
  background-color: #00393e;
  color: #bcbcbc;
}
footer .image-logo {
  height: 100px;
}
footer .image-logo img, footer .image-logo svg {
  height: 100%;
}
footer .socials-network {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
footer .socials-network .social-network {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #989898;
}
footer .socials-network .social-network:hover {
  color: #FFAC00;
}
footer .footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-links li {
  display: block;
}
footer .footer-links li:hover {
  color: #FFAC00;
}
footer .copy-right {
  font-size: 15px;
  color: #202020;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  footer .image-logo {
    height: auto;
    width: 170px;
  }
  footer .image-logo img, footer .image-logo svg {
    height: auto;
    width: 100%;
  }
}

.card-podcast {
  overflow: hidden;
  display: block;
}
.card-podcast img {
  aspect-ratio: 34/16;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  overflow: hidden;
}
.card-podcast .podcast-description {
  bottom: 0;
  width: 100%;
  background-color: #FFAC00;
  color: #FFAC00;
}
.card-podcast .podcast-description .podcast-title {
  width: calc(100% - 45px);
}
.card-podcast.card-blue .podcast-description {
  background-color: #0AA8D8;
  color: #0AA8D8;
}
.card-podcast.card-red .podcast-description {
  background-color: #FE0000;
  color: #FE0000;
}
.card-podcast:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.comment-card {
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #3E3E3E;
}
.comment-card .user-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-card .user-details .user-image {
  width: 53px;
  height: 53px;
  min-width: 53px;
  border: 2px solid #ffffff;
}
.comment-card .user-details .user-image img {
  width: 100%;
  height: 100%;
}

.card-article {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  height: 100%;
}
.card-article .card-image {
  aspect-ratio: 30/19;
  width: 100%;
  margin-bottom: 10px;
}
.card-article .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-article .card-title {
  color: #424242;
}
.card-article .card-description {
  color: #909090;
  font-size: 0.95em;
}
.card-article .card-btn {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  font-size: 13px;
}
.card-article .card-link {
  border: 1px solid #FFAC00;
  color: #FFAC00;
  padding: 5px 10px;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.card-article .card-link:hover {
  padding: 5px 14px;
  background-color: #FFAC00;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .card-article {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
}

.link-view-all {
  color: #707070;
}
.link-view-all:hover {
  color: #FFAC00;
}
@media only screen and (max-width: 575px) {
  .link-view-all {
    color: #CECECE;
  }
}

.button-primary {
  background-color: #FFAC00;
  color: #373737;
  padding: 10px 20px;
}
.button-primary:hover {
  color: #ffffff;
}

.header-page {
  z-index: -1;
  position: relative;
}

.header-page .section-title .title-text {
  font-size: 20px;
}
.header-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.header-page .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.header-page .bg-image .image {
  height: 100%;
  position: relative;
}
.header-page .bg-image .image img {
  height: 100%;
  object-fit: cover;
}
.header-page .bg-image .image:before {
  content: "";
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0%, hsl(0, 0%, 0%) 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.header-page .bg-image .image:after {
  content: "";
  background: linear-gradient(90deg, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 100%, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.header-page .bg-image .image .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 768px) {
  .header-page .bg-image {
    width: 100%;
  }
  .header-page .bg-image .image {
    width: 100%;
  }
  .header-page .bg-image .image:before {
    width: 70%;
  }
  .header-page .bg-image .image:after {
    width: 30%;
  }
  .header-page .bg-image .image img {
    width: 100%;
  }
  .header-page .bg-image .image .bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.section-to-top {
  margin-top: -100px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 22px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-page-header {
  position: relative;
}
.home-page-header .background-image {
  width: 100%;
  overflow: hidden;
  min-height: calc(100vh - 90px);
}
.home-page-header .background-image img {
  width: 100%;
  min-height: calc(100vh - 90px);
  object-fit: cover;
}
.home-page-header .header-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 300px;
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .home-page-header .background-image {
    width: 100%;
    overflow: hidden;
  }
  .home-page-header .background-image img {
    height: calc(100vh - 90px);
  }
  .home-page-header .header-content {
    padding-bottom: 35px;
  }
}

.works-slider .swiper-slide {
  height: auto !important;
}
.works-slider .work-slide {
  display: flex;
  background-color: #F6F6F6;
  height: 100%;
}
.works-slider .work-slide .work-image {
  width: 50%;
}
.works-slider .work-slide .work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-slider .work-slide .work-description {
  width: 50%;
  color: #474747;
}
.works-slider .work-slide .work-description .work-icon {
  height: 80px;
}
.works-slider .work-slide .work-description .work-icon img {
  max-width: 100%;
  max-height: 100%;
}
.works-slider .work-slide .work-description .work-title {
  max-width: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .works-slider .swiper-slide {
    width: 45%;
    display: inline-block;
  }
}
@media only screen and (max-width: 575px) {
  .works-slider .swiper-slide {
    width: 90%;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-slider .swiper-slide {
    width: 40%;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .works-slider .swiper-slide {
    width: 30%;
    display: inline-block;
  }
}

.club-section {
  border-radius: 5px;
  color: #B3B3B3;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.club-section .club-image {
  transform: scale(1.15);
}
.club-section .neon-icon {
  margin-bottom: -10px;
}
.club-section .btn-sing-up {
  background-color: #FFCA25;
  color: #373737;
}
.club-section .btn-sing-up:hover {
  background-color: #FFAC00;
  color: #ffffff;
  transform: scaleX(1.05);
}
@media only screen and (max-width: 768px) {
  .club-section .club-image {
    transform: scale(1.05);
  }
  .club-section .club-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding-bottom: 50px !important;
  }
  .club-section .club-image {
    padding-bottom: 200px;
  }
  .club-section .btn-sing-up {
    min-width: 200px;
  }
}

.quote-section {
  max-width: 950px;
  margin: auto;
}

.card-numbers {
  position: relative;
  z-index: 0;
}
.card-numbers:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.card-numbers .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.12;
}
.card-numbers .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-articles {
  background-color: #F6F6F6;
}
.new-articles .swiper-slide {
  padding: 15px 12px 20px 12px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .new-articles .swiper-slide {
    width: 300px !important;
  }
}
@media only screen and (max-width: 575px) {
  .new-articles .swiper-slide {
    width: 275px !important;
    padding: 10px 8px 20px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-articles .swiper-slide {
    width: 300px !important;
  }
}

.comments-slider {
  max-width: 1000px;
  margin: auto;
}
.comments-slider .swiper-slide {
  padding: 15px 10px 20px 10px;
  height: auto;
}
.comments-slider .swiper-pagination {
  position: static !important;
}
.comments-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  background-color: #FFAC00;
  opacity: 100;
}
.comments-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 25px;
  background-color: #ffffff;
}
.comments-slider .link-view-all {
  color: #707070;
}
.comments-slider .link-view-all:hover {
  color: #FFAC00;
}
@media only screen and (max-width: 768px) {
  .comments-slider .swiper-slide {
    padding: 15px 8px 20px 8px;
    width: 305px !important;
  }
}
@media only screen and (max-width: 575px) {
  .comments-slider .swiper-slide {
    width: 275px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments-slider .swiper-slide {
    width: 305px !important;
  }
}

.life-fields .life-field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: auto;
}
.life-fields .life-field-col {
  aspect-ratio: 33/25;
  width: calc((100% - 20px) / 3);
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-size: 17px;
}
.life-fields .life-field-col img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.life-fields .life-field-col .field-text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.life-fields .life-field-col:hover img {
  transform: scale(1.15);
}
.life-fields .life-field-col:hover .field-text {
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 768px) {
  .life-fields .life-field-row {
    flex-wrap: nowrap;
  }
  .life-fields .life-field-col {
    width: 215px;
    min-width: 215px;
    font-size: 16px;
  }
}

.new-videos {
  position: relative;
}
.new-videos .large-video {
  aspect-ratio: 57/38;
  min-height: 100%;
  max-width: 100%;
  position: relative;
}
.new-videos .large-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-videos .large-video .holder-play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.new-videos .large-video .holder-play-video .btn-play-video {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: 4px solid #ffffff;
}
.new-videos .large-video.playing .holder-play-video {
  display: none !important;
}
.new-videos .small-videos {
  display: flex;
  gap: 10px;
}
.new-videos .small-videos .small-video {
  width: calc((100% - 20px) / 3);
  aspect-ratio: 13/9;
  position: relative;
  filter: grayscale(100%);
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
.new-videos .small-videos .small-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 172, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.new-videos .small-videos .small-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-videos .small-videos .small-video .icon-play {
  position: absolute;
  bottom: 5px;
  left: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffffff;
}
.new-videos .small-videos .small-video.active {
  filter: none;
}
.new-videos .small-videos .small-video.active:before {
  opacity: 1;
}
.new-videos .small-videos .small-video.active .icon-play {
  display: none;
}
@media only screen and (max-width: 768px) {
  .new-videos .large-video {
    min-height: unset;
  }
  .new-videos .large-video .holder-play-video .btn-play-video {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-videos .large-video {
    min-height: unset;
  }
}

.list-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-articles .card-article {
  width: calc((100% - 30px) / 3);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .list-articles .card-article {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .list-articles .card-article {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-articles .card-article {
    width: calc((100% - 15px) / 2);
  }
}

.selected-seminar {
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  position: relative;
}
.selected-seminar .seminar-image {
  aspect-ratio: 34/17;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.selected-seminar .seminar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selected-seminar .seminar-image .seminar-date {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 32px;
}
.selected-seminar .seminar-image .seminar-date .date-icon {
  height: 100%;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.selected-seminar .seminar-image .seminar-date .date-text {
  height: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.selected-seminar .seminar-title {
  font-size: 1.125em;
  line-height: 1.75em;
  margin-bottom: 0;
}
.selected-seminar .off-price {
  line-height: 14px !important;
  text-decoration: line-through;
  color: #976C12;
}
.selected-seminar .current-price {
  line-height: 18px;
}
.selected-seminar .box-numbers {
  display: flex;
  gap: 4px;
  direction: ltr;
}
.selected-seminar .box-numbers .number {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2509803922);
  backdrop-filter: blur(15px);
  height: 35px;
  min-width: 24px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
}
.selected-seminar .seminar-button:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .selected-seminar .seminar-image {
    height: auto;
  }
}

.list-seminars {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-seminars .card-seminar {
  width: calc((100% - 30px) / 3);
  height: auto;
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  display: block;
}
.list-seminars .card-seminar .card-image {
  aspect-ratio: 34/17;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.list-seminars .card-seminar .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.list-seminars .card-seminar .card-image .sold-out {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.list-seminars .card-seminar .card-image .sold-out .text-sold-out {
  font-size: 45px;
  line-height: 45px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  font-weight: 800;
  padding: 10px;
  transform: rotate(-10deg);
}
.list-seminars .card-seminar .card-image .bell-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.list-seminars .card-seminar .card-title {
  font-size: 1.125em;
  line-height: 1.75em;
  margin-bottom: 0;
}
.list-seminars .card-seminar .off-price {
  line-height: 14px !important;
  text-decoration: line-through;
  color: #976C12;
}
.list-seminars .card-seminar .current-price {
  line-height: 18px;
}
.list-seminars .btn-register {
  background-color: #FFAC00;
  color: #000000;
}
.list-seminars .btn-soon {
  background-color: #349F01;
  color: white;
}
.list-seminars .btn-end {
  background-color: #686868;
  color: white;
}
.list-seminars .btn-completion {
  background-color: #df331f;
  color: white;
}
.list-seminars .btn-card:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .list-seminars .card-seminar {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .list-seminars .card-seminar {
    width: 100%;
    font-size: 0.96em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-seminars .card-seminar {
    width: calc((100% - 15px) / 2);
  }
}

.selected-course {
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  display: flex;
  min-height: 100%;
}
.selected-course .course-image {
  aspect-ratio: 34/25;
  width: 100%;
  height: 100%;
  background-color: #E1E1E1;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selected-course .course-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: auto;
}
.selected-course .card-labels {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.selected-course .card-labels .card-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.selected-course .card-labels .text-label {
  color: #BBBBBB;
}
.selected-course .course-title {
  font-size: 1.125em;
  line-height: 1.75em;
  margin-bottom: 0;
}
.selected-course .off-price {
  line-height: 14px !important;
  text-decoration: line-through;
  color: #976C12;
}
.selected-course .current-price {
  line-height: 18px;
}
.selected-course .btn-course:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .selected-course {
    min-height: auto;
  }
  .selected-course .course-image {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .selected-course {
    min-height: auto;
  }
}

.course-club {
  position: relative;
  border: 1px solid #C9C9C9;
}
.course-club img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.course-club .club-descripton {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 25px 10px;
}
.course-club .club-descripton .course-text {
  background-color: rgba(2, 5, 20, 0.5);
  color: #ffffff;
  padding: 2px 10px;
}

.list-courses {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-courses .card-course {
  width: calc((100% - 30px) / 3);
  height: auto;
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  display: flex;
  flex-direction: column;
}
.list-courses .card-course .card-image {
  aspect-ratio: 34/25;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list-courses .card-course .card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
  margin: auto;
}
.list-courses .card-course .card-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E1E1E1;
  height: 75%;
  width: 100%;
  z-index: -1;
}
.list-courses .card-course .card-title {
  font-size: 1.125em;
  line-height: 1.75em;
  margin-bottom: 0;
}
.list-courses .card-course .card-labels {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.list-courses .card-course .card-labels .card-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-courses .card-course .card-labels .text-label {
  color: #BBBBBB;
}
.list-courses .card-course .off-price {
  line-height: 14px !important;
  text-decoration: line-through;
  color: #976C12;
}
.list-courses .card-course .current-price {
  line-height: 18px;
}
.list-courses .btn-card:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .list-courses .card-course {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .list-courses .card-course {
    width: 100%;
    font-size: 0.96em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-courses .card-course {
    width: calc((100% - 15px) / 2);
  }
}

.dropdown-filters {
  position: relative;
}
.dropdown-filters .filters-items {
  background-color: #ffffff;
}
.dropdown-filters .filters-items .filter {
  border: 1px solid #ACACAC;
  color: #ACACAC;
  padding: 8px 15px;
  letter-spacing: -2%;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
}
.dropdown-filters .filters-items .filter:hover {
  color: #4F4F4F;
}
.dropdown-filters .filters-items .filter.selected {
  color: #E3FBFF;
  background-color: #FF3766;
  border: 1px solid #FF3766;
}
.dropdown-filters .clickable {
  border: 1px solid #ACACAC;
  color: #ACACAC;
  padding: 10px 15px;
  letter-spacing: -2%;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .dropdown-filters .filters-items {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 100%;
    left: 0;
    border: 1px solid #ACACAC;
    border-top: 0;
  }
  .dropdown-filters .filters-items .filter {
    border: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .dropdown-filters {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown-filters {
    width: 250px;
    max-width: 100%;
  }
  .dropdown-filters .filters-items {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 100%;
    left: 0;
    border: 1px solid #ACACAC;
    border-top: 0;
  }
  .dropdown-filters .filters-items .filter {
    border: 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .dropdown-filters .filters-items {
    display: flex !important;
    gap: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .dropdown-filters .filters-items {
    display: flex !important;
    gap: 10px;
  }
}

.list-comments {
  position: relative;
  column-width: 360px;
  column-gap: 15px;
  width: 100%;
}
.list-comments .comment-card {
  background-color: #ffffff;
  break-inside: avoid;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .list-comments {
    column-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-comments {
    column-width: 335px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .list-comments {
    column-width: 450px;
  }
}

.video-preview {
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  position: relative;
}
.video-preview .large-video {
  aspect-ratio: 50/33;
  min-height: 100%;
  max-width: 100%;
}
.video-preview .small-videos {
  display: flex;
  gap: 10px;
}
.video-preview .small-videos .small-video {
  width: calc((100% - 30px) / 4);
  aspect-ratio: 13/9;
  position: relative;
  filter: grayscale(100%);
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
.video-preview .small-videos .small-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 172, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.video-preview .small-videos .small-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-preview .small-videos .small-video .icon-play {
  position: absolute;
  bottom: 5px;
  left: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffffff;
}
.video-preview .small-videos .small-video.active {
  filter: none;
}
.video-preview .small-videos .small-video.active:before {
  opacity: 1;
}
.video-preview .small-videos .small-video.active .icon-play {
  display: none;
}
@media only screen and (max-width: 768px) {
  .video-preview .large-video {
    min-height: unset;
  }
}
@media only screen and (max-width: 575px) {
  .video-preview {
    background-color: none;
    border: 0;
  }
  .video-preview .small-videos {
    gap: 5px;
  }
  .video-preview .small-videos .small-video {
    width: calc((100% - 10px) / 3);
  }
  .video-preview .small-videos .small-video:last-child {
    display: none;
  }
  .video-preview .row {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-preview .large-video {
    min-height: unset;
  }
}

.holder-video {
  aspect-ratio: 50/33;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.holder-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.holder-video .holder-play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.holder-video .holder-play-video .btn-play-video {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: 4px solid #ffffff;
}
.holder-video.playing .holder-play-video {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .holder-video .holder-play-video .btn-play-video {
    height: 50px;
    width: 50px;
    border: 3px solid #ffffff;
  }
}

.list-videos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-videos .card-video {
  width: calc((100% - 30px) / 3);
  height: auto;
}
.list-videos .card-video .card-title {
  font-size: 1.125em;
  line-height: 1.75em;
  margin-bottom: 0;
}
.list-videos .card-video .card-labels {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.list-videos .card-video .card-labels .card-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-videos .card-video .card-labels .text-label {
  color: #BBBBBB;
}
.list-videos .card-video .off-price {
  line-height: 14px !important;
  text-decoration: line-through;
  color: #976C12;
}
.list-videos .card-video .current-price {
  line-height: 18px;
}
.list-videos .btn-card:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .list-videos .card-video {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .list-videos .card-video {
    width: 100%;
    font-size: 0.96em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-videos .card-video {
    width: calc((100% - 15px) / 2);
  }
}

.header-about .header-image {
  margin-bottom: -85px;
}
.header-about .header-title {
  font-size: 1.3em;
  color: #e3fbff;
  letter-spacing: -0.5px;
}
.header-about .header-descripton {
  color: #909090;
}
@media only screen and (max-width: 768px) {
  .header-about .header-image {
    margin-bottom: -75px;
  }
}
@media only screen and (max-width: 575px) {
  .header-about .header-image {
    margin-bottom: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-about .header-image {
    margin-bottom: -85px;
  }
}

.about-info-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: #121212;
}
.about-info-cards .about-info-card {
  width: calc((100% - 100px) / 5);
  padding: 30px 15px;
  border: 10px solid #fbf2f3;
}
.about-info-cards .about-info-card .info-icon {
  background-color: #FFAC00;
  height: 52px;
  width: 52px;
  border-radius: 6px;
  border: 3px solid #e6b3ba;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-info-cards .about-info-card .info-title {
  letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
  .about-info-cards {
    gap: 10px;
  }
  .about-info-cards .about-info-card {
    width: calc((100% - 10px) / 2);
    border-radius: 20px;
  }
  .about-info-cards .about-info-card:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }
  .about-info-cards .about-info-card:last-child .info-icon {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-cards .about-info-card {
    width: calc((100% - 60px) / 3);
  }
}

.about-main {
  color: #909090;
}

.contact-us-section {
  color: #1B1B1B;
}
.contact-us-section .map iframe {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5019607843) inset;
  border: 1px solid #eeeeee;
}
@media only screen and (max-width: 768px) {
  .contact-us-section {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2509803922);
  }
}

.contact-form .input-holder {
  display: block;
  width: 100%;
}
.contact-form .input-holder input, .contact-form .input-holder textarea {
  display: block;
  width: 100%;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1490196078);
  resize: none;
}
.contact-form .input-holder input::placeholder, .contact-form .input-holder textarea::placeholder {
  color: #949494;
}
.contact-form .input-holder .error-text {
  padding-top: 3px;
}
.contact-form .input-holder .error-text:empty {
  padding-top: 0;
}
.contact-form .btn-submit:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1490196078);
}

.audio-player {
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  direction: ltr;
  padding: 25px;
  height: 100%;
}
.audio-player .current-time, .audio-player .total-duration {
  min-width: 50px;
  text-align: center;
}
.audio-player .current-time {
  color: #DEB812;
}
.audio-player .volume-control {
  color: #4F4F4F;
}
.audio-player .volume-control .customize-range-input {
  width: 80px;
  color: #4F4F4F;
  transform: scale(0.85);
}
.audio-player .volume-control .customize-range-input input[type=range]::-webkit-slider-thumb {
  background-color: #4F4F4F;
}
.audio-player .volume-control .customize-range-input input[type=range]::-moz-range-thumb {
  background-color: #4F4F4F;
}
.audio-player .volume-control .btn-mute {
  position: relative;
}
.audio-player .volume-control .btn-mute::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #4f4f4f;
  top: 0;
  left: 50%;
  margin-left: -1px;
  transform: rotate(-35deg);
  opacity: 0;
}
.audio-player .volume-control .btn-mute.mute::after {
  opacity: 1;
}
.audio-player .track-slider {
  color: #DEB812;
}
.audio-player .track-slider .customize-range-input {
  color: #DEB812;
}
.audio-player .btn-play-back-rate {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-player .btn-play-back-rate:hover {
  background-color: rgba(79, 79, 79, 0.1);
}
.audio-player .btn-play-back-rate.active {
  background-color: #DEB812;
  color: #ffffff;
}
.audio-player .audio-controls {
  position: absolute;
  top: 30px;
  width: 130px;
  left: 50%;
  margin-left: -65px;
}
.audio-player .audio-controls .btn-play-pause {
  text-align: center;
  width: 45px;
}
.audio-player .audio-controls .btn-play-pause .icon-paly {
  display: block;
  margin: auto;
}
.audio-player .audio-controls .btn-play-pause .icon-pause {
  display: none;
  margin: auto;
}
.audio-player.playing .btn-play-pause .icon-paly {
  display: none;
}
.audio-player.playing .btn-play-pause .icon-pause {
  display: block;
}
@media only screen and (max-width: 768px) {
  .audio-player {
    height: auto;
    padding: 15px;
  }
  .audio-player .audio-controls {
    position: static;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .audio-player {
    height: auto;
  }
  .audio-player .audio-controls {
    position: static;
    width: 100%;
    margin-left: 0;
  }
}

.customize-range-input {
  height: 8px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  /********** Range Input Styles **********/
  /*Range Reset*/
  /* Removes default focus */
  /***** Chrome, Safari, Opera and Edge Chromium styles *****/
  /* slider track */
  /* slider thumb */
  /******** Firefox styles ********/
  /* slider track */
  /* slider thumb */
}
.customize-range-input .progress-active {
  position: absolute;
  top: 2px;
  left: 0;
  height: 4px;
  z-index: -1;
  width: 0;
  background-color: currentColor;
  border-radius: 50px;
  min-width: 16px !important;
}
.customize-range-input::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 4px;
  z-index: -1;
  width: 100%;
  background-color: rgba(79, 79, 79, 0.1);
  border-radius: 50px;
}
.customize-range-input input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  display: block;
  width: 100%;
}
.customize-range-input input[type=range]:focus {
  outline: none;
}
.customize-range-input input[type=range]::-webkit-slider-runnable-track {
  border-radius: 12px;
  height: 8px;
}
.customize-range-input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  border-radius: 50%;
  /*custom styles*/
  background-color: #DEB812;
  height: 16px;
  width: 16px;
  margin-top: -4px; /* Centers thumb on the track */
}
.customize-range-input input[type=range]::-moz-range-track {
  border-radius: 12px;
  height: 8px;
}
.customize-range-input input[type=range]::-moz-range-thumb {
  border: none; /*Removes extra border that FF applies*/
  border-radius: 50%; /*Removes default border-radius that FF applies*/
  /*custom styles*/
  background-color: #DEB812;
  height: 16px;
  width: 16px;
}

.podcast-preview {
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  padding: 10px;
}
.podcast-preview .podcast-image {
  width: 130px;
  height: 130px;
  min-width: 130px;
}
.podcast-preview .podcast-image img {
  width: 100%;
  height: 100%;
}

.list-podcasts {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list-podcasts .card-podcast {
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 768px) {
  .list-podcasts .card-podcast {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .list-podcasts .card-podcast {
    width: 100%;
    font-size: 0.96em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-podcasts .card-podcast {
    width: calc((100% - 15px) / 2);
  }
}

.audio-bar-animation {
  height: 75px;
  min-width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7D116;
  border-radius: 50%;
}
.audio-bar-animation .bars {
  position: relative;
  display: flex;
  justify-content: center;
  height: 25px;
  gap: 2px;
}
.audio-bar-animation .bars span {
  width: 4px;
  height: 100%;
  background-color: #2E2E2E;
  transform-origin: bottom;
  animation: bounce 2.2s ease infinite alternate;
  content: "";
}
.audio-bar-animation .bars.stop span {
  animation: none;
}
.audio-bar-animation .bars span:nth-of-type(1) {
  transform: scaleY(0.5); /* scale down to 50% */
}
.audio-bar-animation .bars span:nth-of-type(2) {
  animation-delay: -3s; /* Start at the end of animation */
  transform: scaleY(1); /* scale down to 50% */
}
.audio-bar-animation .bars span:nth-of-type(3) {
  animation-delay: -2s; /* Start mid-way of return of animation */
  transform: scaleY(0.7); /* scale down to 50% */
}
.audio-bar-animation .bars span:nth-of-type(4) {
  animation-delay: -3.7s; /* Start mid-way of return of animation */
  transform: scaleY(0.6); /* scale down to 50% */
}
.audio-bar-animation .bars span:nth-of-type(5) {
  animation-delay: -2.1s; /* Start mid-way of return of animation */
  transform: scaleY(0.9); /* scale down to 50% */
}
@keyframes bounce {
  10% {
    transform: scaleY(0.3); /* start by scaling to 30% */
  }
  30% {
    transform: scaleY(1); /* scale up to 100% */
  }
  60% {
    transform: scaleY(0.5); /* scale down to 50% */
  }
  80% {
    transform: scaleY(0.75); /* scale up to 75% */
  }
  100% {
    transform: scaleY(0.6); /* scale down to 60% */
  }
}

.header-single-article .article-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header-single-article .article-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header-single-article .breadcrumb-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #828282;
  font-weight: 300;
}
.header-single-article .breadcrumb-links .breadcrumb-link {
  display: flex;
  gap: 5px;
}
.header-single-article .breadcrumb-links .breadcrumb-link a:hover {
  color: #FFAC00;
}
.header-single-article .breadcrumb-links .breadcrumb-link:last-child .icon-arrow {
  display: none;
}
.header-single-article .box-info {
  background-color: #EDEDED;
  border: 1px solid #3A4651;
}

.section-article-link {
  border: 1px solid #000000;
  padding: 10px 15px;
}
.section-article-link:hover, .section-article-link .active {
  background-color: #000000;
  color: #ffffff;
}

.article-sidebar {
  top: 100px;
  position: sticky;
}
@media only screen and (max-width: 768px) {
  .article-sidebar {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .article-sidebar {
    position: static;
  }
}

.article-main p {
  color: #252525;
  font-weight: 300;
}
.article-main img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .article-main img {
    display: block;
    float: none !important;
    width: 100%;
  }
}

.tags-link {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tags-link .tag-link {
  background-color: #BFB5B6;
  padding: 5px 10px;
  border-radius: 25px 0 0 25px;
}
.tags-link .tag-link:hover {
  background-color: #FFAC00;
}

.section-article-title {
  padding-bottom: 15px;
  position: relative;
  color: #4A4A4A;
}
.section-article-title::before {
  content: "";
  background-color: #F4F4F4;
  width: 270px;
  height: 3px;
  border-radius: 25px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-article-title::after {
  content: "";
  background-color: #FFA6B2;
  width: 140px;
  height: 5px;
  border-radius: 25px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -1px;
}

.comment-form {
  border-top: 1px solid #D2D2D2;
}
.comment-form .holder-input input, .comment-form .holder-input textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  background-color: #FAFAFA;
  border: 1px solid #ACACAC;
  display: block;
}
.comment-form .holder-input input::placeholder, .comment-form .holder-input textarea::placeholder {
  color: #969696;
}
.comment-form .holder-input .error-text {
  padding-top: 3px;
}
.comment-form .holder-input .error-text:empty {
  padding-top: 0;
}
.comment-form .btn-submit {
  padding: 9px;
}
.comment-form .btn-submit:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1490196078);
}

.single-page-comments .user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.single-page-comments .user-image img {
  width: 100%;
  height: 100%;
}
.single-page-comments .comment-text {
  color: #494949;
}
.single-page-comments .comment-text P:last-child {
  margin: 0;
}
.single-page-comments .comment {
  background-color: #F5F5F5;
}
.single-page-comments .comment .btn-replay {
  transition: 0.3s;
  cursor: pointer;
}
.single-page-comments .comment .btn-replay:hover {
  transform: translateX(-2px);
}
.single-page-comments .replays-holder {
  position: relative;
}
.single-page-comments .replays-holder::before {
  content: "";
  width: 100%;
  height: 50px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.single-page-comments .replays {
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.single-page-comments .replays .replay {
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}
.single-page-comments .replays .replay::before {
  border-bottom: 0;
}
.single-page-comments .replays .replay:last-child {
  border-bottom: 0;
}

.single-course {
  position: sticky;
  top: 120px;
}
.single-course .card-course {
  background-color: #FFFFFF;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  border: none;
  display: flex;
  flex-direction: column;
}
.single-course .card-course .card-image {
  aspect-ratio: 34/25;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.single-course .card-course .card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
  margin: auto;
}
.single-course .card-course .card-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E1E1E1;
  height: 75%;
  width: 100%;
  z-index: -1;
}
.single-course .card-course .card-title {
  font-size: 1.05em;
}
.single-course .card-course .card-labels {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.single-course .card-course .card-labels .card-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-course .card-course .card-labels .text-label {
  color: #BBBBBB;
}
.single-course .card-course .off-price {
  line-height: 14px !important;
  text-decoration: line-through;
  color: #976C12;
}
.single-course .card-course .current-price {
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  .single-course {
    position: static;
  }
}

.course-header-video .holder-video {
  width: 100%;
  aspect-ratio: 75/43;
}
.course-header-video .holder-video .holder-play-video .btn-play-video {
  height: 60px;
  width: 60px;
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.6);
}
.course-header-video .holder-video .video-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.course-header-video .holder-video .video-info .logo-video {
  height: 35px;
}
.course-header-video .holder-video .video-info .logo-video img {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .course-header-video .holder-video .holder-play-video .btn-play-video {
    height: 50px;
    width: 50px;
  }
}

.text-box-shadow {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.counseling {
  background: linear-gradient(94.41deg, #c80130 -18.75%, #352400 101.14%);
  background-size: cover;
  background-position: center;
}
.counseling .input-holder {
  display: block;
  width: 100%;
}
.counseling .input-holder input, .counseling .input-holder textarea {
  display: block;
  width: 100%;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1490196078);
  resize: none;
}
.counseling .input-holder input::placeholder, .counseling .input-holder textarea::placeholder {
  color: #949494;
}
.counseling .input-holder .error-text {
  padding-top: 3px;
  color: #ffcccc;
}
.counseling .input-holder .error-text:empty {
  padding-top: 0;
}
.counseling .btn-submit:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1490196078);
}

.course-headlines .headline .headline-number {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
.course-headlines .headline .headline-header {
  background-color: #ECECEC;
  min-height: 60px;
  cursor: pointer;
}
.course-headlines .headline .headline-body {
  color: #828282;
  display: none;
}
.course-headlines .headline.open .headline-body {
  display: block;
}

.videos-slider {
  position: relative;
}
.videos-slider .swiper {
  padding: 25px 0;
}
.videos-slider .swiper-slide {
  width: 80%;
  aspect-ratio: 1/1;
  transition: 0.3s;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.55);
}
.videos-slider .holder-video {
  height: 100%;
}
.videos-slider .holder-video .holder-play-video {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.7%, #000000 87.12%);
}
.videos-slider .holder-video .holder-play-video .btn-play-video {
  height: 40px;
  width: 40px;
  border: 3px solid #ffffff;
  background-color: transparent;
}
.videos-slider .holder-video .holder-play-video .user-name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
}
.videos-slider .holder-video .holder-play-video .user-idea {
  font-size: 25px;
  font-weight: 900;
  line-height: 27px;
}
.videos-slider .slide-button {
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videos-slider .slide-button.slide-prev {
  right: -20px;
  left: unset;
}
.videos-slider .slide-button:disabled {
  opacity: 0;
}
.videos-slider .slide-button:hover {
  background-color: #FFAC00;
}
@media only screen and (max-width: 768px) {
  .videos-slider .holder-video-slide .holder-play-video .user-name {
    font-size: 18px;
    line-height: 22px;
  }
  .videos-slider .holder-video-slide .holder-play-video .user-idea {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .videos-slider .slide-button {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .videos-slider .swiper {
    padding: 100px 0;
  }
  .videos-slider .swiper-slide {
    filter: blur(1px) grayscale(1);
    width: 100%;
    box-shadow: none;
  }
  .videos-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
    z-index: 1;
    filter: none;
    box-shadow: 0px 3.61px 27.09px 0px rgba(0, 0, 0, 0.55);
  }
}
@media only screen and (min-width: 1200px) {
  .videos-slider .swiper {
    padding: 100px 0;
  }
  .videos-slider .swiper-slide {
    filter: blur(1px) grayscale(1);
    width: 100%;
    box-shadow: none;
  }
  .videos-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
    z-index: 1;
    filter: none;
    box-shadow: 0px 3.61px 27.09px 0px rgba(0, 0, 0, 0.55);
  }
}

.course-benefits .benefits {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .course-benefits {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .course-benefits .benefits {
    box-shadow: none;
  }
}

.course-instructor {
  position: relative;
}
.course-instructor .background {
  overflow: hidden;
  position: absolute;
  height: calc(100% - 60px);
  width: 100%;
  bottom: 0;
  left: 0;
}
.course-instructor .background .background-gradient {
  background: radial-gradient(60.17% 249.91% at 80.78% 61.52%, #493100 0%, #FFAC00 100%);
  transform: rotate(180deg);
  position: relative;
  height: 100%;
}
.course-instructor .background .background-gradient:before {
  content: "";
  height: 600px;
  width: 400px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -200px;
  right: -150px;
  transform: rotate(15deg);
  z-index: 1;
}
.course-instructor .instructor-description {
  padding-top: 90px;
  padding-bottom: 100px;
}
.course-instructor .title-section {
  opacity: 60%;
}
.course-instructor .footer-section {
  position: absolute;
  bottom: 35px;
  width: 100%;
}
.course-instructor .footer-section .button-link {
  background-color: #ffffff;
  border: 1px solid #000000;
  text-align: center;
}
.course-instructor .footer-section .button-link:hover {
  background-color: #000000;
  color: #ffffff;
}
.course-instructor .footer-section .socials-network {
  box-shadow: 0 1px 60px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  width: 450px;
  max-width: 65%;
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.1);
}
.course-instructor .footer-section .socials-network .social-network {
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.course-instructor .footer-section .socials-network .social-network:hover {
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  .course-instructor .background {
    height: 100%;
  }
  .course-instructor .background .background-gradient {
    background: radial-gradient(674.74% 125.07% at 45.77% 143.55%, #4B3302 0%, #FFAC00 100%);
    transform: rotate(0deg);
  }
  .course-instructor .background .background-gradient:before {
    height: calc(100% + 100px);
    width: calc(100% + 100px);
    bottom: -50px;
    right: -50px;
    transform: rotate(20deg);
  }
  .course-instructor .instructor-description {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .course-instructor .footer-section .button-link {
    width: 100%;
  }
  .course-instructor .footer-section .button-link:hover {
    background-color: #FFAC00;
  }
  .course-instructor .footer-section .socials-network {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-instructor .background {
    height: 100%;
  }
  .course-instructor .background .background-gradient {
    background: radial-gradient(674.74% 125.07% at 45.77% 143.55%, #4B3302 0%, #FFAC00 100%);
    transform: rotate(0deg);
  }
  .course-instructor .background .background-gradient:before {
    height: calc(100% + 100px);
    width: calc(100% + 100px);
    bottom: -50px;
    right: -50px;
    transform: rotate(20deg);
  }
  .course-instructor .instructor-description {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .course-instructor .footer-section .button-link {
    width: 100%;
  }
  .course-instructor .footer-section .button-link:hover {
    background-color: #FFAC00;
  }
  .course-instructor .footer-section .socials-network {
    width: 100%;
    max-width: 100%;
  }
}

.frequently-asked-questions .question .header-question {
  box-shadow: 0px 0px 30px 0px rgba(141, 141, 141, 0.15);
  padding: 15px 30px;
  cursor: pointer;
}
.frequently-asked-questions .question .body-question {
  padding: 15px 30px;
  display: none;
}
.frequently-asked-questions .question .arrow-icon {
  transition: 0.3s;
  min-width: 16px;
}
.frequently-asked-questions .question.open .arrow-icon {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .frequently-asked-questions .question .header-question {
    padding: 10px 20px;
  }
  .frequently-asked-questions .question .body-question {
    padding: 10px 20px;
  }
}

.course-buy-preview {
  background-size: cover;
}
.course-buy-preview .course-image {
  aspect-ratio: 34/25;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.course-buy-preview .course-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
  margin: auto;
}
.course-buy-preview .course-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E1E1E1;
  height: 75%;
  width: 100%;
  z-index: -1;
}
.course-buy-preview .input-holder {
  display: block;
  width: 100%;
}
.course-buy-preview .input-holder input, .course-buy-preview .input-holder textarea {
  display: block;
  width: 100%;
  resize: none;
  border-radius: 5px;
}
.course-buy-preview .input-holder input::placeholder, .course-buy-preview .input-holder textarea::placeholder {
  color: #949494;
}
.course-buy-preview .input-holder .error-text {
  padding-top: 3px;
}
.course-buy-preview .input-holder .error-text:empty {
  padding-top: 0;
}
.course-buy-preview .btn-submit {
  border-radius: 5px;
}
.course-buy-preview .off-price {
  color: #787878;
  text-decoration: line-through;
}
.course-buy-preview .current-price {
  color: #787878;
  line-height: 20px;
  font-size: 20px;
}
.course-buy-preview .course-details {
  color: #707070;
}

/*# sourceMappingURL=style.css.map */

#mdr_loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 82px;
  height: 18px;
  position: relative;
}
.loader::before , .loader::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50% , 10%);
  top: 0;
  background: #FF3D00;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: jump 0.5s ease-in infinite alternate;
}

.loader::after {
  background: #0000;
  color: #fff;
  top: 100%;
  box-shadow: 32px -20px , -32px -20px;
  animation: split 0.5s ease-out infinite alternate;
}

@keyframes split {
  0% { box-shadow: 8px -20px, -8px -20px}
  100% { box-shadow: 32px -20px , -32px -20px}
}
@keyframes jump {
  0% { transform: translate(-50% , -150%)}
  100% { transform: translate(-50% , 10%)}
}

.response_error {
  padding: 5px;
  background-color: #dc3545;
  color: #ffffff
}

.response_success {
  padding: 5px;
  background-color: #11a000;
  color: #ffffff
}

.cursor_pointer {
  cursor:pointer;
}

.modal-header-fix{
  padding: 13px;
  margin-bottom: -50px;
  z-index: 99;
}

.header-profile-menu {
  display: none;
}

.header-profile-menu:hover, .header-profile-button:hover + .header-profile-menu {
  display: block;
}

.header-profile-menu > div {
  top: 40px;
  left: 1px;
  background: #ffffff;
  border-radius: 2px;
  width: 140px;
}

.header-profile-menu > div > ul {
  font-size: 0.75rem;
  line-height: 1.8rem;
  justify-items: center;
  padding: 0;
  list-style-type: none;
}

.header-profile-menu > div > ul > li {
  width: 140px;
}

.breadcrumb-archive {
  height: 120px;
  margin-top: -125px;
}

.full-height-top{
  height: calc(100vh - 90px);
}

.full-height{
  height: calc(100vh - 90px);
}

.bg-theme-light {
  background-color: #e3fbff;
}

.plate-section {
  width: 95%;
  justify-self: center;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .plate-section-video {
    width: 85%;
    justify-self: center;
  }
}

.text-theme{
  color: #00393E;
}

.text-theme-header{
  color: #FF3766;
}

.text-theme-content-dark{
  color: #7B99B3;
}

/*story*/
.story-container {
  direction: ltr;
  display: flex;
  gap: 10px;
  margin: 20px;
}
.story {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ff007f;
}
.story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-viewer {
  direction: ltr;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 99;
}
.story-progress-bar {
  width: 100%;
  height: 5px;
  background: rgba(255, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.story-progress {
  height: 100%;
  width: 0;
  background: red;
}
.story-content {
  width: 90%;
  height: 80%;
  max-width: 400px;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.story-content img, .story-content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.story-close-btn, .story-prev-btn, .story-next-btn {
  position: absolute;
  top: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
}
.story-close-btn { right: 10px; }
.story-prev-btn { left: 10px; top: 50%; transform: translateY(-50%); }
.story-next-btn { right: 10px; top: 50%; transform: translateY(-50%); }
.in-story-view {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 10px;
}
