 body{
	padding:0px;
	font-family:sans-serif;
}
h1{
	font-size:45px;
	font-weight:bold;
	color:#000;
}
.bg-banner{
	background-image: linear-gradient(to top, #0559a2 0%, #fff 76%);
	padding: 50px 0px;
}
.top-logo{
  width: 100%;
  max-width: 100px;
}
.bg-cars{
  height: 80px;
  background: #fff;
  border-bottom: 1px solid rgba(221,229,235,.5);
}
.top-side-img{
	width:100%;
  height: 600px;
  object-fit: cover;
  border-radius: 40px;
}
.btn-book{
	background-color: #f29223;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 3px;
  text-transform: uppercase;
}
.btn-bootn{
	margin-top:60px;
}
.right-text{
	padding-top:100px;
}
.relative{
	position:relative;
}
.btn-box-top{
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 17px;
  border: 3px solid #f29223;
}

