html{
	scroll-behavior: smooth;
}

.menu4 {
	background: black;
	height: 50px;
	text-align: right;
	margin-bottom: 0px;
}
.menu4 img {
	height: 50px;
	width: 50px;
}
.menu4 ul {
	display: inline-block;
	}
.menu4 li {
	display: inline-block;
	
}
.menu4 a {

	color:#fff ;
	margin: 10px;
	text-decoration: none;

}
.menu4 a:hover{
	color: darkred;
}
.active a{
	color: darkred;
}
.banner {
	background: url("image/bg1.jfif");
	background-size: cover;
	height: 300;
	text-align: center;
	margin-top: 0px;
	position: relative;
	top: -30px;
}
.banner h1 {
	color: #fff;
	font-size: 44;
	padding-top: 34px;
}
.banner p {
	padding: 0px 90px ;
	color: #fff;
}
.banner button{
	color: #fff;
	background:deeppink ;
	border: 0px;
	height: 20px;
	width: 150px;
}
.about  div
{
		text-align:left;
		width:44%;
		display:inline-block;
		margin:0px;
		padding:0px;		
}
.about img {
	height: 220px;
	width: 400px;
	margin-top: 20px;
}

.menu {
	height: 300px;
	background: #fff;
	text-align: center;
	width: 100%;
}
.menu div{
		text-align:center;
		width:28%;
		display:inline-block;
		margin:5px;
		padding:8px;

}
.menu div div{
	display: inline-block;
}
.menu div img{
	height: 200px;
	width: 200px;
}
.menu  button{
	color: #fff;
	background:deeppink ;
	border: 0px;
	height: 20px;
	width: 150px;
}
.ourki{
	height: 300px;
	text-align: center;
	padding-top: 400px;

}
.ourki div{
	display: inline-block;
	margin: 20px;
	padding: 10px;
}
.ourki img{
	height: 200px;
	width: 160px;
}
.topre{
	background: url(image/rew.jfif);
	background-size: cover;
	margin-top: 80px;
	text-align: center;
	height: 530px;
	display: inline-block;
}
.topre div{
	display: inline-block;
	width: 30%;
	margin: 30px;
	padding: 20px;
	background: #fff;
}
.topre img{
	height: 90px;
	width: 90px;
	border-radius: 50%;
}
.topre div p{
	text-align: left;
}
.contact {
	height: 300px;
	text-align: center;
	width: 100%;
	
}
.contact div{
	display: inline-block;
	width: 48%;
}
.contact img{
	height: 400px;
	width: 600px;
}
.contact form input {
	width: 400px;
	height: 40px;
	margin: 20px;
	padding: 10px;
}
.contact .btn{
	width: 70px;
	background: deeppink;
	color: #fff;
}
.foot {
	height:40px;
	margin-top: 180px;
	text-align: center;
	font-size: 21;

}
span {
	color: deeppink;
}