@font-face {
	font-family: 'peyda';
	src: url("../fonts/PeydaFaNum-Regular.ttf"), url("../fonts/PeydaFaNum-Regular.woff");
}


@font-face {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-style: normal;
}
:after {
	font-family: 'Font Awesome 5 Free';
}
:before {
	font-family: 'Font Awesome 5 Free';
}
i {
	font-style: unset !important;
}
::placeholder {
	color: #ccc !important;
	font-size: 14px !important;
}




a {
	text-decoration: none !important;
	text-shadow: none !important;
}
a:focus {
	box-shadow: none !important;
}
button:focus {
	box-shadow: none !important;
	background: inherit !important;
}
button:active {
	background: unset !important;
}
i {
	font-weight: bold;
}
.btn-primary:focus {
	background: unset !important;
}
ul {
	padding: 0px !important;
	margin: 0px !important;
}
ul li {
	list-style: none;
}

body,a,h1,h2,h3,h4,h5,h6,div,li,p,span,button {
	font-family: peyda !important;
	text-align: right;
	direction: rtl;
	color: #000334 !important;
}


.home-three .items {
	display: flex !important;
}
.home-three .items .item {
	padding: 15px;
}
.home-three .items .item img {
	border-radius: 15px;
}
.home-three .items .item h2 {
	font-size: 18px;
	margin-top: 15px;
	font-weight: bold;
}
.home-three .items .item .link a {
	font-size: 14px;
}
.home-three .items .item .link a:after {
	content: "\f104";
	font-family: fontawesome;
	margin-right: 5px;
	font-size: 12px;
	vertical-align: -1px;
}

.astroid-header-section, .astroid-sidebar-header {
	background: #fff0 !important;
	box-shadow: 0px 5px 30px -25px;
}
.astroid-nav .nav-title {
	font-size: 18px;
}
.astroid-nav-wraper {
	margin-bottom: -20px;
}




#dj-horizontalSwipe2m115 .dj-horizontal-slide:last-child {
	margin-right: unset !important;
}

.home-two .items {
	display: flex;
	justify-content: space-between;
}
.home-two .items .item {
	padding: 15px;
	position: relative;
	display: block;
}

.home-two .items .item .link {
	position: absolute;
	height: 30px;
	top: calc(50% - 15px);
	text-align: center;
	width: 200px;
	right: calc(50% - 100px);
}
.home-two .items .item img {
	border-radius: 15px;
}
.home-two .items .item .link a {
	color: #fff !important;
	background: #ffffff12;
	padding: 20px 25px;
	border-radius: 15px;
}
.home-two .items .item .link a:after {
	content: "\f104";
	font-family: fontawesome;
	margin-right: 15px;
	font-size: 12px;
	vertical-align: -1px;
}


.footersection {
	background: #f8f8f8;
	border-top: 1px solid #f2f2f2;
	padding: 30px 0;
	margin-top: 150px;
}
.footerbox .top .image {
	text-align: right;
}
.footerbox .top p {
	text-align: right;
}
.footerbox .center {
	display: flex;
	justify-content: flex-start;
	margin: 30px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.footerbox .center .item {
	width: 300px;
}
.footerbox .center h2 {
    color: #000000 !important;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.footerbox .center li {
	margin-bottom: 5px;
}
.footerbox .center li:before {
	/* content: "\f104"; */
	color: #ccc;
	font-family: fontawesome;
	font-size: 12px;
	margin-left: 5px;
	vertical-align: -1px;
}
.footerbox .bottom h3 {
	font-size: 16px;
}
.footerbox .bottom h4 {
	text-align: center;
	font-size: 14px;
}


.banner-section {
	padding: 0 !important;
}
.banner-section .container-fluid {
	padding: 0 !important;
}
.banner-section .container-fluid h1 {
	font-size: 40px !important;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	margin-bottom: 15px;
}
.banner-section .container-fluid h2 {
	font-size: 18px !important;
	text-align: center;
	color: #fff !important;
}




.service-icons {
	margin-top: 150px;
}
.service-icons h2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.service-icons .items {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.service-icons .items .item .image {
	text-align: center;
	margin-bottom: 10px;
}

.home-blog {
	margin-top: 150px;
}
.home-blog h2 {
	margin: 50px 0;
	text-align: center;
}
.home-blog .items {
	display: flex;
	justify-content: space-between;
}
.home-blog .item img {
	border-radius: 15px;
}
.home-blog .item .desc {
	font-size: 18px;
	margin-top: 15px;
	color: #888 !important;
}









.offcanvas {
	height: 90% !important;
	width: 500px;
	display: block;
	margin-right: calc(50% - 250px);
	border-radius: 25px 25px 0 0;;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /box-shadow: inset 0 0 5px grey; 
  background: #ccc;
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #444; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.menu-detail p {
	text-align: center !important;
	font-size: 16px;
}
.menu-detail h2 {
	text-align: center !important;
	margin: 20px 0;
	font-weight: bold;
	font-size: 28px;
	text-shadow: -2px 2px 2px #ccc;
}
.menu-detail .image {
	text-align: center;
}
.menu-detail .image img {
	border-radius: 15px;
	width: 130px;
	margin-top: 20px;
}
.menu-detail p.notify {
	/background: #f2f2f2;
	width: fit-content;
	margin: 0 auto 10px;
	/padding: 5px 10px;
	font-size: 13px;
	color: #ff1654 !important;
	border-radius: 5px;
}
.menu-detail p.notify:before {
	content: "\f06a";
	font-size: 18px;
	vertical-align: -2px;
	font-family: fontawesome;
	margin-left: 5px;
}


.itemid-101 .astroid-header-section {
	display: none;
}




#h-61f4106885a89c2382942 .container-fluid {
	padding: 0 !important;
}
.itemid-101 .astroid-component-section {
	display: none !important;
}
.hometop {
	display: relative;
	height: 100vh;
}
.hometop .desktopbg img {
	height: 100vh;
}
.hometop .mobilebg img {
	height: 100vh;
}
.hometop .desc {
	position: absolute;
	top: calc(50% - 200px);
	right: calc(50% - 182px);
	height: 230px;
	width: 365px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hometop .links {
	position: absolute;
	bottom: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.hometop .links a {
	background: #ffffff2e;
	font-size: 20px;
	padding: 25px;
	margin: 5px;
	color: #fff !important;
	border-radius: 15px;
}
.hometop .desc .logo {
	margin-bottom: 20px;
}
.hometop .desc h1.persian {
	color: #ffc107 !important;
	font-weight: bold;
	margin-bottom: 20px;
}
.hometop .desc h1 {
	color: #fff !important;
	font-size: 50px !important;
}
.hometop .desc h2 {
	color: #fff !important;
	font-size: 50px !important;
	font-weight: bold;
}

.hometop .mobilebg {
	display: none;
}

@media screen and (max-width: 600px) {
	.footerbox .top .image {
	    text-align: center;
	}
	.hometop .desc h1 {
		font-size: 40px !important;
	}
	.hometop .links {
		bottom: 150px;
	}
	.hometop .links a {
		padding: 10px;
		font-size: 18px !important;
	}
	.hometop .desc {
		top: calc(50% - 140px);
	}
	.hometop .mobilebg {
		display: unset;
	}
	.hometop .desktopbg {
		display: none;
	}
	.footerbox .center .item {
	width: 100% !important;
}
	.home-three .items {
		display: flex;
		flex-direction: column;
	}
	.home-two .items {
		display: flex;
		flex-direction: column;
	}
	.service-icons .items {
		display: inline-block;
	}
	.service-icons .items .item {
		float: right;
		width: 25%;
		margin-bottom: 20px;
	}
	.service-icons .items .item .title {
		font-size: 12px;
		text-align: center;
	}
	.home-blog .items {
		flex-direction: column;
	}
	.home-blog .items .item {
		margin-bottom: 30px;
	}
	.footerbox .center {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding-right: 29px;
	}
	.footerbox .center .item {
		width: 50% !important;
		float: right;
		margin-bottom: 30px;
	}
	.footerbox .center .item h2 {
		font-weight: bold;
	}
}


.menu-price .image {
	text-align: center;
	margin-bottom: 10px;
	margin-top: -20px;
}
.menu-price .title {
	width: 370px;
	margin: auto;
	text-align: center;
	font-size: 17px;
	/font-weight: bold;
	line-height: 35px;
}
.menu-price .title  a {
	display: block;
	clear: both;
	text-align: center;
	background: #d9b1ee70;
	width: fit-content;
	margin: 10px auto;
	padding: 5px 15px;
	color: #834fa0 !important;
	letter-spacing: 3px;
	border-radius: 10px;
	font-weight: normal;
	box-shadow: 0px 5px 15px -10px #b284cabf;
}
.menu-price .title a:before {
	content: "\f095";
	font-family: fontawesome;
	font-size: 16px;
	margin-right: 5px;
}

.priceform {
	margin-top: 20px;
}
.priceform .formControls input {
	width: 200px;
	height: 40px !important;
	/margin-bottom: 15px !important;
	border: 1px solid #999 !important;
	border-radius: 7px;
	padding: 5px;
	font-size: 16px !important;
	margin: auto;
}
.priceform .formResponsive .formHorizontal .formControls {
	text-align: center;
	width: 100% !important;
	height: 40px;
	margin: auto !important;
	display: flex !important;
	justify-content: center;
	margin-bottom: 10px !important;
}
.priceform .formBody {
	text-align: center;
}
.priceform .rsform-block.rsform-block-submit {
	text-align: center !important;
	display: flex;
	/width: 100% !important;
}
.priceform .form-group label {
	display: none !important;
}
.priceform .formControls.col-sm-9 {
	width: 100%;
	text-align: center;
}
.priceform label {
	/* display: none !important; */
}

.priceform .formControls.col-sm-9 button {
	background: #c18fdb !important;
	border: none;
	color: #fff !important;
	padding: 10px 35px !important;
	margin: auto !important;
	width: 100px !important;
	border-radius: 15px;
}
.priceform .formRed {
	display: none;
}
.priceform > div .formValidation {
	margin-top: 15px !important;
	background: red;
	width: 100px !important;
}

.offcanvas-backdrop.show {
    opacity: 0.8 !important;
}


.rsfp_thankyou_popup_inner {
	border-radius: 15px;
}
.rsfp_thankyou_popup_inner .rsfp_thankou_popup_close_btn {
	display: none;
}
.rsfp_thankyou_popup_inner p {
	text-align: center;
}
.rsfp_thankyou_popup_inner p:first-child:before {
	content: "\f05d";
	display: block;
	font-family: fontawesome;
	font-weight: bold !important;
	font-size: 40px !important;
	color: #28a745;
	margin-bottom: 10px;
}

.menu-list button.btn-primary {
	background: #eee !important;
	border: none !important;
	color: #623333 !important;
	border-radius: 15px;
	width: 120px;
	font-size: 13px !important;
	padding: 14px 0;
}
ul.nav button.nav-link {
	background: #c18fdb !important;
	border-radius: 55px;
	color: #fff !important;
	margin: 0 0 5px 5px;
	padding: 15px;
}
ul.nav button.nav-link.active {
	background: #834fa0 !important;
}







