/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* is code Me */
@import url('./font.css');



body {
    background-color: #F8B4C7;
	height: 100vh;
	margin: 0 auto;
}

.h1T {
    font-family: 'vazirmatn', sans-serif, Times, serif;
    font-weight: 300;
    font-size: small;
	padding: .1rem;
	margin : .1rem;
}

.headerT{
    display: flex;
	align-items: center;
}


.imgT{
	padding: .1rem;
	margin : .1rem;
	width: 3rem;
	height: 3rem;
}

.containerT {
    width: 100%;
	height: 100vh;

	/* background: linear-gradient(#e66465, #9198e5);; */
	background-color: #F8B4C7;
}



.mainConT{
	height: 100%;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin: auto;
}

.h2T{
	margin: 0;
	padding: .2rem;
	font-family: 'vazirmatn', sans-serif, Times, serif;
	font-weight: 500;
    font-size: small;
	line-height: 1.5;
}



.aT{
	text-decoration: none;
	margin: .2rem;
	padding: .2rem;
	font-family: 'vazirmatn', sans-serif, Times, serif;
    font-weight: 400;
    font-size: medium;
	line-height: 2.7;
	color : #9e00ef;

}
.aT:hover {
	text-decoration: underline coral ;
	
}



.foneCon{
	margin: 4rem 4rem 0rem;
	padding-bottom: 1rem;
	width: 100%;
    display: flex;
    justify-content: center;

}

.telT{
	text-decoration: none;
	color: darkred;
	font-family: 'vazirmatn', sans-serif, Times, serif;
    font-weight: 400;
	
}

.telT:hover {
	text-decoration: underline cadetblue ;
	
}


audio {
	margin: 2rem;
	padding: 1rem;
}

.footerT{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: end;
	line-height: 1.5;

}


.sectionT{
	display: flex;
	justify-content: center;
	align-items: center;
}


.btnT{
    align-items: center;
	margin: 0;
	padding: .2rem;
	font-family: 'vazirmatn', sans-serif, Times, serif;
	font-weight: 500;
    font-size: small;
	line-height: 1.5;
	background-color: teal;
	width: 6rem;
	height: 2.7rem;
	border : none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon{
	padding: 0 0.3rem;
}

.btn1T{
	border-radius: 0px 20px 20px 0px ;
	margin-left: 0.1rem;
}

.btn2T{
	margin-right: 0.1rem;
	border-radius: 20px 0px 0px 20px ;
}

.abtnT{
	text-decoration: none;
}

@media (max-width: 390px) {
	.containerT {
		width: 100vw;
		
	}
}


@media (min-width: 768px) {
	.h2T{
		font-weight: 500;
		font-size: x-large;
	}
	.containerT {
		height: 100vh;
	}
	.foneCon{
		margin: 4rem 4rem 0;
		padding-bottom: 0rem;
	}
	audio {
		margin: 0rem;
		padding: 0rem;
	}
	.imgT{
		padding: 1rem;
		padding-left: .3rem;
		margin : 1rem;
		margin-left: .3rem;
		width: 6rem;
		height: 6rem;
	}	
	.aT {
		line-height: 3.5;
		font-weight: 500;
		font-size: x-large;
	}
	.h1T {
		font-family: 'vazirmatn', sans-serif, Times, serif;
		font-weight: 400;
		font-size: larger;
		padding: .5rem;
		padding-right: .3rem;
		margin : .5rem;
		margin-right: .3rem;
	}	

}



