/*
* Theme Name: Tapo - Multipurpose Bootstrap5 Template
* Translator: Maxjn
* Version: 1.1.0
* Last Change: 5 February 2023
  Translator URI    : https://www.rtl-theme.com/author/maxjn/products/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Global Settings
------------- List Of Table ----------*/

/* CSS Document */
@import url(bootstrap.min.css);
@import url(bootstrap-icons.css);
@import url(magnific-popup.css);
@import url(owl.carousel.css);
@import url(odometer.css);
@import url(spacing.css);
@import url(theme.min.css);

/*------------------------------------
	Fonts
------------------------------------*/
@font-face {
  font-family: IRANSans;
  src: url("../fonts/IRANSansWeb/IRANSansWeb.eot");
  src: url("../fonts/IRANSansWeb/IRANSansWeb.eot") format("embedded-opentype"),
    url("../fonts/IRANSansWeb/IRANSansWeb(FaNum).woff") format("woff"),
    url("../fonts/IRANSansWeb/IRANSansWeb.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: vazir-bold;
  src: url("../fonts/vazir/Vazir-Bold.eot");
  src: url("../fonts/vazir/Vazir-Blod.eot") format("embedded-opentype"),
    url("../fonts/vazir//Farsi-Digits/Vazir-Bold-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: vazir-medium;
  src: url("../fonts/vazir/Vazir-Medium.eot");
  src: url("../fonts/vazir/Vazir-Medium.eot") format("embedded-opentype"),
    url("../fonts/vazir//Farsi-Digits/Vazir-Medium-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: vazir-light;
  src: url("../fonts/vazir/Vazir-Light.eot");
  src: url("../fonts/vazir/Vazir-Light.eot") format("embedded-opentype"),
    url("../fonts/vazir//Farsi-Digits/Vazir-Light-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: vazir-thin;
  src: url("../fonts/vazir/Vazir-Thin.eot");
  src: url("../fonts/vazir/Vazir-Thin.eot") format("embedded-opentype"),
    url("../fonts/vazir//Farsi-Digits/Vazir-Thin-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/

html,
body,
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "vazir-light", "IRANSans", sans-serif;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.counter span,
.countdown > li span,
.countdown > li,
.widget-size label,
.product-link a,
.portfolio-filter button,
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
.btn,
.navbar-nav .nav-link,
.font-w-5,
.font-w-6,
.font-w-7,
.font-w-8,
.font-w-9,
.lead {
  font-family: "vazir-medium", "IRANSans", sans-serif;
}
.container,
.row {
  direction: rtl;
}

.phone {
  direction: ltr;
  display: inline-block;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
}
