/*
=========
  Fonts
=========
*/
@font-face {
    font-family: "YekanBakh Bold";
    src: url(../fonts/YekanBakh-Bold.woff) format("woff2");
}

@font-face {
    font-family: "YekanBakh Heavy";
    src: url(../fonts/YekanBakh-Heavy.woff) format("woff2");
}

@font-face {
    font-family: "YekanBakh Medium";
    src: url(../fonts/YekanBakh-Medium.woff) format("woff2");
}

@font-face {
    font-family: "YekanBakh Regular";
    src: url(../fonts/YekanBakh-Regular.woff) format("woff2");
}

@font-face {
    font-family: "Lato-Regular";
    src: url(../fonts/Lato-Regular.ttf) format("woff2");
}

/*
=============
  Reest Css
=============
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, button {
	font: inherit;
	border: none;
	outline: none;
}

/*
=============
  Styles Css
=============
*/

:root {
	--primery-color: #1D2939;
	--secondery-color: #A7A7A7;
	--border-color: #E5E5E5;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 10px;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
    font-family: "YekanBakh Medium", sans-serif;
	font-size: 1.6rem;
	background-color: #E5E9EC;
	color: var(--primery-color);
}

body::selection {
	background-color: var(--border-color);
	color: var(--primery-color);
}

a {
	text-decoration: none;
	color: inherit;
}

.form-container {
	max-width: 59.4rem;
	background-color: #FFFFFF;
	border-radius: 1.6rem;
	margin: 5rem auto;
	padding: 3rem 6rem 3.4rem;
}

.form-container__tiltle {
	font-family: "YekanBakh Heavy";
	font-size: 3.2rem;
	text-align: center;
}

.form-container__coption {
	font-size: 1.8rem;
	color: rgba(29, 41, 57, .5);
	margin: 1.6rem 0 7.5rem 0;
	text-align: center;
}

.form {
	margin: 3.2rem 0;
	text-align: right;
	display: flex;
	flex-direction: column;
	row-gap: 2.4rem;
}

.form__lbl {
	font-family: "YekanBakh Bold";
	font-size: 1.4rem;
	font-size: 1.2rem;
}

.form__lbl::after {
	content: "*";
	color: #c918a4;
}

.form__input {
	display: block;
	width: 100%;
	height: 5.5rem;
	padding: 0 1.6rem;
	margin-top: 1.6rem;
	border: 1px solid var(--border-color);
	border-radius: .4rem;
	font-size: 1.4rem;
	font-family: "YekanBakh Regular";
	background-color: #FFFFFF;
	color: var(--primery-color);
}

.form__input::placeholder {
	color: var(--secondery-color);
}

.form__input:focus {
	border-color: var(--primery-color);
}

.form__submit {
	border-radius: .4rem;
	background-color: var(--primery-color);
	color: #FFFFFF;
	padding: 1.4rem;
	cursor: pointer;
}

.form-container__lines {
	font-size: 1.8rem;
	color: var(--secondery-color);
	margin: 2.3rem 0 2.5rem 0;
	display: flex;
	align-items: center;
}

.form-container__lines-text {
	width: 8.4rem;
	flex-shrink: 0;
	text-align: center;
	margin: 0 2rem;
}

.form-container__line {
	width: 17.5rem;
	height: .1rem;
	background-color: var(--border-color);
}

.form-links {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 1.4rem;
}

.form-links__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	column-gap: .8rem;
	background-color: #FFFFFF;
	border: 1px solid var(--border-color);
	border-radius: .4rem;
	padding: 1.4rem 6.4rem;
	height: 5.2rem;
}

.form-links__text {
	font-family: "Lato-Regular";
}

.form-links__img {
	width: 2.4rem;
	height: 2.4rem;
}


/* Responsiv */

@media screen and (max-width: 576px){
	.form-container {
		margin: 10rem 1.6rem;
		padding: 2.4rem 2rem;
	}

	.form-container__tiltle {
		font-size: 2rem;
		margin-top: 2rem;
	} 

	.form-container__coption {
		font-size: 1.6rem;
		margin-bottom: 4.5rem;
	}

	.form-container__lins-text{
		margin: 0 1.6rem;
	}

	.form-links{
		flex-wrap: wrap;
		row-gap: 1.6rem;
	}

	.form-links__item{
		flex: auto;
		width: 100%;
	}

	.form__submit {
		cursor: default;
	}
}