/*
 Theme Name: fidarweb
 Theme URI: https://fidarweb.ir/
 Author: FIDARWEB
 Author URI: mailto:info@fidarweb.ir
 Description: Powered by FIDARWEB company
 Version: 1.0
 License: Free
 Text Domain: fidarweb
*/
@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;
}
@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-Bold.woff') format('woff2'), url('fonts/YekanBakhFaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #010630;
	--bs-secondary: #daa520;
	--bs-tertiary: #101E8A;
	--bs-body-font-size: 15px;
	--bs-body-color: #555864;
	--bs-body-color-rgb: 85, 88, 100;
	--bs-light-rgb: 239, 239, 239;
	--bs-dark-rgb: 36, 36, 36;
	--bs-primary-rgb: 1, 6, 48;
	--bs-secondary-rgb: 218, 165, 32;
	--bs-body-font-family: YekanBakhFaNum, Arial, tahoma;
	--bs-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	--bs-border-radius: 6px;
	font-size: 15px;
}
.bg-tertiary {
	background: var(--bs-tertiary);
}
body {
	line-height: 2;
}
body.overlay:before {
	content: '';
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	z-index: 99;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
	color: var(--bs-primary);
	font-weight: bold;
}
.h1, h1 {
	font-size: 18px;
}
.h2, h2, .h3, h3 {
	font-size: 16px;
}
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: 50px !important;
	height: 50px !important;
	font-family: YekanBakhFaNum !important;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 150px !important;
	line-height: 2em !important;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}
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: transparent;
	--bs-btn-hover-color: #000;
    --bs-btn-hover-bg: var(--bs-secondary);
    --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;
	border-radius: var(--bs-border-radius);
	border-width: 0; 
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	transition: all .3s ease-in-out;
}
.btn-secondary {
	--bs-btn-color: #000;
	--bs-btn-bg: var(--bs-secondary);
	background: rgb(218,165,32);
	background: linear-gradient(225deg, rgba(218,165,32,1) 0%, rgba(184,134,11,1) 100%);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-bg: var(--bs-primary);
    --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;
	border-radius: 5px;
	border-width: 0; 
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	transition: all .3s ease-in-out;
}
.btn-tertiary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-tertiary);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-bg: var(--bs-secondary);
	--bs-btn-hover-color: #fff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: transparent;
	transition: all .3s ease-in-out;
}
.btn, button {
	padding: 0 3rem;
    height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.btn-small {
	height: 35px;
	padding: 0 1.5rem;
	font-size: 13px;
}

.col-20 {
	width: 20%;
}
.fs-14 {
	font-size: 14px;
}
.fs-13 {
	font-size: 13px;
}

.rounded-2x {
	border-radius: calc(var(--bs-border-radius) * 2);
}

video {
	max-width: 100%;
}

.transition {
	transition: all .3s ease-in-out;
}
.shadow {
	box-shadow: 0 0 3px rgba(0,0,0,0.15) !important;
}

.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;
}

.cursor-pointer {
	cursor: pointer;
}

.icon-80 {
	width: 80px;
	height: 80px;
}
.icon-40 {
	width: 40px;
	height: 40px;
}
.icon-24 {
	width: 24px;
	height: 24px;
}
.icon-20 {
	width: 20px;
	height: 20px;
}

header {
	position: absolute;
	width: 100%;
	top: 0;
}
body.admin-bar header {
	top: 32px;
}

.main-menu ul {
	list-style: none;
	text-align: left;
}
.main-menu ul.menu-l1 > li {
	display: inline-block;
}
.main-menu ul.menu-l1 > li > a {
	padding: 1rem 0.7rem;
	transition: all .3s ease-in-out;
	position: relative;
	color: #fff;
}
.main-menu ul.menu-l1 > li:first-child > a {
	padding-right: 0;
}
.main-menu ul.menu-l1 > li > a.dropdown:after {
	content: url(images/icons/chevron-bottom.svg);
	margin-right: 5px;
}
body.home .main-menu ul.menu-l1 > li > a.dropdown:after {
	filter: brightness(0) invert(1);
}
.main-menu .menu-l2.dropdown-box {
	position: absolute;
	background: #f5f5f5;
	padding: 0;
	min-width: 160px;
	top: calc(100% + 0.8rem);
	right: -999em;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	border-radius: 20px;
	overflow: hidden;
}
.main-menu .menu-l2.dropdown-box li {
	position: relative;
}
.main-menu .menu-l2.dropdown-box li:hover {
	background-color: rgba(var(--bs-primary-rgb), 0.2);
}
.main-menu .menu-l2.dropdown-box li:not(:last-child) {
	margin-bottom: 0;
}
.main-menu .menu-l2.dropdown-box li a {
	font-size: 1rem;
	padding: 7px 15px 7px;
	color: var(--bs-body-color);
	font-size: 0.8rem;
}
.main-menu li.dropdown:hover .dropdown-box {
	right: 0;
	opacity: 1;
}
.main-menu ul.menu-l3.dropdown-box {
	padding: 0;
	min-width: 160px;
	position: absolute;
	right: -999em !important;
	opacity: 0 !important;
	transition: opacity 0.3s ease-in-out;
	top: 0;
	background: #f5f5f5;
}
.main-menu .menu-l2 > li:hover ul.menu-l3.dropdown-box {
	right: calc(100%) !important;
	opacity: 1 !important;
}
.main-menu ul.menu-l2 > li > a {
	display: flex;
	justify-content: space-between;
}
.main-menu ul.menu-l2 > li > a.has-child:after {
	content: url(images/icons/chevron-bottom.svg);
	transform: rotate(90deg) !important;
	margin-right: 5px;
}
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: 8px;
}
body.home header #mobile-menu-toggler .toggler-bar {
	background: #fff;
}
header #mobile-menu-toggler .toggler-bar:nth-child(1) {
	width: 75%;
}
header #mobile-menu-toggler .toggler-bar:nth-child(3) {
	width: 50%;
}
header #mobile-menu-toggler .toggler-bar:last-child {
	margin: 0;
}

.shape {
	position: absolute;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 100px;
	transform: rotate(180deg);
}
.shape.shape-bottom {
	bottom: -1px
}
.shape.shape-top {
	top: -1px
}
.shape.shape-flip-x svg {
	transform: rotateY(180deg)
}
.shape.shape-flip-y svg {
	transform: rotateX(180deg)
}
.shape svg {
	display: block;
    width: 100%;
    position: relative;
	height: 100px
}

.hero, .title-banner {
	padding: 9rem 0 12rem;
	background-color: transparent;
    background-image: radial-gradient(at top center, var(--bs-tertiary) 0%, var(--bs-primary) 65%);
}
.hero {
	padding: 9rem 0;
}
.hero .hero-title, .title-banner h1 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5em;
}
.service-page .title-banner, .pack-page .title-banner {
	padding-bottom: 15rem;
}

body.tax-service.term-funeral .title-banner {
	background-image: radial-gradient(at top center, #333 0%, #151515 65%)
}
body.tax-service.term-wedding .title-banner {
	background-image: radial-gradient(at top center, #aa03aa 0%, #500050 65%)
}
body.tax-service.term-birthday .title-banner {
	background-image: radial-gradient(at top center, #ff72be 0%, #be0067 65%)
}
body.tax-service.term-funeral .title-banner h1, body.tax-service.term-wedding .title-banner h1, body.tax-service.term-birthday .title-banner h1 {
	color: #dfc9a5 !important;
}
body.tax-service.term-funeral footer {
	background-image: radial-gradient(at top center, #333 0%, #151515 65%)
}
body.tax-service.term-wedding footer {
	background-image: radial-gradient(at bottom center, #aa03aa 0%, #500050 65%)
}
body.tax-service.term-birthday footer {
	background-image: radial-gradient(at top center, #ff72be 0%, #be0067 65%)
}

.hero .top-right {
	position: absolute;
	right: 0;
	top: 50px;
}
.hero .center-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hero .bottom-right {
	position: absolute;
	right: 0;
	bottom: 50px;
}

.services .section-title:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='82' height='33' viewBox='0 0 82 33' fill='none'%3E%3Cpath d='M56.837 21.071C52.063 36.122 30.6856 35.8932 26.2347 20.7436L25.2555 17.4106C22.4023 7.69928 13.7631 0.821852 3.65931 0.218513L1.42238e-06 -4.60728e-07L82 -7.6294e-06L79.497 0.162392C69.629 0.802629 61.1639 7.4298 58.1741 16.8557L56.837 21.071Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
	width: 82px;
	height: 32px;
	position: absolute;
	top: -2px;
	right: 50%;
	transform: translateX(50%);
}
.services .section-title:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M6.50008 1.54163V11.4583M6.50008 11.4583L11.4584 6.49996M6.50008 11.4583L1.54175 6.49996' stroke='rgb(1 6 48)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
	width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.subtitle:before {
	content: '';
	width: 5%;
	height: 2px;
	background: var(--bs-secondary);
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%)
}

.services {
	margin-bottom: 10rem;
	padding: 100px 0 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.services:before {
	content: '';
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	background: rgba(0,0,0,0.6);
}
.services-holder {
	margin-bottom: -10rem;
}
.services-carousel .owl-stage-outer {
	margin: -15px;
	padding: 15px;
}
.services-carousel .service-item {
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	background-color: transparent;
    background-image: radial-gradient(at top center, var(--bs-tertiary) 0%, var(--bs-primary) 65%);
}
.services-carousel .service-item:before {
	content: '';
	transition: all .3s ease-in-out;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
}
.services-carousel .service-item.service-wedding:before {
	background: url(images/wedding.jpg) no-repeat center center;
	background-size: cover
}
.services-carousel .service-item.service-funeral:before {
	background: url(images/funeral.jpg) no-repeat center center;
	background-size: cover
}
.services-carousel .service-item.service-birthday:before {
	background: url(images/birthday.webp) no-repeat center center;
	background-size: cover
}
.services-carousel .service-item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 2;
	top: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
}
.services-carousel .service-item:hover:after {
	opacity: 0.5;
}
.services-carousel .service-item a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.services-carousel .service-item:hover:before {
	opacity: 1;
}
.services-carousel .service-item:hover {
	border-color: transparent !important
}
.services-carousel .service-item:hover a {
	color: #fff !important;
}
.services-carousel .service-item:hover, .services-carousel .service-item:hover a {
	color: #fff;
}

.blogs {
	padding: 100px 0 50px;
	background-color: transparent;
    background-image: radial-gradient(at top center, #DAA520 0%, #855f18 65%);
}
.blogs .subtitle:before {
	background: #fff;
}
.blogs .shape, .blogs .shape svg {
	height: 125px;
}
.blogs .col-lg-5 .post-img img {
	height: 340px;
	object-fit: cover;
}
.blogs .col-lg-7 .post-img {
	width: 50%;
}

.faq-row .faq-question  {
	cursor: pointer;
}
.faq-row .faq-question:after  {
	content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5303 0.969669C11.2374 0.676776 10.7626 0.676777 10.4697 0.96967L6 5.43934L1.53033 0.96967C1.23744 0.676777 0.762563 0.676777 0.46967 0.96967C0.176777 1.26256 0.176777 1.73744 0.46967 2.03033L5.46967 7.03033C5.61032 7.17098 5.80109 7.25 6 7.25C6.19891 7.25 6.38968 7.17098 6.53033 7.03033L11.5303 2.03033C11.8232 1.73744 11.8232 1.26256 11.5303 0.969669Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
    height: 27px;
	transition: all .3s ease-in-out;
}
.faq-row.active .faq-question:after {
	transform: rotate(180deg);
}
.faq-row .faq-answer  {
	max-height: 0;
	transition: max-height 0.5s ease-in-out;
}
.faq-row.active .faq-answer  {
	max-height: 6rem;
}
.faq-row .faq-answer p  {
	margin: 0;
}


.customers-carousel img {
	width: auto !important;
	border: 3px solid var(--bs-secondary);
}

.breadcrumb {
	color: #fff
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb a:hover {
	color: var(--bs-secondary)
}

.top-slider, .packs-holder, .pack-page .pack-info, .blog-page .blogs-holder {
	margin-top: -13rem;
}
.single-post .post-content {
	margin-top: -10rem;
}
.service-excerpt p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}
.service-carousel img {
	max-height: 400px;
	object-fit: cover;
}
.plans-carousel .owl-stage {
	display: flex;
}
.plans-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
}
.plans-carousel .owl-dots button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #ddd;
	transition: all 0.3s ease-in-out;
}
.plans-carousel .owl-dots button.active {
	background: var(--bs-body-color);
	width: 40px;
}
.plan {
	background-color: transparent;
    background-image: radial-gradient(at top center, var(--bs-tertiary) 0%, var(--bs-primary) 65%);
}
body.tax-service.term-funeral .plan {
    background-image: radial-gradient(at top center, #333 0%, #151515 65%)
}
body.tax-service.term-wedding .plan {
    background-image: radial-gradient(at top center, #aa03aa 0%, #500050 65%)
}
body.tax-service.term-birthday .plan {
    background-image: radial-gradient(at top center, #ff72be 0%, #be0067 65%)
}
.plan.featured {
    background-image: radial-gradient(at top center, #DAA520 0%, #855f18 65%) !important;
}
.plan-features ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0.5rem;
	max-height: 500px;
	overflow-y: auto;
}
.plan-features ::-webkit-scrollbar {
    width: 1px;
	height: 1px
}
.plan-features ::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.3);
	border-radius: 5px;
}
.plan-features ::-webkit-scrollbar-thumb {
    background: #fff;
	border-radius: 5px;
}
.plan-features ul li {
	display: flex;
	column-gap: 0.5rem;
	font-size: 13px;
}
.plan-features ul li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg%3E%3Cpath d=' M23.5,3.8C23.8,4.1,24,4.6,24,5c0,0.5-0.2,0.9-0.5,1.3L10,19.8c-0.2,0.2-0.4,0.3-0.6,0.4c-0.2,0.1-0.5,0.1-0.7,0.1 c-0.3,0-0.5,0-0.7-0.1c-0.2-0.1-0.4-0.2-0.6-0.4l-6.7-6.7c-0.2-0.2-0.3-0.4-0.4-0.6C0,12.3,0,12.1,0,11.8c0-0.2,0-0.5,0.1-0.7 c0.1-0.2,0.2-0.4,0.4-0.6c0.2-0.2,0.4-0.3,0.6-0.4C1.3,10.1,1.6,10,1.8,10c0.2,0,0.5,0.1,0.7,0.1c0.2,0.1,0.4,0.2,0.6,0.4l5.5,5.5 L20.9,3.8c0.2-0.2,0.4-0.3,0.6-0.4c0.2-0.1,0.5-0.1,0.7-0.1c0.2,0,0.5,0,0.7,0.1C23.1,3.5,23.3,3.6,23.5,3.8z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	width: 13px;
    height: 13px;
    top: 2px;
    position: relative;
	flex-shrink: 0;
}
.plan-features ul li:not(:last-child) {
	margin-bottom: 0.25rem;
}

.quick-contact-holder {
	position: fixed;
	right: 0;
	top: -150%;
	width: 100%;
	z-index: 100;
	height: 100%;
    overflow-y: auto;
	transition: top 1.5s ease-in-out;
	background: rgba(0,0,0,0.9);
	backdrop-filter: blur(10px);
}
.quick-contact-holder.active {
	top: 0;
}
.close-btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: relative;
}
.close-quick-contact {
	position: absolute;
	left: 5rem;
	top: 5rem;
}
.close-btn:before, .close-btn:after {
	content: '';
	width: 24px;
	height: 3px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #666;
    border-radius: 10px;
}
.close-quick-contact:before, .close-quick-contact:after {
	width: 40px;
}
.close-btn:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.quick-contact-holder .inner-form .ff-default .ff-el-input--label label {
	color: #fff;
	font-size: 13px;
}
.quick-contact-holder .inner-form .ff-default .ff-el-form-control {
	border: none !important;
	background: rgba(255,255,255,0.1) !important;
}

.iti__flag-container {
	left: 0 !important;
	right: auto !important;
}
.fluentform .iti__selected-flag {
	border-radius: 5px 0 0 5px !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel] {
	direction: ltr !important;
	padding: 0 10px 0 60px !important;
}
.iti__country-list {
	left: 0;
	overflow-y: hidden !important;
}

.search-box {
	background: rgba(0,0,0,0.9);
	backdrop-filter: blur(10px);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translateY(-100%);
	transition: all .5s ease-in-out;
}
.search-box.active {
	transform: translateY(0);
}
.search-box .search-holder {
	margin-top: 10rem;
}
.search-box input {
	width: 100%;
    border: none !important;
    height: 60px !important;
    outline: 0;
	border-radius: 0 !important;
	background: rgba(255,255,255,0.1) !important;
	color: #fff !important;
}
.search-box #result-holder {
	background: rgba(255,255,255,0.1) !important;
	overflow-y: auto;
	max-height: 400px;
}
.search-box #result-holder img {
	width: 50px;
	border-radius: var(--bs-border-radius);
	background: #fff;
}

.gallery-carousel .owl-stage {
	display: flex;
}
.gallery-carousel img {
	height: 500px;
	object-fit: cover;
}
.gallery-thumbs.scrolled {
	overflow-y: auto;
	padding-left: 1rem;
}
.gallery-thumbnail {
	height: 140px;
	object-fit: cover;
	cursor: pointer;
	transition: all .3s ease-in-out;
	opacity: 0.5;
}
.gallery-thumbnail.active {
	opacity: 1;
}
.video-poster {
	cursor: pointer
}
#gallery img.single-pack-img {
	height: 650px;
}

.pack-title {
	display: flex;
	column-gap: 1rem;
	align-items: center;
}
.pack-title:after {
	content: '';
	height: 1px;
	background: #ddd;
	flex-grow: 1;
}

.pack-holder .pack-img img {
	height: 220px;
	object-fit: cover;
}

.related-packs .owl-stage {
	padding: 2px 0;
}
.related-packs .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	gap: 0.5rem;
}
.related-packs .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 10px;
	opacity: 0.5;
	background: var(--bs-primary);
	transition: all 0.3s ease-in-out;
}
.related-packs .owl-dots .owl-dot.active {
	width: 25px;
	height: 8px;
	opacity: 1
}

.form-holder {
	top: 1rem;
}
body.admin-bar .form-holder {
	top: calc(1rem + 32px);
}
.ff_submit_btn_wrapper {
	margin: 0 !important
}
.sticky-menu {
	top: 1rem;
	z-index: 10000;
}
body.admin-bar .sticky-menu {
	top: calc(1rem + 32px);
}

.post-holder img {
	height: 250px;
	object-fit: cover;
}
.post-content img.aligncenter {
	margin: 0 auto;
	display: block;
	border-radius: var(--bs-border-radius);
}
.post-content img {
	height: auto;
}

.comment-respond {
	padding: 2rem 0;
}
.comment-form {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.comment-form .comment-notes, .comment-form .comment-field {
	width: 100%;
}
.comment-form .comment-form-author, .comment-form .comment-form-phone, .comment-form .comment-form-email {
	width: calc(33.33% - 0.666rem);
}
.comment-form .form-submit {
	width: 100%;
	display: flex;
	justify-content: end;
}
.comment-form .form-submit button:hover {
	background: var(--bs-primary);
}
.comment-form-rating {
	width: 100%;
}
.comment-form-comment, .comment-form-comment textarea {
	width: 100%;
}
.comment-author {
	z-index: 100;
}
.comment-avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--bs-tertiary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -1rem;
}
.comment-holder {
	margin-right: 28px;
	margin-top: -7px;
	border: 1px solid var(--bs-tertiary);
	border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.comment-body .reply {
	position: absolute;
    bottom: -20px;
	right: 1rem;
}
.comment-body .reply a {
	background: var(--bs-secondary);
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0.5rem 1rem;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
}
.comment-body .reply a:hover {
	color: #fff;
	background: var(--bs-primary);
}
.comment-body .reply 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='M17.25 10.9921C15.129 11.6991 12.3009 8.87105 13.0079 6.75M13.8793 5.87857L9.30971 10.4482C7.3231 12.4348 5.91376 14.924 5.23236 17.6496L5.01156 18.5328C4.94276 18.808 5.19204 19.0572 5.46723 18.9884L6.35044 18.7676C9.07604 18.0862 11.5652 16.6769 13.5518 14.6903L18.1214 10.1207C18.684 9.55813 19 8.79516 19 7.99962C19 6.34297 17.657 5 16.0004 5C15.2048 5 14.4419 5.31603 13.8793 5.87857Z' stroke='%235E7F4D' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	height: 24px;
	transition: all 0.3s ease-in-out;
	filter: brightness(0) invert(1);
}
#comments-list ul.children {
	list-style: none;
    margin-right: 28px;
    padding: 0;
}

footer {
	padding: 5rem 0 3rem;
	background-color: transparent;
    background-image: radial-gradient(at bottom center, var(--bs-tertiary) 0%, var(--bs-primary) 65%);
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin-bottom: 0.5rem;
	font-weight: 300;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: var(--bs-secondary);
}
.fixed-contact {
	z-index: 10001;
}

.btn-instagram, .btn-whatsapp {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff !important;
}
.btn-instagram {
	background: #90169E !important;
}
.btn-instagram:before {
	content: url("data:image/svg+xml,%3Csvg id='bxl-instagram-alt' xmlns='http://www.w3.org/2000/svg' width='21.699' height='21.736' viewBox='0 0 21.699 21.736'%3E%3Cpath id='Path_1' data-name='Path 1' d='M26.125,10.886a7.868,7.868,0,0,0-.5-2.67,5.555,5.555,0,0,0-3.173-3.173,7.96,7.96,0,0,0-2.634-.506c-1.159-.052-1.526-.067-4.47-.067s-3.32,0-4.471.067a7.96,7.96,0,0,0-2.632.506A5.552,5.552,0,0,0,5.067,8.216a7.9,7.9,0,0,0-.5,2.632c-.052,1.16-.067,1.528-.067,4.47s0,3.319.067,4.47a7.943,7.943,0,0,0,.5,2.635A5.555,5.555,0,0,0,8.241,25.6a7.934,7.934,0,0,0,2.632.542c1.16.052,1.528.067,4.471.067s3.32,0,4.471-.067a7.941,7.941,0,0,0,2.634-.5,5.561,5.561,0,0,0,3.173-3.173,7.915,7.915,0,0,0,.5-2.635c.052-1.159.067-1.526.067-4.471s0-3.316-.07-4.47Zm-10.788,10a5.57,5.57,0,1,1,5.571-5.57,5.569,5.569,0,0,1-5.571,5.57Zm5.793-10.049a1.3,1.3,0,1,1,1.3-1.3A1.3,1.3,0,0,1,21.129,10.836Z' transform='translate(-4.495 -4.47)' fill='%23fff'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M20.723,17.082A3.619,3.619,0,1,1,17.1,13.463a3.619,3.619,0,0,1,3.619,3.619Z' transform='translate(-6.263 -6.239)' fill='%23fff'/%3E%3C/svg%3E%0A");
	margin-left: 1rem;
	height: 25px;
}
.btn-whatsapp {
	background: #3EB77A !important;
}
.btn-whatsapp:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.699' height='21.698' viewBox='0 0 21.699 21.698'%3E%3Cpath id='whatsapp' d='M11.527,20.342A10.082,10.082,0,0,1,6.59,19.071L0,21.7l2.627-6.59a10.082,10.082,0,0,1-1.271-4.937,9.914,9.914,0,0,1,.805-3.952A10.064,10.064,0,0,1,7.575.805a10.1,10.1,0,0,1,7.9,0,10.066,10.066,0,0,1,5.414,5.414,10.1,10.1,0,0,1,0,7.9,10.066,10.066,0,0,1-5.414,5.414A9.9,9.9,0,0,1,11.527,20.342Zm3.39-8.137H13.561l-.763.678a5.931,5.931,0,0,1-2.342-1.642A5.925,5.925,0,0,1,8.815,8.9l.678-.763V6.781a1.242,1.242,0,0,0-.254-.72,1.611,1.611,0,0,0-.562-.519q-.307-.159-.434-.032l-1,1A2.387,2.387,0,0,0,7,9.079a8.8,8.8,0,0,0,2.225,3.39,8.788,8.788,0,0,0,3.39,2.225,2.389,2.389,0,0,0,2.574-.243l1-1q.127-.127-.032-.435a1.611,1.611,0,0,0-.519-.562A1.242,1.242,0,0,0,14.917,12.205Z' fill='%23fff'/%3E%3C/svg%3E%0A");
	margin-left: 1rem;
	height: 25px;
}
.btn-instagram:hover, .btn-whatsapp:hover {
	opacity: 0.8;
}

@media (max-width: 1200px) {
	.quick-contact-holder {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.quick-contact-holder {
		width: 60%;
	}
	.gallery-thumbs.scrolled {
		overflow: hidden;
		padding: 0;
	}
	.gallery-thumbs > div {
		width: calc(20% - 0.8rem);
	}
	.gallery-thumbnail {
		height: 70px;
	}
	#gallery img {
		height: 450px;
	}
	#map {
		height: 400px !important;
	}
}

@media (max-width: 767px) {
	header .logo img {
		max-width: 65%;
	}
	body.mobile-menu-active {
		overflow-y: hidden;
	}
	.mobile-menu-header {
		border-bottom: 1px solid rgba(var(--bs-primary-rgb),0.2);
	}
	#close-main-menu {
		transform: rotate(45deg);
	}
	header .main-menu .main-menu-holder {
		position: fixed;
		right: -100%;
		width: 70%;
		height: 100%;
		z-index: 10000000000;
		overflow-y: auto;
		transition: all .3s ease-in-out;
		background: var(--bs-dark);
		padding: 1rem 0;
		top: 0;
	}
	.main-menu ul {
		text-align: right;
	}
	header .main-menu .main-menu-holder.menu-active {
		right: 0;
	}
	.main-menu ul.menu-l1 {
		width: 100%;
	}
	.main-menu ul.menu-l1 > li {
		display: block;
	}
	.main-menu ul.menu-l1 > li > a {
		padding: 10px 15px !important;
		display: flex;
		color: #fff;
	}
	.main-menu ul.menu-l1 > li > a.dropdown:after, .main-menu ul.menu-l2 > li > a.has-child:after {
		display: none;
	}
	.main-menu .menu-l2.dropdown-box li a {
		color: #fff;
	}
	.main-menu .menu-l2 > li:hover ul.menu-l3.dropdown-box {
		right: 0 !important;
	}
	.main-menu ul.menu-l1 > li > .dropdown {
		display: flex;
		justify-content: space-between;
	}
	.main-menu .menu-l2.dropdown-box li:hover {
		background: rgba(var(--bs-primary-rgb),0.05);
	}
	header .main-menu .menu-l2.dropdown-box, header .main-menu .menu-l3.dropdown-box {
		position: relative;
		opacity: 1 !important;
		right: unset !important;
		top: unset;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.3s ease-in-out;
		background: rgba(var(--bs-primary-rgb),0.08);
	}
	header .main-menu .menu-l2.dropdown-box.open, header .main-menu .menu-l3.dropdown-box.open {
		max-height: 100rem;
	}
	.main-menu ul.menu-l1 > li > a:before {
		display: none;
	}
	span.toggle-menu-item:before {
		content: url(images/icons/chevron-left.svg);
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		left: 15px;
		transition: all .3s ease-in-out;
		top: 10px;
		opacity: 0.7;
	}
	span.toggle-menu-item.open:before {
		transform: rotate(-90deg);
	}

	.shape, .shape svg {
		height: 40px;
	}

	.hero, .title-banner {
		padding: 7rem 0 5rem;
	}
	.hero .hero-title, .title-banner h1 {
		font-size: 1.95rem;
	}

	.services {
		padding: 40px 0;
	}

	.blogs {
		padding: 50px 0;
	}
	.blogs .shape, .blogs .shape svg {
		height: 50px;
	}
	.blogs .col-lg-7 .post-img {
		width: 100%;
	}

	.three-img-desc .position-relative {
		height: 600px !important;
	}

	.quick-contact-holder {
		width: 70%;
	}

	.sticky-menu {
		position: static !important;
	}

	.service-page .title-banner, .pack-page .title-banner {
		padding-bottom: 7rem;
	}
	.top-slider, .packs-holder, .pack-page .pack-info, .blog-page .blogs-holder {
		margin-top: -5rem;
	}
	.single-post .post-content {
		margin-top: -4rem;
	}

	.col-20 {
		width: 50%;
	}

	footer {
		padding: 4rem 0 2rem;
	}
}

@media (max-width: 575px) {
	.hero .top-right, .hero .center-left, .hero .bottom-right {
		display: none;
	}
	.quick-contact-holder {
		width: 100%;
	}
	.close-quick-contact {
		left: 2rem;
		top: 2rem;
	}
	.gallery-carousel img {
		height: 250px;
	}
	#gallery img {
		height: 350px;
	}
}