/* Regular */
@font-face {
	font-family: 'Vazirmatn';
	src: url('../public/vazirmatn/Vazirmatn-Regular.woff2') format('woff2'), ;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Medium */
@font-face {
	font-family: 'Vazirmatn';
	src: url('../public/vazirmatn/Vazirmatn-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Bold */
@font-face {
	font-family: 'Vazirmatn';
	src: url('../public/vazirmatn/Vazirmatn-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* ExtraBold */
@font-face {
	font-family: 'Vazirmatn';
	src: url('../public/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
	font-family: 'Vazirmatn';
	text-align: right;
}


body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	min-height: max-content;
	background-color: #fff9ef;
}

ul {
	list-style-type: none;
	margin: 0;
	padding-inline-start: 0;

}

p {
	margin: 0;
	text-align: justify;
	font-weight: 400;
	font-size: 18px;
	line-height: 2.3rem;
}

button {
	border-radius: 6px !important;
	outline: none;
	background-color: white;
	font-weight: 600;
	border: unset;
	padding: 6px 20px;

}

button:focus,
button:active {
	outline: none !important;
	box-shadow: none !important;
}

:root {
	--color-primary: #f1b91b;
	--color-secondry: #fff
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 18px;
}

a{
	text-decoration: none !important;
	color: unset;
}

a:hover{
	color: unset;
}

@media (min-width:1800px) {
	.custom-container {
		max-width: 1350px;
	}

	.first-box img {
		max-height: 260px;
	}
}

@media (min-width:992px) and (max-width:1799px) {
	.custom-container {
		max-width: 1200px;
	}


}

@media(max-width:992px){
	p{
		font-size: 16px;
	}
}

.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guests-slider i {
	font-size: 24px;
}

.swiper-pagination-bullet-active {
	background-color: var(--color-primary);
}