@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: bold;
	src: url('assets/fonts/pelak/woff2/PelakFA-Bold.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: 100;
	src: url('assets/fonts/pelak/woff2/PelakFA-Thin.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: 300;
	src: url('assets/fonts/pelak/woff2/PelakFA-light.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: normal;
	src: url('assets/fonts/pelak/woff2/PelakFA-Regular.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: 500;
	src: url('assets/fonts/pelak/woff2/PelakFA-Medium.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: 800;
	src: url('assets/fonts/pelak/woff2/PelakFA-ExtraBold.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: 900;
	src: url('assets/fonts/pelak/woff2/PelakFA-Black.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family: pelak;
	font-style: normal;
	font-weight: 950;
	src: url('assets/fonts/pelak/woff2/PelakFA-SemiBold.woff2') format('woff2');
	font-display: swap;
}
*,::after,::before {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:root {
	--first-color: #9941CA;
	--whatsapp-color: #25D366;

	--main-radius: 16px;
}
html,body {
	height: 100%
}

body {
	background-color: #f6f6f6;
	line-height: 2;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-family: pelak;
	color: #000000;
	overflow-x: hidden;
	direction: rtl;
	text-align: right;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin-top: 0
}
a,button {
	color: inherit;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer
}
a,button,img,input,span {
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
:focus {
	outline: none !important
}
a, a:focus {
	outline: none;
	text-decoration: none
}
a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}
button,input[type="submit"] {
	cursor: pointer
}
.for-input-radio:hover {
	cursor: pointer;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}
.container {
	max-width: 800px;
	width: 800px;
	margin: -230px auto 0;
}
.container > .title {
	margin-bottom: 34px;
}
.header-img {
	background: var(--first-color);
}
.header-img img {
	width: 100%;
	height: 240px;
}
.img-rfp {
	width: 100%;
	margin: 0 auto;
	border-radius: var(--main-radius);
}
fieldset {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border: 0;
	display: none;
}
fieldset.step-start {
	display: flex;
}
.header-progressbar {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header-progressbar > p {
	width: 50%;
	font-size: 20px;
	color: #fff;
	font-weight: 900;
}
.header-progressbar > p:last-child {
	text-align: left;
}
ul#progressbar {
	width: 100%;
	display: flex;
	margin: 5px 0;
	gap: 4px;
}
ul#progressbar li::after {
	background: #ffffff29;
	height: 5px;
	content: '';
	display: inline-block;
	width: 76px;
}
ul#progressbar li.active::after {
	background: #fff;
}
.title {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	color: #fff;
}
.step-start .title {
	color: #000;
}
.step-start p {
	text-align: center;
}
.whatsapp-btn {
	background: var(--whatsapp-color);
	border-radius: var(--main-radius);
	gap: 6px;
	color: #fff;
	padding: 3px 7px;
}
.whatsapp-btn:hover {
	color: #fff;
}
.whatsapp-btn img {
	width: 24px;
	height: 24px;
}
.step-start .whatsapp-btn {
	display: flex;
	align-items: center;
}
button {
	background: var(--first-color);
	border: 0;
	border-radius: var(--main-radius);
	color: #fff;
	font-size: 16px;
	font-family: inherit;
	margin-bottom: 25px;
}
.step-start button {
	padding: 18px 145px;
}

.contact-for-me {
	display: flex;
	justify-content: space-between;
	padding: 10px 16px;
	background: #fff;
	border-radius: var(--main-radius);
}
.contact-for-me .whatsapp-btn {
	display: flex;
	align-items: center;
}
.step img {
	background: var(--first-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin: 20px 190px 0 auto;
}
.step label {
	font-weight: 700;
	font-size: 18px;
	margin: 0 190px 0 auto;
	width: 420px;
	text-align: justify;
}
input[type="text"] {
	direction: rtl;
	text-align: right;
	width: 425px;
	height: 45px;
	border-radius: var(--main-radius);
	border: 2px solid rgba(33, 29, 33, 0.12);
	padding: 0 15px;
	font-family: inherit;
}
input[type="email"]{
	direction: ltr;
	text-align: left;
	width: 425px;
	height: 45px;
	border-radius: var(--main-radius);
	border: 2px solid rgba(33, 29, 33, 0.12);
	padding: 0 15px;
	font-family: inherit;
}
input[type="phone"]{
	direction: ltr;
	text-align: left;
	width: 425px;
	height: 45px;
	border-radius: var(--main-radius);
	border: 2px solid rgba(33, 29, 33, 0.12);
	padding: 0 15px;
	font-family: inherit;
}
input[type="phone"]::placeholder,input[type="email"]::placeholder {
	direction: rtl;
	text-align: right;
}
textarea:focus,input[type="email"]:focus,input[type="phone"]:focus,input[type="text"]:focus {
	border-color: var(--first-color);
}
textarea {
	direction: rtl;
	text-align: right;
	resize: none;
	width: 430px;
	border: 2px solid rgba(33, 29, 33, 0.12);
	border-radius: var(--main-radius);
	height: 100px;
	padding: 10px;
	font-family: inherit;
	font-size: 13px;
}
.step button {
	margin: 0;
	width: 430px;
	height: 45px;
	background: #9941CA21;
	color: var(--first-color);
}
.step button:last-child {
	margin-bottom: 20px;
	background: var(--first-color);
	color: #fff;
}
.step.step-7 {
	gap: 8px;
}
.step.step-7 label.for-input {
	font-weight: normal;
}
.step-end .whatsapp-btn {
	display: flex;
	align-items: center;
	gap: 0;
}
.step-end img {
	background: unset;
	margin: 0;
}
img.check_loading {
	width: 150px !important;
	height: 150px !important;
	display: block;
	margin: 0 auto;
}
img.check_loading + p {
	width: 100%;
	text-align: center;
}
.step-start small {
	margin: 0 auto -10px;
}
small {
	margin: -10px 190px -10px auto;
	color: #999;
	font-size: 12px;
}
@media only screen and (max-width: 800px) {
	.container {
		max-width: 500px;
		width: 500px;
		margin: -180px auto 0;
	}
	ul#progressbar li::after {
		width: 46px;
	}
	.img-rfp {
		height: auto;
	}
	.contact-for-me {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 10px;
	}
	.step img {
		margin: 20px 40px 0 auto;
	}
	.step label{
		margin: 0 40px 0 auto;
	}
	.step small {
		margin: -10px 40px -10px auto;
	}
	.step-end .whatsapp-btn img {
		margin: 0;
	}
}
@media only screen and (max-width: 500px) {
	.header-progressbar p {
		font-size: 16px;
	}
	.header-img img {
		height: 180px;
	}
	.container > .title {
		margin-bottom: 26px;
	}
	.container {
		max-width: 360px;
		width: 360px;
		margin: -170px auto 0;
	}
	.step-start button {
		padding: unset;
		width: 350px;
		height: 65px;
	}
	ul#progressbar li::after {
		width: 32px;
	}
	.step img {
		margin: 10px 15px 0 auto;
	}
	.step label {
		width: 340px;
		margin: 0 15px 0 auto;
	}
	.step small {
		margin: -10px 15px -10px auto;
	}
	.step button {
		width: 340px;
	}
	input[type="text"], input[type="email"], input[type="number"], textarea {
		width: 340px;
	}
}
@media only screen and (max-width: 360px) {
	ul#progressbar {
		margin: 5px 2px 0 0;
	}
}