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

Abbar Foods 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('./fonts/tajawal/stylesheet.css');

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

.home-sec-1 .swiper-overlay button {
  right: unset;
  left: 50px;
}

.home-sec-1 img.second-img {
  left: unset;
  right: 30px;
}

.home-sec-2 .about-us-heading {
  left: unset;
  right: 15px;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right;
}

.logistics-list li:before {
  margin-right: unset;
  left: unset;
  margin-left: 5px;
  right: -30px;
}

.dir-rtl,
.contact-grid div.wp-block-media-text,
.wpcf7 input[type='url'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'] {
  direction: rtl;
}

.about-sec-3 p.quote-block::before,
.about-sec-3 p.unquote-block::after {
  transform: scale(-1, 1);
}

.about-sec-3 p.unquote-block::after {
  margin-left: unset;
  margin-right: 10px;
}

.swiper-rtl .swiper-button-next {
  transform: scale(-1.5, 1.5);
}

.pdf-box {
  padding-left: 10px;
  padding-right: 20px;
}

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