html{

	scroll-behavior: smooth;

}

*{

	margin: 0; padding: 0; box-sizing: border-box;font-family: 'Poppins', sans-serif;

}
	.pp {
   
    background-position: center;
    background-image: url(tractor.png);
    background-repeat: no-repeat;
    background-size: cover;

}
.header-button input:hover{

	color: #fff;

	background: #50d1c0;

	text-decoration: none;

	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);

}

.header-button input{

	border: 1px  solid #50d1c0;

	border-radius: 100px;

	margin: 0 5px;

	padding: 12px 35px;

	outline: none;

	color: #50d1c0;

	font-size: 1rem;

	line-height: 1.4;

	font-weight: 400;

	text-align: center;

	background-color: white;

}
.card{

	transition: 0.4s ease;

}
.card:hover{

	transform: translateY(-20px);

	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);

}
.tex {
    font-size: 1.2rem;
    font-weight: 400;
    font-family: ui-sans-serif;
}
.frm{

    border-radius: 10px !important;
    padding: 5px !important;

}

