[data-theme="dark"] [class="theme-orange"],
[data-theme="dark"] [class="theme-cyan"],
[data-theme="dark"] [class="theme-indigo"],
[data-theme="dark"] [class="theme-blue"],
[data-theme="dark"] [class="theme-orange"],
[data-theme="dark"] [class="theme-blush"],
[data-theme="dark"] [class="theme-red"],
[data-theme="dark"] [class="theme-green"] {
  --lightdark-color-rgba:rgba(0, 0, 0, 0.7);
}

[data-theme="dark"] .joing-info {
  color: #000;
}

[data-theme="high-contrast"] [class="theme-orange"],
[data-theme="high-contrast"] [class="theme-cyan"],
[data-theme="high-contrast"] [class="theme-indigo"],
[data-theme="high-contrast"] [class="theme-blue"],
[data-theme="high-contrast"] [class="theme-orange"],
[data-theme="high-contrast"] [class="theme-blush"],
[data-theme="high-contrast"] [class="theme-red"],
[data-theme="high-contrast"] [class="theme-green"] {
  --lightdark-color-rgba:rgba(0, 0, 0, 0.7);
}

[data-theme="high-contrast"] .bg-dark,
[data-theme="high-contrast"] .bg-primary,
[data-theme="high-contrast"] .upcomming-event h2,
[data-theme="high-contrast"] .section#hero h2 span {
  color: var(--color-100);
}

[data-theme="high-contrast"] .joinng h3, [data-theme="high-contrast"] .joinng p {
  color: var(--color-100);
}

[data-theme="high-contrast"] .joinng .btn {
  border-color: var(--color-100);
}

[data-theme="high-contrast"] .book_ticket .card .detail:before, [data-theme="high-contrast"] .book_ticket .card .detail:after {
  background-color: var(--color-100);
}

[data-theme="high-contrast"] .book_ticket form span {
  color: var(--color-100);
}

[data-theme="high-contrast"] .book_ticket form .btn {
  border-color: var(--color-100);
}

[data-theme="high-contrast"] .menu .card-header h6, [data-theme="high-contrast"] .menu .card-header span {
  color: var(--color-100);
}

[data-theme="high-contrast"] .sponsors .single-client img {
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
}

[data-theme="high-contrast"] .testimonials.text-light,
[data-theme="high-contrast"] .trainer.text-light {
  color: var(--color-100) !important;
}

[class="theme-orange"],
[class="theme-cyan"],
[class="theme-indigo"],
[class="theme-blue"],
[class="theme-orange"],
[class="theme-blush"],
[class="theme-red"],
[class="theme-green"] {
  --lightdark-color-rgba:rgba(0, 0, 0,.6);
  --body-color: #f7f7f7;
}

body {
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 15px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: var(--dark-color);
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(-45deg, var(--secondary-color), var(--primary-color));
}

body a {
  color: var(--primary-color);
  text-decoration: none;
}

body a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

body.rtl_mode .swiper-container {
  direction: ltr;
  text-align: left;
}

body.rtl_mode .accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}

.back-to-top {
  background: var(--primary-color);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  color: var(--color-fff);
  font-size: 28px;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--primary-color);
  color: var(--color-fff);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar i {
  color: var(--primary-color);
  line-height: 0;
}

#topbar i span {
  color: var(--white-color);
  font-style: normal;
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

.section .section-title h2 {
  position: relative;
  display: inline-flex;
  font-weight: 600;
  margin-bottom: 25px;
}

.section .section-title h2:before {
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  width: 28px;
  height: 5px;
  bottom: -15px;
  left: 50%;
  margin-left: -14px;
}

.section .section-title h2:after {
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  left: 50%;
  bottom: -13px;
  margin-left: -50px;
}

.section .section-title p {
  margin: auto;
  width: 70%;
}

@media (max-width: 767px) {
  .section .section-title p {
    width: 90%;
  }
}

.section#header {
  top: 20px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}

.section#header .logo a {
  color: var(--white-color);
  font-weight: bold;
  text-decoration: none;
  font-size: 28px;
  margin: 0;
  line-height: 1;
}

.section#header .logo a:hover {
  color: var(--white-color);
  text-decoration: none;
}

.section#header.header-transparent {
  background: transparent;
}

.section#header.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}

@media (max-width: 992px) {
  .section#header {
    top: 0px;
  }
}

.section#header .navbar {
  padding: 0;
}

.section#header .navbar ul {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .section#header .navbar ul {
    display: none;
  }
}

.section#header .navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.section#header .navbar li {
  position: relative;
}

.section#header .navbar a, .section#header .navbar a:focus {
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  padding: 5px 2px;
  font-size: 16px;
}

.section#header .navbar a i, .section#header .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.section#header .navbar a:hover,
.section#header .navbar .active,
.section#header .navbar .active:focus,
.section#header .navbar li:hover > a {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.section#header .navbar .mobile-nav-toggle {
  color: var(--color-500);
  cursor: pointer;
  display: none;
  font-size: 28px;
  line-height: 0;
  transition: 0.5s;
}

.section#header .navbar .mobile-nav-toggle.bi-x {
  color: var(--white-color);
}

@media (max-width: 991px) {
  .section#header .navbar .mobile-nav-toggle {
    display: block;
  }
}

.section#header .navbar.navbar-mobile {
  background: var(--primary-color);
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
}

.section#header .navbar.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
}

.section#header .navbar.navbar-mobile ul {
  background-color: var(--white-color);
  overflow-y: auto;
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  transition: 0.3s;
}

.section#header .navbar.navbar-mobile > ul > li {
  padding: 0;
}

.section#header .navbar.navbar-mobile a {
  color: var(--color-500);
  border: none;
  padding: 10px 20px !important;
}

.section#header .navbar.navbar-mobile .dropdown ul {
  background: var(--white-color);
  visibility: visible;
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.section#header .navbar.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.section#header .navbar.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.section#header .navbar.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.section#header .navbar.navbar-mobile .getstarted {
  margin: 15px;
}

.section.trainer .card {
  position: relative;
  transition: box-shadow 0.35s ease;
  overflow: hidden;
}

.section.trainer .card:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.section.trainer .card .trainer-block {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section.trainer .card .trainer-block .trainer-img {
  flex: 4 0 auto;
  background-position: top;
  background-size: cover;
  transform: scale(1.2);
  transition: transform 0.35s ease;
}

.section.trainer .card .trainer-block .trainer-content {
  background-color: var(--card-color);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 0;
  transition: flex-grow 0.35s ease;
}

.section.trainer .card .trainer-block .trainer-caption {
  color: var(--color-500);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.5) translateY(100%);
  transition: opacity 0.35s linear, transform 0.35s ease;
}

.section.trainer .card:hover {
  transform: scale(1);
}

.section.trainer .card:hover .trainer-img {
  transform: scale(1);
}

.section.trainer .card:hover .trainer-content {
  flex-grow: 1;
}

.section.trainer .card:hover .trainer-caption {
  transform: scale(1);
  opacity: 1;
}

.section.joinng .joing-info p {
  font-size: 17px;
}

.section#hero {
  overflow: hidden;
  width: 100%;
  height: 80vh;
  background-color: rgba(39, 37, 34, 0.8);
  padding: 0;
}

.section#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
}

.section#hero .carousel-item::before {
  content: '';
  background-color: rgba(12, 11, 10, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.section#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.section#hero .carousel-content {
  text-align: left;
}

@media (max-width: 1440px) {
  .section#hero .carousel-content {
    text-align: center;
  }
}

.section#hero h2 {
  color: var(--white-color);
}

.section#hero h2 span {
  background-color: var(--primary-color);
  padding: 2px 5px;
}

.section#hero .btn {
  color: var(--color-fff);
}

.section#hero p {
  color: var(--white-color);
  font-size: 18px;
  width: 50%;
  animation-delay: 0.4s;
}

@media (max-width: 1440px) {
  .section#hero p {
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .section#hero p {
    width: 80%;
  }
}

.section#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
  opacity: 0;
}

.section#hero .carousel-inner .active.carousel-item-start, .section#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.section#hero .carousel-inner .active, .section#hero .carousel-inner .carousel-item-next.carousel-item-start,
.section#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

.section#hero .carousel-inner .carousel-item-next, .section#hero .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.section#hero .carousel-control-next-icon, .section#hero .carousel-control-prev-icon {
  color: var(--white-color);
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 0;
  border-radius: 50px;
  transition: 0.3s;
  width: 54px;
  height: 54px;
}

.section#hero .carousel-control-next-icon:hover, .section#hero .carousel-control-prev-icon:hover {
  color: rgba(255, 255, 255, 0.8);
}

.section#hero .carousel-indicators {
  display: none;
}

.section.workout-info {
  position: relative;
  z-index: 9;
  margin-top: -80px;
}

.section.testimonials {
  position: relative;
}

.section.testimonials .testimonial-wrap {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .section.testimonials .testimonial-wrap {
    padding-left: 0px;
  }
}

.section.testimonials .testimonial-item {
  border-left: 5px solid var(--border-color);
  position: relative;
  box-sizing: content-box;
  padding: 30px 30px 30px 40px;
  margin: 30px 15px;
  min-height: 200px;
}

.section.testimonials .testimonial-item .testimonial-img {
  position: absolute;
  width: 80px;
  left: -70px;
}

@media (max-width: 767px) {
  .section.testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

@media (max-width: 767px) {
  .section.testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
}

.section.testimonials .fa-quote-left,
.section.testimonials .fa-quote-right {
  font-size: 26px;
}

.section.testimonials .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.section.testimonials .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--white-color);
  border: 1px solid var(--primary-color);
  width: 12px;
  height: 12px;
  opacity: 1;
}

.section.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.section.contact .single-info {
  text-align: left;
  display: flex;
}

.section.contact .single-info i {
  display: inline-block;
  display: block;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  margin-right: 20px;
}

.section.contact .single-info ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.section.contact .single-info ul li {
  font-size: 16px;
}

