/*
Theme Name: Aras
Theme URI: https://seo90.ir/
Author: گروه برنامه نویسی سئو 90
Author URI: https://seo90.ir/
Description: قالب اختصاصی وردپرس طراحی شده توسط گروه طراحی و برنامه نویسی سئو 90
Version: 1.0
License URI: https://seo90.ir/
Text Domain: Aras
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

@font-face {
	font-family: 'AsF';
	src: url('fonts/Manrope-VariableFont_wght.ttf');
}

body,
html {
	font-family: 'AsF';
	font-size: 14px;
}

body {
	overflow: visible !important;
}

.tooltip-inner {
	font-family: 'AsF';
	font-size: 13px;
}

:root {
	--Color-y: #FFDB3B;
	--Color-d: #121212;
	--Color-w: #fff;
	--Color-e: #f0ecec;
}

.Color-y {
	color: var(--Color-y);
}

.Color-w {
	color: var(--Color-w);
}

.Color-d {
	color: var(--Color-d);
}

.Bg-y {
	background-color: var(--Color-y);
	
}

.Bg-w {
	background-color: var(--Color-w);
	
}

.Bg-d {
	background-color: var(--Color-d);
	
}

.Bg-e {
	background-color: var(--Color-e);
}

.Bg-d-l {
	background-color: #12121266;
	backdrop-filter: blur(4px);
    z-index: 3;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.text-justify {
	text-align: justify !important;
}

.rounded-8 {
	border-radius: 8px;
}

.rounded-12 {
    border-radius: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.blr-filter {
	background-color: #e5e9e324 !important;
    backdrop-filter: blur(4px);
    z-index: 3;
}

/* Form Elements */

::placeholder {
	font-size: 13px;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select {
	border: 1px solid var(--Color-e);
	height: 45px;
	padding: 0 12px;
	border-radius: 6px;
	color: var(--Color-d);
	width: 100%;
	margin: 2px 0;
}

form button,
form input[type="submit"] {
	width: auto;
	height: 45px;
	border: 0;
	background-color: var(--Color-d);
	color: var(--Color-w);
	text-align: center;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 6px;
}

textarea {
	width: 100%;
	border: 1px solid var(--Color-e);
	height: 100px;
	padding: 10px;
	background-color: var(--Color-w);
	resize: none;
	margin: 2px 0;
	border-radius: 6px;
}

.search-form-site form {
	height: 45px;
}

.search-form-site input,
.search-form-site button {
	background-color: var(--Color-e);
}

.search-form-site input,
.search-form-site button {
	color: var(--Color-d);
}

.search-form-button {
	font-size: 18px;
}

.logo-wrap img {
	height: 100px;
	object-fit: contain;
}

.btn-close:focus {
	box-shadow: none !important;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Nav Menu */

.nav-menu nav ul li {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	color: var(--Color-w);
}

.nav-menu > nav > ul > li span.position-absolute {
	top: 32px;
	margin-left: 6px;
}

.nav-menu > nav > ul > li:hover span.position-absolute {
	transform: rotate(180deg);
}


.nav-menu nav ul li:hover span {
	color: var(--Color-y) !important;
}

.nav-menu nav ul li a {
	display: inline-block;
	position: relative;
	padding: 29px 0;
	color: var(--Color-w);
	font-size: 16px;
}

.nav-menu nav ul li:hover > a , .Sticky_Mn .nav-menu nav ul li:hover > a  {
	color: var(--Color-y) !important;
}

.nav-menu nav ul li ul {
	position: absolute;
	width: 220px;
	left: 0;
	top: 82px;
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	background-color: #121212eb;
    padding: 12px;
	padding-right: 0;
    margin: 0;
    backdrop-filter: blur(4px);
}

.nav-menu nav ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.nav-menu nav ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav-menu > nav > ul > li > ul > li span.position-absolute {
	top: 12px;
	right: 12px;
    transform: rotate(270deg) !important;
    margin-left: 0;
	color: var(--Color-y);
}

.nav-menu nav ul li ul li::before {
	background-color: transparent;
}

.nav-menu nav ul li ul li a {
	display: block;
	padding: 10px 15px 10px 15px;
	color: var(--Color-w);
}

.nav-menu nav ul li ul li a:hover {
	color: var(--Color-y);
}

.nav-menu nav ul>li>ul>li>ul {
	left: 100%;
    top: -12px !important;
}

/* Sticky_Mn */

.Sticky_Mn .nav-menu > nav > ul > li span.position-absolute {
	color: var(--Color-d) !important;
}

.Sticky_Mn .nav-menu > nav > ul > li:hover span.position-absolute {
	color: var(--Color-y) !important;
}

.Sticky_Mn .nav-menu > nav > ul > li > ul > li span.position-absolute {
	color: var(--Color-y) !important;
}

.Sticky_Mn .nav-menu > nav > ul > li > a {
	color: var(--Color-d) !important;
}

.Sticky_Mn_Hide {
	opacity: 0;
	visibility: hidden;
	top: -85px;
}
.Sticky_Mn_View {
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease-in-out;
	top: 0;
	z-index: 4;
}

/* Responsive Menu */

.offcanvasExample_ReM i {
	top: 3px;
	font-size: 23px;
}

.responsive-menu-body ul li {
	position: relative;
}

.responsive-menu-body ul li a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid var(--Color-e);
	color: var(--Color-d);
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.responsive-menu-body ul li a:hover {
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

.responsive-menu-body>ul>li:last-child>a {
	border-color: transparent !important;
}

.responsive-menu-body>ul>li>:last-child a {
	border-bottom: 0;
}

.responsive-menu-body ul li span.responsive-menu-span {
	position: absolute;
	right: 0;
	top: 0px;
	text-align: center;
	color: var(--Color-d);
	width: 40px;
	height: 40px;
	line-height: 48px;
	cursor: pointer;
	z-index: 5;
}

.responsive-menu-body ul li ul {
	display: none;
}

/* New Style */

.mvh-100 {
    height: 100vh !important;
}

.mvw-100 {
    width: 100vw !important;
}

.Vd_b::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: var(--Color-d);
	opacity: 0.3;
}

.opacity-h-75:hover {
	opacity: 0.75;
	transition: all 0.3s ease;
}

span.tpi {
	width: 50px;
	height: 50px;
}

.display-10-text {
	line-height: 1.1;
}

@media only screen and (min-width:992px) {
	.display-10 {
		font-size: calc(1.625rem + 6vw);
	}	
}

@media only screen and (max-width:991px) {
	.display-10 {
		font-size: calc(1.625rem + 9vw);
	}	
}

@media only screen and (max-width:575px) {
	.display-10 {
		font-size: calc(1.625rem + 9vw);
	}	
}

.services_main {
	background-image: url("img/img-skider.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.services_main::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff9e;
	z-index: 0;
}

.services_main .Srvc_Item  {
	min-height: 250px;
	background-color: #ebebeb;
	z-index: 1;
}

.services_main .Srvc_Item:hover {
	color: var(--Color-w) !important;
}

.services_main .Srvc_Item figure {
	opacity: 0;
	transition: all 0.4s ease;
	z-index: -1;
}

.services_main .Srvc_Item:hover figure {
	opacity: 1;
	transition: all 0.4s ease;
}

.services_main .Srvc_Item figure img {
	object-fit: cover;
	filter: grayscale(0.7);
}

.services_main .Srvc_Item a {
	transition: all 0.4s ease;
}

.services_main .Srvc_Item a:hover {
	background-color: #ffffffd0;
	transition: all 0.4s ease;
}

.services_main .Srvc_Item img.d-table {
    height: 45px;
    object-fit: contain;
}

.services_main .Srvc_Item:hover img.d-table {
	filter: invert(1);
	transition: all 0.4s ease;
}

/* .services_main .col-lg-8 .row .col-md-6:first-child figure {
	opacity: 1;
	color: var(--Color-w) !important;
}

.services_main .col-lg-8 .row .col-md-6:first-child {
	color: var(--Color-w) !important;
}

.services_main .col-lg-8 .row .col-md-6:first-child img.d-table {
	filter: invert(1) !important;
}
*/
.services_main .col-lg-8 .row .col-md-6 figure {
	opacity: 1;
	color: var(--Color-w) !important;
} 

.services_main .col-lg-8 .row .col-md-6 {
	color: var(--Color-w) !important;
}

.services_main .col-lg-8 .row .col-md-6 img.d-table {
	filter: invert(1) !important;
}


.about_main {
	/* background-image: url("img/img-slide2.jpg"); */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}

.about_main::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff9e;
	z-index: -1;
}

/* Modal */

.invert1 {
	filter: invert(1);
	opacity: 1 !important;
}

.z-index2 {
	z-index: 3;
}

#ContactModal {
	width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    outline: 2px solid #0000003d;
    outline-offset: 4px;
}

/* team */

.team-main::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: var(--Color-d);
	z-index: -1;
}

.team-main .team-center figure {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.team-main .team-center figure img {
	height: 150px;
    width: 150px;
    object-fit: cover;
    filter: grayscale(0.7);
    outline: 8px solid var(--Color-e);
    outline-offset: 11px;
}

.team-main .team-center figure::before {
	content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    right: -8px;
    border: 4px solid var(--Color-e);
    border-radius: 50%;
}

.team-main .team-center span.mx-auto {
	height: 40px;
	position: relative;
	top: 6px;
}

.team-main .container-xxl .row .col-lg-2:nth-child(odd) .team-center figure::before {
    border-color: var(--Color-y) !important;
	opacity: 0.25;
}

.title-dot::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: var(--Color-d);
    top: 16px;
    left: 4px;
    border-radius: 2px;
}

.title-dot::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--Color-y);
    top: 8px;
    left: 0;
    border-radius: 3px;
}

/* Paginatino */

.Paginatino-Box span,
.Paginatino-Box a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--Color-e);
    color: var(--Color-d);
    font-size: 16px;
}

.Paginatino-Box span {
	color: var(--Color-e);
	background-color: var(--Color-d);
}

/* blog */

.blog-card-1 {
	height: 233px;
}

.blog-card-1 h3 {
	height: 42px;
}

.blog-card-1 .blog-card-1-meta , .blog-card-2 .blog-card-2-meta {
	height: 43px;
}

.blog-card-1 .blog-card-1-meta i {
	position: relative;
	top: 2px;
}

.blog-card-1 .blog-card-1-meta a:hover , .blog-card-2 .blog-card-2-meta a:hover {
	color: var(--Color-w);
	opacity: 0.85;
}

.blog-card-1 .blog-card-1-meta a i , .blog-card-2 .blog-card-2-meta a i {
	position: relative;
	top: 3px;
}

.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2;
    height: 55px;
}

/* TextArea_Text */

.TextArea_Text h1,
.TextArea_Text h2,
.TextArea_Text h3,
.TextArea_Text h4,
.TextArea_Text h5,
.TextArea_Text h6,
.TextArea_Text p {
	margin: 0;
	padding: 0;
	margin: 8px 0;
	color: #d3b52f;
	line-height: 1.8;
}

.TextArea_Text p {
	color: var(--Color-d);
	font-size: 18px;
}

.TextArea_Text p:last-of-type {
	margin-bottom: 0;
}

.TextArea_Text ul , .TextArea_Text ol {
	margin: 0;
	padding: 0;
	margin: 8px 0;
	margin-right: 16px;
	display: inline-block;
	width: 100%;
}

.TextArea_Text ul li , .TextArea_Text ol li {
	list-style-type: disclosure-open;
	line-height: 1.8;
	opacity: 0.8;
}

.TextArea_Text ol li {
	list-style: decimal;
}

.TextArea_Text table {
	margin: 0;
	padding: 0;
    margin: 16px 0;
}

.TextArea_Text img {
	display: table;
    margin: 16px auto;
}

.TextArea_Text blockquote {
    margin: 16px 0;
    border: 2px dashed var(--Color-d);
    padding: 16px;
	padding-right: 36px;
    text-align: justify;
	position: relative;
}

.TextArea_Text blockquote::before {
    content: "\f191";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 13px;
    right: 8px;
    font-size: 23px;
    color: var(--Color-d);
}

.Avatar-Mini {
	height: 45px;
	object-fit: contain;
}

@media only screen and (min-width:992px){
	.reverse-md {
		flex-direction: row-reverse;
	}
}

@media only screen and (min-width:768px){
	.reverse-sm {
		flex-direction: row-reverse;
	}
}

/* BreadCrmb */

.BrdCrmb>span span {
	padding-right: 16px !important;
	position: relative;
}

.BrdCrmb>span span::after {
	content: "/";
    position: absolute;
    right: 5px;
    top: 0;
    color: var(--Color-d);
    font-size: 16px;
}

.BrdCrmb>span span:last-child::after {
    opacity: 0 !important;
}

.BrdCrmb>span span , .BrdCrmb>span span a {
	display: inline-block !important;
	color: var(--Color-d) !important;
	font-size: 15px !important;
}

.BrdCrmb>span span:last-child {
	opacity: 0.75 !important;
}

/* ProductCard */

.ProductCard img {
	height: 300px;
	object-fit: cover;
}

.ProductCard .row.flex-column {
	min-height: 300px;
}

.ProductCard .col-sm-6.Bg-d , .ProductCard .col-sm-6.Bg-y	 {
	height: 70px;
}

.ProductCard .col-sm-6.Bg-d a , .ProductCard .col-sm-6.Bg-y	a {
	transition: all 0.5s ease;
}

.ProductCard .col-sm-6.Bg-d:hover , .ProductCard .col-sm-6.Bg-y:hover	 {
	opacity: 0.6;
	transition: all 0.5s ease;
}

.MetaCat p {
	margin: 16px 0;
	color: var(--Color-w);
	font-size: 17px;
	line-height: 1.8;
}

.SingleProductTop img {
	max-height: 600px;
	object-fit: cover;
}

.SingleProductTop figcaption {
	background: #0000008c;
}

.product-overview-image {
	z-index: 1;
}

@media (min-width: 1200px) {
    .product-overview-image:before {
        transform: skewX(-24deg) rotate(8deg) translate(1.75rem, -4rem);
		z-index: -1;
    }
}

@media (min-width: 992px) {
    .product-overview-image:before {
        transform: skewX(-24deg) rotate(8deg) translate(2.5rem, -2rem);
		z-index: -1;
    }
}
@media (min-width: 768px) {
    .product-overview-image:before {
        content: "";
        position: absolute;
        top: 33.3334%;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        width: 100vw;
        background-color: #fcb026;
        transform: skewX(-24deg) rotate(8deg) translate(4.5rem);
        transform-origin: left;
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: var(--Color-y);
	color: var(--Color-d);
}

.nav-link {
	color: var(--Color-d);
	font-size: 17px;
}

table tbody {
	font-size: 17px;
}

#particles-js{
	position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.footer-1-social a{
	color: var(--Color-d);
	opacity: 0.5;
	margin: 4px 12px;
	display: inline-block;
	font-size: 30px;
	transition: all 0.4s ease;
}

.footer-1-social a:hover {
	transition: all 0.4s ease;
	opacity: 0.8;
}

.footer-1-social a:first-child {
	color: var(--Color-y);
}

#wpcf7-f39-o1 {
	direction:ltr !important;
}

.crsr-p {
	cursor: pointer;
}

@media only screen and (max-width:991px) {
	.Main_Head_100vh {
		height: auto !important;
	}
	.Vd_b {
		position: relative !important;
        height: auto !important;
	}
	.Vd_b video{
		width:100% !important;
		height: auto !important;
	}
}

