*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
.con{
	width: 100%;
	height: 215vh;
    padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
	
	}
.navbar{
	height: 12%;
	display: flex;
	align-items: center;
	color: white;
}
.logo{
	width: 60px;
	cursor: pointer;
	border-radius: 10px;
}
.micon{
	width: 30px;
	cursor: pointer;
	margin-left: 30px;
	border-radius: 5px;
	
	
}
nav{
	flex: 1;
	text-align:left;
}
nav ul li{
	list-style: none;
	display: inline-block;
	margin-left: 40px;
}
nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 26px;
}
.col{
	flex-basis: 50%;
}
.row{
	display: flex;
	height: 88%;
	align-items: left;
}
h3{
	font-size: 26px;
	color:#fff;
}
h2{
	font-size: 37px;
	color:#fff;
}

p{
	font-size: 20px;
	color: #fff;
	line-height: 29px;
}
button {
	width: 180px;
	color: #000;
	font-size: 16px;
	padding: 12px 0;
	background: #fff;
	border: 0;
	border-radius: 20px;
	outline: none;
	margin-top: 15px;
}
button:hover {
	width: 180px;
	color: #000;
	font-size: 16px;
	padding: 12px 0;
	background:#249282;
	border: 0;
	border-radius: 20px;
	outline: none;
	margin-top: 15px;
}
a{
	text-decoration: none;
}
.card{
	width: 200px;
	height: 230px;
	display: inline-block;
	border-radius: 10px;
	padding: 15px 25px;
	box-sizing: border-box;
	cursor: pointer;
	margin: 10px 15px;
	background-image: url("b.jfif");
	background-position: center;
	background-size: cover;
	transition: transform 0.5s;
}
.card1{
	background-image:url("b1.jpg");
}
.card2{
	background-image:url("b2.png");
}
.card3{
	background-image:url("b3.jpg");
}
.card:hover{
	transform: translateY(-10px);
}
