@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Roboto", sans-serif;
}
* {
	padding: 0px;
	margin: 0px;
}
.sky {
	height: 100vh;
	width: 100%;
	background-image: url(../images/gNXpUHL.jpeg);
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.highway {
	height: 200px;
	width: 1000%;
	display: block;
	background-image: url(../images/bVXQ8P5.jpg);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-repeat: repeat;
	animation: highway 5s linear infinite;
}
 @keyframes highway {
 100% {
 transform: translateX(-3000px);
}
}
.city {
	height: 250px;
	width: 500%;
	background-image: url(../images/Q6bTT2k.png);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 200px;
	display: block;
	z-index: 1;
	background-repeat: repeat;
	animation: city 20s linear infinite;
}
 @keyframes city {
 100% {
 transform: translateX(-1500px);
}
}
.car {
	width: 400px;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	position: absolute;
	z-index: 2;
}
.car img {
	width: 100%;
	animation: car 1s linear infinite;
}
 @keyframes car {
 0% {
 transform: translateY(-4px);
}
 50% {
 transform: translateY(0px);
}
 100% {
 transform: translateY(-4px);
}
}
.wheel {
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 17px;
	z-index: 5;
}
.wheel img {
	width: 66px;
	height: 66px;
	animation: wheel 1s linear infinite;
}
 @keyframes wheel {
 100% {
 transform: rotate(360deg);
}
}
.frontwheel {
	position: absolute;
	left: 165px;
}
.backwheel {
	position: absolute;
	left: -140px;
}
.container {
	display: flex;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 444
}
.container > span {
	animation: shake 0.5s infinite;
	font-size: 2.6rem;
	color: black;
	text-shadow: 0px 3px 5px #fff;
	font-weight: bold;
	text-align: center;
}
 @keyframes shake {
 0% {
 transform: translate(1px, -2px) rotate(-1deg);
}
 10% {
 transform: translate(-1px, 2px) rotate(-1deg);
}
 20% {
 transform: translate(1px, 2px) rotate(0deg);
}
 30% {
 transform: translate(3px, 2px) rotate(0deg);
}
 40% {
 transform: translate(1px, -1px) rotate(1deg);
}
 50% {
 transform: translate(-1px, -2px) rotate(-1deg);
}
 60% {
 transform: translate(-3px, 1px) rotate(0deg);
}
 70% {
 transform: translate(3px, 1px) rotate(-1deg);
}
 80% {
 transform: translate(-1px, -1px) rotate(1deg);
}
 90% {
 transform: translate(-3px, 0px) rotate(1deg);
}
 100% {
 transform: translate(1px, 1px) rotate(0deg);
}
}
 @media screen and (max-width: 768px) {
.container > span {
	bottom: 210px !important;
	left: 25%;
}
}
 @media screen and (min-device-width: 480px) and (max-device-width: 768px) {
.container {
	top: 23% !important;
}
.container > span {
	font-size: 2rem !important;
	line-height: 30px !important;
}
.container > span {
	font-size: 1.5rem !important;
	text-align: center;
	line-height: 28px !important;
}
body .car .aa {
	bottom: -40px !important;
	left: 25% !important;
	top: inherit
}
.head1 {
	top: 0% !important;
	font-size: 26px;
}
.container > span {
	font-size: 1.6rem !important;
}
.para1 {
	font-size: 14px !important;
	left: 8%;
	right: 8%;
}
body .aa {
	bottom: -40px !important;
	left: 32%;
}
.para1 {
	bottom: 10px !important;
	font-size: 14px !important;
}
}
 @media screen and (max-width: 480px) {
.container {
	top: 25% !important;
}
.head1 {
	font-size: 23px !important;
}
.para1 {
	left: 8% !important;
	right: 8% !important;
	font-size: 14px !important;
	padding: 10px 5px !important;
}
body .aa {
	left: 16% !important;
	bottom: 180px !important;
	border: 1px solid #fff;
}
body {
	height: 100vh;
	overflow-y: hidden;
}
.wheel {
	left: 61%;
	transform: translateX(-50%);
	position: absolute;
	 
}
.wheel img {
	width: 48px;
	height: 48px;
	animation: wheel 1s linear infinite;
}
.frontwheel {
	position: absolute;
	left: 91px;
}
.backwheel {
	position: absolute;
	left: -139px;
}
.car {
	width: 300px;
	left: 50%;
	bottom: 65px;
	transform: translateX(-50%);
	position: absolute;
}
.container > span {
	 font-size: 1.4rem;
     line-height: 22px;
}
#exhaust {
	position: absolute;
	bottom: 50px !important;
	z-index: 2;
	left: -5% !important;
}
}
.car img {
	position: relative;
	z-index: 3
}
#exhaust {
	position: absolute;
	bottom: 58px;
	z-index: 2
}
.smoke {
	position: absolute;
	bottom: 0;
	width: 15px;
	height: 15px;
	background: rgba(200, 200, 200, 0.6);
	border-radius: 50%;
	animation: puff 2s ease-out forwards;
}
 @keyframes puff {
 0% {
 transform: translate(0, 0) scale(0.5);
 opacity: 0.7;
}
 100% {
 transform: translate(-40px, -30px) scale(2.5);
 opacity: 0;
}
}
.car {
	text-align: center;
}
.aa {
	position: absolute;
	padding: 10px 30px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
	color: #fff;
	text-decoration: none;
	letter-spacing: 0px;
	font: 700 20px Arial, Helvetica, sans-serif;
	background: #db0e0e;
	overflow: hidden;
	bottom: 180px !important;
	left: 22%;
	border: 1px solid #fff;
}
.head1 {
	position: absolute;
	top: 10%;
	z-index: 55;
	text-align: center;
	font-size: 36px;
	width: 100%;
	color: #f11b1b;
}
.para1 {
	position: absolute;
	bottom: 54%;
	z-index: 55;
	text-align: center;
	 
	left: 22%;
	right: 20%;
	color: #fff;
	font-size: 19px;
	background: #000;
	padding: 7px 5px;
	border-radius: 8px;
}
