/*
 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: 'PelakFA';
	src: url('fonts/PelakFA-light.woff2') format('woff2'), url('fonts/PelakFA-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PelakFA';
	src: url('fonts/PelakFA-Regular.woff2') format('woff2'), url('fonts/PelakFA-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PelakFA';
	src: url('fonts/PelakFA-SemiBold.woff2') format('woff2'), url('fonts/PelakFA-SemiBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #5356FF;
	--bs-secondary: #333333;
	--bs-body-font-size: 14px;
	--bs-body-color: #4B4B4B;
	--bs-light-rgb: 242, 242, 255;
	--bs-dark-rgb: 46, 46, 46;
	--bs-primary-rgb: 83, 86, 255;
	--bs-secondary-rgb: 51, 51, 51;
	--bs-link-color: #5356FF;
	--bs-link-color-rgb: 83, 86, 255;
	--bs-body-font-family: pelakFa, Arial, tahoma;
	--bs-border-radius: 2px;
	font-size: 14px;
}
body {
	line-height: 2;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.link-primary:focus, .link-primary:hover {
	color: #000 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
	color: #000000;
	font-weight: bold;
	font-family: pelakFa;
}
.h1, h1 {
	font-size: 1.6rem;
}
.h2, h2 {
	font-size: 1.4rem;
}
.h3, h3 {
	font-size: 1.2rem;
}
input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: 5px !important;
	border: 1px solid #D9D9D9 !important;
	background: #FFFFFF;
	padding: 0 10px !important;
	line-height: 40px !important;
	height: 40px !important;
	font-family: pelakFa !important;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 150px !important;
	line-height: 2em !important;
}
iframe {
	display: block;
	max-width: 100%;
	width: 100%;
}
.text-justify {
	text-align: justify;
}
.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: transparent;
	--bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
	border-radius: var(--bs-border-radius);
	border-width: 2px; 
	padding: 0 1.5rem;
	height: 40px;
	line-height: 40px;
	transition: all .3s ease-in-out;
}
.btn-secondary {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-bg: transparent;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #999;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #999;
	border-radius: var(--bs-border-radius);
	border-width: 2px; 
	padding: 0 1.5rem;
	height: 40px;
	line-height: 40px;
	transition: all .3s ease-in-out;
}
.btn-white {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #999;
    --bs-btn-disabled-border-color: #666;
	border-radius: var(--bs-border-radius);
	border-width: 2px; 
	padding: 0 1.5rem;
	height: 40px;
	line-height: 40px;
	transition: all .3s ease-in-out;
}
.btn, button {
	height: 40px;
	border-radius: var(--bs-border-radius) !important;
	font-family: pelakFa;
	display: inline-block;
	box-sizing: content-box;
}
.btn-secondary svg {
	transition: all .3s ease-in-out;
}
.btn-secondary:hover svg {
	filter: brightness(0) invert(1);
}
.rounded-2x {
	border-radius: calc(var(--bs-border-radius) * 2);
}
.icon-20 {
	width: 20px;
	height: 20px;
}
.icon-14 {
	width: 14px;
	height: 14px;
}
.imgh-250 {
	height: 250px;
}
.imgh-300 {
	height: 300px;
}
.shadow {
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

.bg-light-2 {
	background: #f5f5f5;
}

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

header {
	box-shadow: 0 4px 30px rgba(120, 130, 153, 0.12);
	top: 0;
	right: 0;
}
body.admin-bar header {
	top: 32px;
}

.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu ul.menu-l1 > li {
	display: inline-block;
}
.main-menu ul.menu-l1 > li > a {
	padding: 1rem 1.5rem;
	font-weight: 300;
	transition: all .3s ease-in-out;
	position: relative;
}
.main-menu ul li a:hover, .main-menu ul li a.active {
	color: var(--bs-primary) !important;
}
.main-menu ul.menu-l1 > li > a.dropdown:after {
	content: url(images/icons/chevron-bottom.svg);
	margin-right: 5px;
	transform: scale(0.85);
    display: inline-block;
}
.main-menu .menu-l2.dropdown-box {
	position: absolute;
	background: #fff;
	padding: 1rem;
	min-width: 800px;
	top: 100%;
	right: 999em;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	display: flex;
	flex-wrap: wrap;
}
.main-menu .menu-l2.dropdown-box > li {
	flex-basis: 25%;
}
body.rtl .main-menu .menu-l2.dropdown-box {
	right: -999em;
}
.main-menu .menu-l2.dropdown-box li:not(:last-child) {
	margin-bottom: 10px;
}
.main-menu .menu-l2.dropdown-box li a {
	font-size: 1rem;
}
.main-menu .menu-l2.dropdown-box li:hover a {
	color: #000;
}
.main-menu li.dropdown:hover .dropdown-box {
	right: 0;
	opacity: 1;
}
header #mobile-menu-toggler {
	width: 35px;
}
header #mobile-menu-toggler .toggler-bar {
	width: 100%;
	height: 2px;
	background: var(--bs-body-color);
	border-radius: 10px;
	display: block;
	margin-bottom: 10px;
}
header #mobile-menu-toggler .toggler-bar:last-child {
	margin: 0;
}

.main {
	margin-top: 7rem;
}

.hero h2, .hero p {
	font-size: 1.75rem;
	font-weight: normal !important;
	color: #000;
}
.hero h2 strong {
	color: #fff;
	background-color: var(--bs-primary);
	padding: 0 0.5rem;
	font-weight: normal;
}

/* .inner-home-content {
	height: 300px;
    overflow-y: auto;
} */

.aligncenter {
	text-align: center;
	display: block;
}

.steps-holder:before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--bs-primary);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.steps-holder .step {
	position: relative;
}
.steps-holder .step:not(:first-child):before {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 7px solid var(--bs-primary);
	border-bottom: 5px solid transparent;
	position: absolute;
	right: -7px;
	top: 50%;
	transform: translateY(-50%);
}

.faq-row {
	border: 1px solid rgba(var(--bs-primary-rgb), 0.25);
	border-radius: 5px;
}
.faq-row .faq-question  {
	cursor: pointer;
	font-weight: bold;
}
.home-faq .faq-row.active {
	flex-grow: 1;
}
.faq-row .faq-question:after  {
	content: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.780578 0.310109C0.816044 0.329886 0.846869 0.356955 0.875706 0.38535C2.34461 1.8547 3.81418 3.32338 5.28297 4.79306C5.3897 4.8947 5.42428 5.06098 5.3686 5.1971C5.31578 5.3414 5.1684 5.43973 5.01559 5.43851C3.60867 5.48138 2.20164 5.52392 0.79472 5.56634C0.672634 5.56844 0.545686 5.58557 0.429123 5.53905C0.220527 5.46525 0.0752389 5.24903 0.0858455 5.02806C0.129708 3.56578 0.174345 2.1034 0.218539 0.641013C0.219091 0.52644 0.270688 0.412087 0.363164 0.342592C0.479395 0.250005 0.651531 0.234979 0.780578 0.310109Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
    height: 27px;
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(-45deg);
}
.faq-row .faq-answer  {
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}
.faq-row.active .faq-answer  {
	max-height: 20rem;
}
.faq-row .faq-answer p  {
	margin: 0;
}

.counters-holder {
	border-bottom: 1rem solid var(--bs-primary) !important;
}

.post-content .wp-block-image {
	text-align: center;
}
.wp-block-image img {
	height: auto;
}

.paginate span, .paginate a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: var(--bs-border-radius);
	display: inline-block;
	margin: 0 0.25rem;
}
.paginate span, .paginate a:hover {
	background: var(--bs-primary);
	color: #fff;
}
.paginate a:hover svg path {
	fill: #fff;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li:not(:last-child) {
	margin-bottom: 0.7rem;
}
footer a {
	color: var(--bs-body-color);
}
footer a:hover {
	color: var(--bs-primary);
}

@media (max-width: 767px) {
	body.mobile-menu-active {
		overflow-y: hidden;
	}
	.mobile-menu-header {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#close-main-menu {
		transform: rotate(45deg);
	}
	header .main-menu, header .language-switcher {
		width: 23%;
	}
	header .logo-holder {
		width: 54%;
	}
	header .main-menu .main-menu-holder {
		position: fixed;
		right: -100%;
		width: 70%;
		height: 100vh;
		z-index: 100;
		transition: all .3s ease-in-out;
		background: rgba(50,52,154,1);
		background: -moz-linear-gradient(45deg, rgba(81,84,252,1) 0%, rgba(50,52,154,1) 100%);
		background: -webkit-linear-gradient(45deg, rgba(81,84,252,1) 0%, rgba(50,52,154,1) 100%);
		background: linear-gradient(45deg, rgba(81,84,252,1) 0%, rgba(50,52,154,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5154fc",endColorstr="#32349a",GradientType=1);
		padding: 1rem 0;
		top: 0;
		overflow-y: auto;
	}
	header .main-menu .main-menu-holder.menu-active {
		right: 0;
	}
	header .btn {
		padding: 0 5px;
	}
	.main-menu ul.menu-l1 > li {
		display: block;
	}
	.main-menu ul.menu-l1 > li > a {
		padding: 10px 25px !important;
		color: #fff !important;
	}
	.main-menu ul.menu-l1 > li > .dropdown {
		display: flex;
		justify-content: space-between;
	}
	.main-menu .menu-l2.dropdown-box {
		position: relative;
		opacity: 1;
		right: 5% !important;
		top: unset;
		border-radius: 10px;
		box-shadow: none;
		padding: 1rem;
		margin: 0;
		overflow: hidden;
		background: rgba(0,0,0,0.2);
		width: 90%;
		flex-direction: column;
		min-width: 90%;
	}
	.main-menu .menu-l2.dropdown-box > li {
		flex-basis: 100%;
	}
	.main-menu .menu-l2.dropdown-box > li a {
		color: #fff;
		font-size: 0.9rem;
	}
	.main-menu ul.menu-l1 > li > a.dropdown:after {
		filter: brightness(0) invert(1);
	}
	.main-menu ul.menu-l1 > li > a:before {
		display: none;
	}

	.main {
		margin-top: calc(6rem + 2px);
	}

	.step {
		width: 100%;
	}
	.steps-holder:before {
		width: 1px;
		height: 100%;
		top: 0;
		right: 50%;
		transform: translateX(50%);
	}
	.steps-holder .step:not(:first-child):before {
		border-left: 5px solid transparent;
		border-top: 7px solid var(--bs-primary);
		border-right: 5px solid transparent;
		top: -7px;
		right: 50%;
		transform: translateX(50%);
	}

	.counter-box {
		width: 50%;
	}

	.brands img {
		width: calc(50% - 0.25rem) !important;
        border: 1px solid #ddd;
	}
	.brands > div {
		flex-wrap: wrap;
        gap: 0.5rem;
	}
	.hero h1 {
		margin-top: 1.5rem;
	}
	.hero-content .d-flex {
		justify-content: space-around;
	}
	.hero-content .d-flex br {
		display: none;
	}

	.imgh-300 {
		height: 150px;
	}
	.purple-box {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.social-item {
		width: 50% !important;
		margin-bottom: 1rem;
	}
}

@media (min-width: 576px) {
	.purple-box {
		padding-right: calc(calc(100vw - 720px) / 2);
	}
}

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

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

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

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