@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body{
	background: black !important;
	color: white;
	font-family: 'Ubuntu', sans-serif !important;
}
.sec1{
	padding-top: 70px;
	color: white;
}
.sec1 h2{
	margin: 10px 0 0;
	font-family: 'Playfair Display', serif !important;
	color: white;
	font-size: 50px;
	position: relative;
}
.sec1 h2::before{
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: linear-gradient(to right ,#e67a87,transparent);
}
.sec1 h5{
	font-size: 25px;
	font-weight: 300;
}
.sec1 h3{
	margin: 30px 0;
	font-size: 44px;
	font-weight: 300;
}
.sec1 .fa{
	margin-right: 20px;
	color: #e67a87;
} 
.sec1 a{
	color: white;
	transition: .7s;
}
.sec1 a:hover{
	color: #e67a87;
	text-decoration: none;
}