/*!
Theme Name: Mak7Fitness
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Mak7Fitness</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Mak7Fitness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Mak7Fitness is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('./assets/fonts/arabic/stylesheet.css');

body,
.site-footer,
.about-sec-1 h4,
.force-sec-1 h4,
.forces-sec-1 p,
.home-sec-3 h4,
.about-sec-1 p,
.home-sec-3 p,
.about-sec-2 p,
.force-sec-2 p,
.contact-sec-1 p,
.polygon-content p,
.about-sec-4 p,
#navbarNav a,
.site-header.sticky-top #navbarNav a,
.force-sec-1b p,
.red-box-content,
ul.yellow-check-list,
ul.tick-list,
.plans-banner p {
  font-family:
    'Avenir Arabic',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
}

.mak7-title,
.modal-title,
.loc-card .loc-name h4,
.polygon-content h2,
.home-sec-7 h2,
.testimonial-box h4,
.hero-title,
.about-sec-1 .facilities-amenities,
.home-sec-4 .core-zone,
.mak7-heading,
.about-sec-1.values h3,
.about-sec-4 h2,
.home-sec-4 .facilities-amenities,
.force-sec-1 h2,
.force-sec-1b h2,
.force-sec-1c h2,
.force-sec-1d h2,
.force-sec-1e h2,
.force-sec-2 h2,
.membership-plans,
.purpose-heading,
.footer-title,
.newsletter-title,
.home-sec-6 h2,
.plan-hero h1,
.marquee {
  font-family:
    'Neo Sans Arabic',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
}

.hero-title {
  letter-spacing: 0em;
}

.about-sec-1 .facilities-amenities {
  transform: translate(-50%, -50%);
}

#navbarNav ul li.dropdown > .dropdown-menu.depth_1 {
  transform: translateX(-100%);
}

.swiper-button-next svg {
  transform: rotate(0deg);
}

.polygon-content {
  background: linear-gradient(
    218deg,
    var(--mak-primary) 0%,
    var(--mak-primary) calc(50% - 0.5rem),
    transparent calc(50% - 0.5rem),
    transparent calc(50% + 0.5rem),
    #000 calc(50% + 0.5rem),
    #000 100%
  );
}

.red-box::before {
  content: 'التحدّي';
  transform: translate(50%, -50%);
  font-family: 'Neo Sans Arabic';
}

.home-sec-6::after {
  transform: scale(-1, 1);
}

#navbarNav ul.depth_0 li.dropdown .dropdown-toggle::after {
  transform: rotate(90deg);
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(38%);
  }
}

.force-sec-2::after,
.force-sec-2::before {
  scale: -1 1;
}

.wpcf7 input[type='url'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'] {
  direction: rtl;
}

.home-sec-4 .core-zone {
  font-size: clamp(4rem, 22vw, 14rem);
}

.loc-card .loc-name img {
  scale: -1 1;
}

.wpcf7 form .wpcf7-response-output {
  text-align: end;
}

.force-sec-1b::after {
  scale: -1 1;
}

.copy-tooltip {
  /* transform: translateY(50%); */
}

@media screen and (max-width: 767.9px) {
  .polygon-content {
    background: linear-gradient(
      181deg,
      var(--mak-primary) 0%,
      var(--mak-primary) calc(50% - 0.5rem),
      transparent calc(50% - 0.5rem),
      transparent calc(50% + 0.5rem),
      #000 calc(50% + 0.5rem),
      #000 100%
    );
  }
  .home-sec-4 .core-zone {
    font-size: clamp(3.7rem, 15vw, 14rem);
  }
}
