@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}


/* Header */
.header-section {
	background: url(../images/header-bg.png) no-repeat bottom #ffffffa1;
	background-size: 100% auto;
	position: sticky;
	top: 0;
	z-index: 1030;
	backdrop-filter: blur(8px);
}

.top-header {
	padding: 10px 0;
}

.top-header i {
	color: #007841;
	margin: 0 5px;
}

.head-inner {
	padding: 0;
	margin: 0;
}

.head-inner a {
	color: #222;
	font-weight: 400;
}

.head-inner a:hover {
	color: #222;
}

.head-inner li {
	display: inline-block;
	padding: 8px 15px !important;
	color: #222;
}

.top-header-list li {
	display: inline-block;
	padding: 8px 12px;
	color: #fff;
}

.header-login {
	border: 1px solid #007841;
	color: #fff;
	border-radius: 7px;
}

.header-login a {
	color: #222;
}

/*  Bottom-Header  */
.bottom-header {
	padding: 10px 0;
}

.bottom-header .navbar-logo {
	position: absolute;
	top: -30px;
	left: 30px;
}

.bottom-header .bottom-header-list {
	padding: 0;
	margin-left: auto;
}

.bottom-header-list li {
	list-style-type: none;
	padding: 6px 30px;
}

.bottom-header-list li a {
	text-decoration: none;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	text-transform: capitalize;
}

.bottom-header-list li.active a,
.bottom-header-list li a:hover,
.bottom-header-list i {
	color: #f9cf00;
}

/* slider-panel */
.slider-panel {
	padding: 60px 0;
	background: url(../images/slider-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.slider-header h1 {
	font-size: 3.5rem;
	font-weight: 400;
}

.slider-box {
	position: absolute;
	top: 23px;
	right: 0;
}

.book-header {
	margin-top: 70px;
}

.slider-route h6 {
	margin: 0;
}

.slider-highlight {
	color: transparent;
	-webkit-text-stroke: 1px #007841;
	font-weight: 700;
}

/* Form-Panel */
.booking-section {
	padding: 40px 0 0;
}

.book-form {
	background: #fff;
	padding: 8px;
	border-radius: 50px;
}

.book-form .book-control {
	background-color: #fff !important;
	width: 100%;
	min-height: 50px !important;
	font-size: 15px;
	border: none !important;
	border-bottom: 1px solid #d8d8d8 !important;
	border-radius: 0;
	margin: 5px;
	position: relative;
}

.book-form .book-control:focus {
	box-shadow: none;
}

.book-form .book-button {
	background: #ef0000;
	color: #fff;
	height: 70px;
	display: inline-block;
	font-size: 18px;
	border-radius: 4px;
	font-weight: 700;
	border-radius: 50px;
}

.slider-route h5 {
	margin: 0;
}

.slider-route {
	background: linear-gradient(90deg, rgba(0, 120, 65, 1) 8.5%, rgba(249, 207, 0, 1) 8.5%);
	padding: 10px;
	position: relative;
	top: 1.5rem;
}

.slider-truck {
	position: absolute;
	right: 150px;
	top: -112px;
}

.slider-branches {
	padding: 10px;
}

.slider-routes {
	padding: 10px;
}

.slider-subtitle {
	color: #fae901;
}

/* title-section */

.section-title {
	font-weight: 700;
	color: #007841;
}

.section-text {
	color: #6c6d6d;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.7;
	text-align: justify;
}

/* service-section */
.service-section {
	padding: 50px 0;
}

.service-section h1,
.feature-section h1 {
	font-size: 3.6rem;
	font-weight: 700;
}

.service-card {
	box-shadow: 0px 0px 10px 1px #ccc;
	padding: 15px;
	border-radius: 10px;
	margin: 20px 0;
	transition: .3s;
}

.service-card:hover {
	background: #007841;
	color: #fff;
	transition: 1s;
}

.service-card:hover p {
	transition: 1s;
	color: #fff;
}

.service-card p {
	margin: 0;
}

.service-icon,
.service-title {
	display: inline-block;
}

/* facility-section */
.facility-section {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.facility-section::before {
	content: "";
	position: absolute;
	background: #007841;
	width: 11%;
	height: 81%;
	left: 0;
	top: 0;
}

.facility-section::after {
	content: "";
	position: absolute;
	background: #007841;
	width: 87%;
	height: 15%;
	left: 0;
	top: -48px;
	z-index: -1;
	transition: .5s;
}

.facility-section:hover::after {
	width: 100%;
	transition: 1s;
}

.counters {
	display: inline-block;
	padding-bottom: 20px;
}

.counter-text {
	position: relative;
	background: #fff;
	border: 2px solid #ccc;
	text-align: center;
	border-radius: 15px;
	padding: 30px;
}

.counter-text h6 {
	color: #009dd1;
	-webkit-text-stroke: 1px #009dd1;
	font-size: 2rem;
	font-weight: bold;
	-webkit-text-fill-color: white;
	position: relative;
}

.counter-text h6::after {
	content: '+';
	position: absolute;
	color: #009dd1;
}

.counter-text p {
	margin: 0;
	color: #8e8e8e;
	font-weight: 500;
}

/* about-section */
.about-section {
	padding: 0 50px;
}

.about-list p {
	margin: 0;
	font-size: 16px;
	box-shadow: 0px 0px 10px 1px #ccc;
	font-weight: 500;
	position: relative;
	margin: 10px 0;
	padding: 20px;
	overflow: hidden;
	z-index: 1;
}

.about-list p::after {
	position: absolute;
	background: #007841;
	content: "";
	width: 120%;
	transform: rotate(125deg);
	left: 206px;
	height: 70%;
	top: 0;
	transition: .2s;
	z-index: -1;
}

.about-list p:hover::after {
	transform: rotate(0);
	left: 0;
	height: 100%;
	transition: .4s;
}

.about-list p:hover {
	color: #fff;
}

/* feature-section */
.feature-section {
	padding: 50px 0;
}

.feature-content {
	background: url(../images/feature-bg.png) no-repeat #007841;
	padding: 50px 20px;
	background-size: 100% auto;
}

.feature-img {
	background: url(../images/feature-image.png) no-repeat;
	background-size: 100% auto;
	padding: 30px 12px;
	color: #fff;
}

.feature-title {
	color: #fff;
	font-weight: 300;
	margin: 15px 0;
}

.feature-slider .slick-slide img {
	display: inline-block;
}

.feature-inner {
	text-align: center;
}

/* route-section */
.route-section {
	padding: 100px 0 60px;
	background: url(../images/route-bg.png) no-repeat right;
	position: relative;
	top: -6rem;
	z-index: -1;
}

.route-list p {
	font-weight: 500;
	font-size: 15px
}

/* divider-section */
.divider-section {
	padding: 0px 0 40px;
	background: url(../images/divider-bg1.png) no-repeat, url(../images/divider-bg2.png) no-repeat right;
}

.divider-section h1 {
	font-weight: 700;
}

.divider-card {
	background: #fff;
	box-shadow: 0px 0px 10px 1px #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.divider-content {
	padding: 16px;
}

.divider-card:hover .divider-icon-01 {
	transform: scaleX(-1);
	transition: 1s;
}

.divider-icon-01 {
	background: #007841;
	position: absolute;
	display: flex;
	border-radius: 50%;
	padding: 5px;
	right: 25px;
	align-items: center;
	justify-content: center;
	height: 74px;
	display: inline-flex;
	width: 80px;
	transition: .6s;
	top: -30px;
}

.divider-card:hover h6 {
	color: #007841;
	font-weight: bold;
}

.divider-content p {
	margin: 0;
}

.divider-title {
	margin: 20px 0;
}

/* footer-section */

.footer-top {
	background: #007841;
	padding: 60px 0;
}

.footer-top h2 {
	color: #e9c504;
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-top p,
.footer-top a {
	color: #fff;
	line-height: 2;
	letter-spacing: 0.5px;
	font-size: 15px;
	position: relative;
	padding-left: 5px;
	margin: 0
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-top i {
	color: #e9c504;
	position: absolute;
	left: -10px;
	top: 9px;
}

/* footer-bottom */

.footer-bottom {
	background: #fff;
	padding: 15px 0;
}

.footer-bottom a,
.footer-bottom p {
	color: #222;
	margin: 0;
}

.footer-logo {
	display: grid;
	place-content: center;
}

/* media */

@media (max-width: 992px) {

	.bottom-header .navbar-logo,
	.slider-truck,
	.slider-route,
	.route-section {
		position: relative;
		top: 0;
		left: 0;
	}

	.header-section {
		background: #fff;
	}

	.bottom-header-list li a {
		color: #222;
	}

	.slider-panel {
		padding: 20px 0;
		background-size: cover;
	}

	.service-section,
	.facility-section,
	.feature-section,
	.route-section {
		padding: 20px 0;
	}
}
