*{padding: 0; margin:0; box-sizing: border-box; font-family: sans-serif;}
header{
	width: 100%;
	height: 100vh;
	background: linear-gradient(330deg,#ff7979 30%,white 50%);
	background-size:cover;
}
nav{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 100px;
}
.logo{
	font-size: 30px;
	color: #ff7979;
	letter-spacing: 5px;
	font-weight: bold;
}

.menu a{
	text-decoration: none;
	font-size: 20px;
	padding: 10px 20px;
	color: black;
}
.icon i{
	font-size: 25px;
	background: white;
	padding: 10px;
	margin:0px 15px;
	border-radius: 10px;
}
.container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.left{
	flex-basis: 33%;
	max-width: 300px;
	margin:30px 100px;
}
.center{
	max-width: 400px;
	flex-basis: 33%;
	cursor: pointer;

}
.center >div img{
	width: 100%;
}

.right{
	margin:auto;
	flex-basis: 33%;
}
.star i{
	padding: 5px;
	background: #ff7979;
	color: white;
	margin:0px 5px;
	border-radius: 50%;
}
.h-text{
	margin-top: 50px;
}
.h-text h1{
	font-size: 50px;
	color: #ff7979;
}
.h-text h2{
	font-size: 30px;
}
.h-text p{
	margin-top: 20px;
	color: grey;
}
.h-text button{
	margin-top: 50px;
	width: 100%;
	color: white;
	background: #ff7979;
	border-radius: 10px;
	border: none;
	outline: none;
	padding: 10px;
}
.h-text i{
	margin-left: 15px;
}
.f-icon{
	margin-top: 80px;
}
.f-icon i{
	font-size: 30px;
	padding: 5px;
	margin:0px 5px;
	border-radius: 10px;
}
.line{
	width: 100px;
	height: 2px;
	background: grey;
	display: inline-block;
}

.card1{
	margin:auto;
	margin-bottom:150px;
	cursor: pointer;
	max-width: 250px;
	background: white;
	padding: 10px;
	border-radius:10px;
	text-align: center;
	box-shadow: 2px 3px 5px grey;
}
.card1 img{
	width: 120px;
	margin-top: -50%;
}
.card1 p{
	margin-top: 10px;
}



.card2{
	margin:auto;
	cursor: pointer;
	max-width: 250px;
	background: white;
	padding: 10px;
	border-radius:10px;
	text-align: center;
	box-shadow: 2px 3px 5px grey;
}
.card2 img{
	width: 120px;
	margin-top: -50%;
}
.card2 p{
	margin-top: 10px;
}











































