/*
 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: 'IRANYekanFaNum';
	src: url('fonts/IRANYekanBoldFaNum.woff2') format('woff2'), url('fonts/IRANYekanBoldFaNum.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'IRANYekanFaNum';
	src: url('fonts/IRANYekanMediumFaNum.woff2') format('woff2'), url('fonts/IRANYekanMediumFaNum.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #053e52;
	--bs-primary-rgb: 5, 62, 82;
	--bs-secondary: #077095;
	--bs-secondary-rgb: 7, 112, 149;
	--bs-body-color: #313131;
	--bs-body-color-rgb: 49, 49, 49;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-link-color: #077095;
	--bs-link-color-rgb: 7, 112, 149;
	--bs-link-hover-color: #053e52;
    --bs-link-hover-color-rgb: 5, 62, 82;
	--bs-body-font-family: IRANYekanFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 10px;
	--bs-body-font-size: 15px;
	font-size: 15px;
}

body {
	line-height: 2;
}

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: 21px;
	font-weight: 700;
}
.h2, h2 {
	font-size: 18px;
	font-weight: 500;
}
.h3, h3 {
	font-size: 17px;
	font-weight: 500;
}
.h4, h4 {
	font-size: 16px;
	font-weight: 500;
}
.fs-13 {
	font-size: 13px;
}
.fs-12 {
	font-size: 12px;
}

input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: 10px !important;
	border: 1px solid #e4e4eb !important;
	background: #fafafc !important;
	padding: 0 1rem !important;
	line-height: 50px !important;
	height: 50px !important;
	outline: 0;
	font-family: IRANYekanFaNum !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: #fff;
	--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;
	box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16) !important;
}
.btn-secondary {
	--bs-btn-color: var(--bs-body-color);
	--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-white {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: #efefef;
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --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 2rem;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--bs-border-radius);
}
.btn-small {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
}

.mb-6 {
	margin-bottom: 6rem;
}
.py-6 {
	padding: 6rem 0;
}

.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-20 {
	width: 20px;
	height: 20px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-32 {
	width: 32px;
	height: 32px;
}
.icon-50 {
	width: 50px;
	height: 50px;
}

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

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

.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 {
	z-index: 1000;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.menu-l1 li a {
	font-weight: bold;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.menu-l1 > li > a {
	color: var(--bs-body-color);
	padding: 10px 0;
}
.nav-link.dropdown: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 d='M18 10L12.7071 15.2929C12.3166 15.6834 11.6834 15.6834 11.2929 15.2929L6 10' stroke='%23808080' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	height: 24px;
	transition: all 0.3s ease-in-out;
}
.menu-item:hover .nav-link.dropdown:after {
	transform: rotateX(180deg);
}
.menu-item.dropdown:hover:after {
	content: '';
	width: 100%;
	height: calc(100% + 2rem);
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 0;
}
.dropdown-box {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	padding: 0.5rem;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: absolute;
	right: -9999em;
	top: calc(100% + 1rem);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 1;
	box-shadow: 0px 0px 1px 0px rgba(40, 41, 61, 0.04), 0px 2px 4px 0px rgba(96, 97, 112, 0.16);
}
.menu-item.dropdown:hover .dropdown-box {
	right: 0;
	min-width: 175px;
	opacity: 1;
}
.menu-item.dropdown:hover .dropdown-box > li {
	position: relative;
}
.menu-item.dropdown:hover .dropdown-box > li > a {
	padding: 5px 10px;
	border-radius: 5px;
}
.menu-item.dropdown:hover .dropdown-box > li:hover > a {
	background: var(--bs-primary);
	color: #fff;
}

.owl-stage-outer {
	margin: 0 -2px;
    padding: 0 2px;
}
.owl-nav button {
	width: 28px;
	height: 28px;
	background: rgba(var(--bs-secondary-rgb), 0.05) !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.tour-carousel .owl-nav button.owl-next {
	left: 0;
}
.tour-carousel .owl-nav button.owl-prev {
	right: 0;
}
.tour-cat-carousel .owl-nav button.owl-next {
	top: -40px;
	left: 0;
}
.tour-cat-carousel .owl-nav button.owl-prev {
	top: -40px;
	left: 43px;
}

.service-separator {
	height: 50px;
	width: 1px;
	background: var(--bs-border-color);
}

.page-banner {
	height: 260px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.lift-up {
	margin-top: -3rem;
}

.contact-box {
	height: 200px;
	border-radius: var(--bs-border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	color: #fff;
}
.ff_submit_btn_wrapper {
	display: flex;
	justify-content: end;
	margin: 0 !important;
}

.rank-math-breadcrumb {
	padding: 1rem 0;
	font-weight: bold;
}
.rank-math-breadcrumb a {
	color: var(--bs-body-color);
}
.rank-math-breadcrumb p {
	margin: 0;
	color: var(--bs-body-color);
}
.page-banner .rank-math-breadcrumb p, .page-banner .rank-math-breadcrumb a {
	color: #fff;
}
.rank-math-breadcrumb a:hover {
	color: var(--bs-primary);
}

.tour-cat-img, .tour-img  {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	height: auto;
}
.tour-cat-img-thumbnail {
	aspect-ratio: 7 / 4;
	object-fit: cover;
	height: auto;
}
.price-value {
	color: var(--bs-primary)
}
.currency {
	font-size: 11px;
	font-weight: bold;
}

.tour-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 7px;
	grid-row-gap: 7px;
	height: 450px;
	border-radius: var(--bs-border-radius);
	overflow: hidden;
}

.tour-gallery .item-1 { grid-area: 1 / 1 / 3 / 3; }
.tour-gallery .item-2 { grid-area: 1 / 3 / 2 / 4; }
.tour-gallery .item-3 { grid-area: 2 / 3 / 3 / 4; }
.tour-gallery .item-4 { grid-area: 1 / 4 / 2 / 5; }
.tour-gallery .item-5 { grid-area: 2 / 4 / 3 / 5; }

.tour-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.title-dot {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.title-dot:before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--bs-body-color);
}
.toc-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.toc-list a {
	font-size: 14px;
	color: var(--bs-body-color)
}
.recent-blogs img {
	width: 70px;
	height: 70px;
	border-radius: var(--bs-border-radius);
	object-fit: cover;
}
.blog-img {
	height: 200px;
	object-fit: cover;
}

.paginate span, .paginate a {
	width: 40px;
	height: 40px;
	border-radius: var(--bs-border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-secondary)
}
.paginate a {
	background: #fff;
	color: var(--bs-secondary);
}
.paginate span {
	background: var(--bs-secondary);
	color: #fff;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1.5rem;
	background: var(--bs-light);
	border-radius: 30px;
}
.comment-form .comment-notes {
	width: 100%;
	order: 1;
}
.comment-form .comment-fields {
	width: calc(50% - 0.5rem);
	order: 2;
}
.comment-form .comment-field {
	width: calc(50% - 0.5rem);
	order: 3;
	display: flex;
    flex-direction: column;
}
.comment-form .comment-field textarea  {
	flex-grow: 1;
}
.comment-form .form-submit {
	order: 4;
	display: flex;
	justify-content: end;
	width: 100%;
}
.comment-text p {
	margin: 0;
}
.comment-avatar img {
	border-radius: 50%;
}
.comment-reply-link {
	color: var(--bs-body-color-3);
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.comment-reply-link:before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75293 12.2067H10.0863C11.9263 12.2067 13.4196 10.7134 13.4196 8.87337C13.4196 7.03337 11.9263 5.54004 10.0863 5.54004H2.75293' stroke='%23606060' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.28674 7.20667L2.58008 5.5L4.28674 3.79333' stroke='%23606060' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	height: 16px;
}
#comments-list ul.children {
	list-style: none;
}

footer a {
	color: var(--bs-body-color);
}
footer a:hover {
	color: var(--bs-secondary);
}
.footer-title {
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.footer-title:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--bs-body-color);
	display: block;
}
footer ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}
footer svg:hover {
	opacity: 0.8;
}

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

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

	header {
		z-index: 1001;
	}
	#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: 2rem;
        transform: translateX(50%);
		transition: all 0.3s ease-in-out;
		border-radius: 30px;
		z-index: 10000;
	}
	body.admin-bar .main-menu-holder {
		top: calc(46px + 2rem)
	}
	.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;
	}

	.service-separator {
		height: 1px;
		width: 100%;
	}

	.tour-gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		height: 500px;
	}

	.tour-gallery .item-1 { grid-area: 1 / 1 / 3 / 3; }
	.tour-gallery .item-2 { grid-area: 3 / 1 / 4 / 2; }
	.tour-gallery .item-3 { grid-area: 3 / 2 / 4 / 3; }
	.tour-gallery .item-4 { grid-area: 4 / 1 / 5 / 2; }
	.tour-gallery .item-5 { grid-area: 4 / 2 / 5 / 3; }
}

@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);
	}
}