/*
 Theme Name: iransite
 Theme URI: https://iransite.com/
 Author: IRANSITE
 Author URI: mailto:info@iransite.com
 Description: Powered by IRANSITE company
 Version: 1.0
 License: Free
 Text Domain: iransite
*/
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Black.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Bold.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Regular.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'YekanBakhFaNum';
	src: url('fonts/YekanBakhFaNum-Light.woff2') format('woff2'), url('fonts/YekanBakhFaNum-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #b08d57;
	--bs-primary-rgb: 176, 141, 87;
	--bs-secondary: #c2b280;
	--bs-secondary-rgb: 194, 178, 128;
	--bs-body-color: #fff;
	--bs-body-color-rgb: 255, 255, 255;
	--bs-link-color: rgb(176, 141, 87);
	--bs-link-color-rgb: 176, 141, 87;
	--bs-link-hover-color: #c2b280;
    --bs-link-hover-color-rgb: 194, 178, 128;
	--bs-dark: #030200;
	--bs-dark-rgb: 3, 2, 0;
	--bs-dark2: #101010;
	--bs-dark2-rgb: 16, 16, 16;
	--bs-light: #404040;
	--bs-light-rgb: 64, 64, 64;
	--bs-body-font-family: YekanBakhFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 8px;
	--bs-body-font-size: 14px;
	font-size: 14px;

	--matte-graphite: #3B3B3B;
	--desert-khaki: #C2B280;
	--army-green: #4B5232;
	--stone-gray: #A8A8A8;
	--bronze-metallic: #b08d57;
	--navy-blue: #0b1d39;
	--champagne-gold: #D4AF37;
	--charcoal-gray: #2e2e2e;
	--lvory-white: #f8f5f0;
	--sand-beige: #cbb89d;
}

.bg-matte-graphite {
	background: var(--matte-graphite);
}
.bg-desert-khaki {
	background: var(--desert-khaki);
}
.bg-army-green {
	background: var(--army-green);
}
.bg-stone-gray {
	background: var(--stone-gray);
}
.bg-bronze-metallic {
	background: var(--bronze-metallic);
}
.bg-navy-blue {
	background: var(--navy-blue);
}
.bg-champagne-gold {
	background: var(--champagne-gold);
}
.bg-charcoal-gray {
	background: var(--charcoal-gray);
}
.bg-lvory-white {
	background: var(--lvory-white);
}
.bg-sand-beige {
	background: var(--sand-beige);
}

.text-matte-graphite {
	color: var(--matte-graphite);
}
.text-desert-khaki {
	color: var(--desert-khaki);
}
.text-army-green {
	color: var(--army-green);
}
.text-stone-gray {
	color: var(--stone-gray);
}
.text-bronze-metallic {
	color: var(--bronze-metallic);
}
.text-navy-blue {
	color: var(--navy-blue);
}
.text-champagne-gold {
	color: var(--champagne-gold);
}
.text-charcoal-gray {
	color: var(--charcoal-gray);
}
.text-lvory-white {
	color: var(--lvory-white);
}
.text-sand-beige {
	color: var(--sand-beige);
}

.bg-dark2 {
	background: var(--bs-dark2);
}


.rounded-16 {
	border-radius: 16px;
}
.rounded-20 {
	border-radius: 20px;
}
.rounded-30 {
	border-radius: 30px;
}

body {
	line-height: 2;
	background: var(--matte-graphite);
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}
.h1, h1 {
	font-size: 25px;
	font-weight: 900;
}
.h2, h2 {
	font-size: 18px;
	font-weight: 700;
}
.h3, h3 {
	font-size: 16px;
	font-weight: 700;
}
.fs-15 {
	font-size: 15px;
}
.fs-16 {
	font-size: 15px;
}
.fs-13 {
	font-size: 13px;
}

input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: var(--bs-border-radius) !important;
	border: 1px solid #606060 !important;
	background: var(--bs-light) !important;
	padding: 0 1rem !important;
	line-height: 56px !important;
	height: 56px !important;
	outline: 0;
	font-family: YekanBakhFaNum !important;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 80px !important;
	line-height: 2em !important;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #101010;
	--bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-secondary {
	--bs-btn-color: #101010;
	--bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #06c270;
    --bs-btn-border-color: #06c270;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #999;
}
.btn, button {
	padding: 0 2.5rem;
	height: 56px;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
}
.btn-small {
	height: 48px;
	font-weight: bold;
}
.btn-arrow:after {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 11.4697C5.17678 11.7626 5.17678 12.2374 5.46967 12.5303L9.46967 16.5303C9.76256 16.8232 10.2374 16.8232 10.5303 16.5303C10.8232 16.2374 10.8232 15.7626 10.5303 15.4697L7.81066 12.75L18 12.75C18.4142 12.75 18.75 12.4142 18.75 12C18.75 11.5858 18.4142 11.25 18 11.25L7.81066 11.25L10.5303 8.53033C10.8232 8.23744 10.8232 7.76256 10.5303 7.46967C10.2374 7.17678 9.76256 7.17678 9.46967 7.46967L5.46967 11.4697Z' fill='white'/%3E%3C/svg%3E%0A");
	transform: rotateY(180deg);
	width: 24px;
	height: 24px;
}
.btn-plane:after {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.85988 0.960043L14.8899 3.96004C20.9599 5.99004 20.9599 9.30004 14.8899 11.32L12.2099 12.21L11.3199 14.89C9.29988 20.96 5.97988 20.96 3.95988 14.89L0.949884 5.87004C-0.390116 1.82004 1.80988 -0.389957 5.85988 0.960043ZM5.53988 6.34004L9.33988 10.16C9.48988 10.31 9.67988 10.38 9.86988 10.38C10.0599 10.38 10.2499 10.31 10.3999 10.16C10.6899 9.87004 10.6899 9.39004 10.3999 9.10004L6.59988 5.28004C6.30988 4.99004 5.82988 4.99004 5.53988 5.28004C5.24988 5.57004 5.24988 6.05004 5.53988 6.34004Z' fill='%23202020'/%3E%3C/svg%3E%0A");
	width: 20px;
	height: 20px;
}
body.rtl .btn-arrow:after {
	transform: none;
}

.shadow {
	box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16) !important;
}

.icon-16 {
	width: 16px;
	height: 16px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}
.icon-56 {
	width: 56px;
	height: 56px;
}
.icon-64 {
	width: 64px;
	height: 64px;
}
.icon-72 {
	width: 72px;
	height: 72px;
}
.icon-80 {
	width: 80px;
	height: 80px;
}

a.text-body:hover {
	color: var(--bs-primary) !important;
}

.filter-white {
	filter: brightness(0) invert(1);
}
.cursor-pointer {
	cursor: pointer;
}

.position-sticky {
	top: 1rem;
}
body.admin-bar .position-sticky {
	top: calc(32px + 1rem);
}

.main ::-webkit-scrollbar {
    width: 3px;
	height: 3px
}
.main ::-webkit-scrollbar-track {
    background: #ccc;
	border-radius: 5px;
}
.main ::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
	border-radius: 5px;
}

header {
	background: var(--matte-graphite);
	border-bottom: 1px solid var(--stone-gray)
}
.menu-l1 li a {
	font-weight: bold;
	color: #fff;
	display: inline-flex;
	padding: 26px 0;
}
.menu-l1 li a:hover {
	color: var(--bs-secondary)
}

.rank-math-breadcrumb {
	padding: 1.5rem 0;
	font-weight: bold;
}
.rank-math-breadcrumb p {
	margin: 0;
}
.rank-math-breadcrumb a {
	color: #fff;
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-secondary)
}

.ff_submit_btn_wrapper {
	display: flex;
	justify-content: end;
	margin: 0 !important;
}

.hero {
	background: rgb(68,68,68);
	background: linear-gradient(0deg, rgb(59, 59, 59) 0%, rgb(168, 168, 168) 100%);
	padding: 7rem 0;
}
.hero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: url(images/clouds.png) no-repeat center bottom;
	background-size: cover;
	mix-blend-mode: screen;
}
@media (min-width: 1400px) {
	.container-hero {
		max-width: 1400px;
	}
}

.hero .form-holder {
	border-radius: 0 150px 150px 0;
	background: var(--bs-primary);
	border-right: 2px solid var(--matte-graphite);
	height: 625px !important;
}
.homepage-form input, .homepage-form select {
	background: rgba(240,240,240,0.5) !important;
	border-color: transparent !important;
	color: #101010 !important;
}

.home-offers {
	background: #3B3B3B;
	padding: 5rem 0;
}
.offer-img:before {
	content: '';
	width: 100%;
	height: 112px;
	background: url(images/stage.png) no-repeat center center / contain;
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: 0;
}
.offer-img {
	margin-bottom: 3rem;
}
.offer-img img {
	z-index: 1;
	position: relative;
}
.offer-btn {
	margin-top: 1rem;
	height: 56px;
	border-radius: var(--bs-border-radius);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.offer-btn span {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.offer-btn .btn-holder {
	transition: all 0.3s ease-in-out;
	background: var(--bs-secondary);
	width: 100%;
}
.offer-btn:hover .btn-holder {
	transform: translateY(-56px);
	background-color: var(--bs-primary);
}

.home-about-us {
	padding: 5rem 0;
}

.home-features {
	padding: 20rem 0;
	overflow-x: hidden;
}
.home-features:before {
	content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/faded-map.png) no-repeat left center;
    background-size: contain;
	opacity: 0;
}
.home-features.animate:before {
	animation: fade_in 1s ease-in-out forwards;
}
.home-features:after {
	content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    background: url(images/home-features-min.png) no-repeat left center;
    background-size: contain;
}
.home-features.animate:after {
	animation: in_left 1s ease-in-out forwards;
	animation-delay: 0.5s;
}
.home-features ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.home-features ul li {
	display: flex;
	margin-bottom: 5px;
}
.home-features ul li:before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.5C1 8.5 2.5 8.5 4.5 12C4.5 12 10.059 2.833 15 1' stroke='%23BB8902' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	flex-shrink: 0;
	margin-left: 10px;
}

.sedan-car {
	padding: 8rem 0;
}
.sedan-car .car-img {
	opacity: 0;
}
.sedan-car.animate .car-img {
	animation: fade_in 1s ease-in-out forwards;
}
.sedan-car .feature-box {
	opacity: 0;
}
.sedan-car .feature-box.active {
	animation: fade_in 0.25s ease-in-out forwards;
}
.sedan-car svg.icon-32 {
	border-radius: 50%;
	background: var(--stone-gray);
}
.feature-box ul {
	margin: 0;
	padding-right: calc(32px + 0.5rem)
}
.feature-box ul li {
	display: flex;
	margin-bottom: 5px;
}
.feature-box ul li:before {
	content: '';
	flex-shrink: 0;
	width: 0.5rem;
	height: 0.5rem;
	margin-left: 10px;
	border-radius: 50%;
	background: var(--bs-primary);
	top: 10px;
    position: relative;
}

.about-text-holder {
	height: calc(700px - 1rem);
	overflow-y: auto;
}
.about-img-holder:before, .about-img-holder:after {
	content: '';
	width: 200px;
	height: 350px;
	background: var(--bs-secondary);
	border-radius: var(--bs-border-radius);
	position: absolute;
	z-index: 1;
}
.about-img-holder:before {
	left: 0;
	top: 0;
}
.about-img-holder:after {
	right: 0;
	bottom: 0;
}
.h-700 {
	height: 700px;
}

.tc-top-gallery {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	height: 415px;
}
.tc-gallery-1 { grid-area: 1 / 1 / 2 / 4; }
.tc-gallery-2 { grid-area: 1 / 4 / 2 / 6; }
.tc-gallery-3 { grid-area: 1 / 6 / 3 / 13; }
.tc-gallery-4 { grid-area: 2 / 1 / 3 / 3; }
.tc-gallery-5 { grid-area: 2 / 3 / 3 / 6; }

.contact-details-holder {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}
.contact-box-1 { grid-area: 1 / 1 / 2 / 2; }
.contact-box-2 { grid-area: 1 / 2 / 2 / 3; }
.contact-box-3 { grid-area: 2 / 1 / 3 / 2; }
.contact-box-4 { grid-area: 2 / 2 / 3 / 3; }

a.post-holder {
	padding: 1rem;
	border-radius: var(--bs-border-radius);
	background: rgba(var(--bs-secondary-rgb), 0.1);
}
.blog-img {
	height: 200px;
	object-fit: cover;
}
.blog-arrow {
	width: 48px;
	height: 48px;
	border-radius: var(--bs-border-radius);
	background: var(--bs-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
}
.toc-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.toc-list li a {
	color: #fff;
}
.toc-list li a:before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8L6 12M6 12L10 16M6 12L18 12' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 24px;
	height: 24px;
}
.toc-list li a:hover {
	color: #fff;
	font-weight: bold;
}
.paginate span, .paginate a {
	width: 48px;
	height: 48px;
	border-radius: var(--bs-border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
}
.paginate a {
	background: rgba(var(--bs-secondary-rgb), 0.1);
}
.paginate span {
	background: var(--bs-primary);
}

.track-bar {
	height: 150px;
	width: 2px;
	border-radius: 5px;
	background: var(--stone-gray);
	position: relative;
}
.track-bar .thumb {
	width: 2px;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--bs-secondary);
	transition: all 0.3s linear;
}
.track-bar .thumb:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: inherit;
}

footer a {
	color: #fff;
}
footer a:hover {
	color: var(--bs-secondary);
}
.social-item {
	width: 48px;
	height: 48px;
	background: var(--army-green);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes in_left {
	from {left: -100%}
	to {left: 0}
}
@keyframes fade_in {
	from {opacity: 0}
	to {opacity: 1}
}

.dokan-layout {
	font-family: YekanBakhFaNum, Arial, tahoma !important;
}

@media only screen and (max-width: 767px) {

	body:before {
		content: '';
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		transition: opacity 0.3s ease-in-out;
		opacity: 0;
		background: rgba(0,0,0,0.8);
	}
	body.overlay:before {
		right: 0;
		opacity: 1;
	}

	#mobile-menu-toggler {
		width: 30px;
	}
	.toggler-bar {
		height: 2px;
		background: var(--bs-body-color);
	}
	.bg-white .toggler-bar {
		height: 2px;
		background: var(--bs-primary-darker);
	}
	.main-menu-holder {
		position: fixed;
        width: calc(100% - var(--bs-gutter-x));
        right: -50%;
        padding: 1rem 2rem;
        background: var(--bs-body-bg);
        top: calc(25px + 82px);
        transform: translateX(50%);
		transition: all 0.3s ease-in-out;
		border-radius: 30px;
	}
	body.admin-bar .main-menu-holder {
		top: calc(46px + 25px + 82px)
	}
	body.home.admin-bar .main-menu-holder {
		top:  calc(82px - 1rem)
	}
	.main-menu-holder.menu-active {
        right: 50%;
	}
	.menu-l1 > li > a {
		padding: 5px 0;
		justify-content: space-between;
	}
	.menu-item.dropdown .dropdown-box {
		padding: 1rem;
		background: var(--bs-primary-subtle);
		box-shadow: none;
	}
	.menu-item.dropdown:hover .dropdown-box {
		position: relative;
	}

	body.home .menu-l1 > li > a {
		color: var(--bs-body-color)
	}
	body.home .nav-link.dropdown:after {
		filter: none;
	}
	.menu-item.dropdown:hover:after {
		display: none;
	}
}

@media (max-width: 575px) {
	.offset-padding-right {
		padding-right: 1.5rem;
	}
	.offset-padding-left {
		padding-left: 1.5rem;
	}
}

@media (min-width: 768px) {
	.offset-padding-right {
		padding-right: calc(calc(100vw - 720px) / 2);
	}
	.offset-padding-left {
		padding-left: calc(calc(100vw - 720px) / 2);
	}
}

@media (min-width: 992px) {
	.offset-padding-right {
		padding-right: calc(calc(100vw - 960px) / 2);
	}
	.offset-padding-left {
		padding-left: calc(calc(100vw - 960px) / 2);
	}
}

@media (min-width: 1200px) {
	.offset-padding-right {
		padding-right: calc(calc(100vw - 1140px) / 2);
	}
	.offset-padding-left {
		padding-left: calc(calc(100vw - 1140px) / 2);
	}
}

@media (min-width: 1400px) {
	.offset-padding-right {
		padding-right: calc(calc(100vw - 1320px) / 2);
	}
	.offset-padding-left {
		padding-left: calc(calc(100vw - 1320px) / 2);
	}
}