/*
Theme Name:   Parsavesta Chid
Theme URI:    https://parsavesta.com
Description:  Parsavesta Chid Theme
Author:       KESHAVARZDEHGHAN
Author URI:   http://parsavesta.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  parsavesta
*/
@font-face {
	font-family: PARSAVESTA;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/woff/YekanBakhFaNum-Thin.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: PARSAVESTA;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/woff/YekanBakhFaNum-Light.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-Light.woff2') format('woff2');	
}

@font-face {
	font-family: PARSAVESTA;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: PARSAVESTA;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/woff/YekanBakhFaNum-SemiBold.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: PARSAVESTA;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: PARSAVESTA;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: PARSAVESTA;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/woff/YekanBakhFaNum-Black.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: PARSAVESTA;
	font-style: normal;
	font-weight: 950;
	src: url('fonts/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),   
	url('fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');		 
}

/**/
body,
p,
input,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
th,
tr,
li{
    font-family: PARSAVESTA !important;
}
.heading-h:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ed1d2533;
    right: -12px;
    top: -16px;
    border-radius: 50%;
    z-index: -1;
}
.pars-heading-footer h3:after {
    content: "";
    background: #ed1c24;
    position: absolute;
    width: 50px;
    height: 1px;
    right: 0;
    bottom: 0;
}
.parsavesta-social a:hover {
    transform: scale(.9);
    transition: all 500ms ease;
    background: #ed1c24;
}
.elementor-widget-taxonomy-filter .elementor-widget-container {
    max-height: 60vh;
    overflow-y: auto;
}
.elementor-widget-taxonomy-filter .elementor-widget-container::-webkit-scrollbar {
  width: 3px;
}
.elementor-widget-taxonomy-filter .elementor-widget-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.elementor-widget-taxonomy-filter .elementor-widget-container::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
ul.parsavesta-porfolio-barnd {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

ul.parsavesta-porfolio-barnd a {
    width: 55px;
    height: 55px;
    display: block;
    background: #f2f2f2;
    line-height: 70px;
    text-align: center;
}
ul.parsavesta-porfolio-barnd a:hover {
    background: #e2e2e2;
}
.breadcrumbs {
    display: flex;
    align-items: center;
}
.breadcrumbs a {
    line-height: 10px;
}
.portfolio-title-hover {
    opacity: 0;
    transform: scale(0.2);
    transition: all 500ms ease;
}

.portfolio-loop-wrapper:hover .portfolio-title-hover {
    opacity: 1;
    transform: scale(1);
}