/*!
Theme Name: Chrome Advisory
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Chrome Advisory</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: Chrome Advisory
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.

Chrome Advisory 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

body {
  font-family: Tajawal, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#menu-main-menu-ar > li.menu-item:last-child a::after,
.btn::after {
  transform: rotate(315deg);
}

#menu-main-menu-ar > li.menu-item:last-child a:hover::after,
.btn:hover:after {
  transform: rotate(270deg);
}

.banner-nav-arrows .banner-swiper-button-next img {
  transform: rotate(180deg);
}

.banner-nav-arrows .banner-swiper-button-prev img {
  transform: rotate(0deg);
}

.rtl .scale-text-anim .scale::after,
.rtl .scale-text-anim .scale::before {
  content: 'أثر أكبر';
  transform: translateX(-180%);
}

.rtl .scale-text-anim .deliver::after,
.rtl .scale-text-anim .deliver::before {
  content: 'تأثير مبتكر';
  transform: translateX(-180%);
}

@media screen and (max-width: 767.9px) {
  .rtl .simple-scale-list.unique li {
    padding: 25px 15px 25px 45px;
  }
}
