@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html{
	scroll-behavior: smooth;
}
body {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
}

.header-section {
	background: url(../images/header-bg.png) no-repeat;
	background-size: 100% 100%;
}

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

.top-header-list {
	margin: 0;
	padding: 0;
}

.top-header-list li {
	display: inline-block;
}

.top-header-list a {
	display: inline-block;
	color: #222;
	letter-spacing: 0.5px;
	padding: 8px 2px;
	font-size: 13px;
	font-weight: 600;
}

.top-header-list a:hover {
	color: #222;
	text-decoration: none;
}

.top-header-list i {
	font-size: 14px;
	padding-right: 5px;
	color: #2b469d;
}

.header-login a {
	background-color: #fbeceb;
	border: 1px solid #d94639;
	padding: 5px;
	font-weight: 600;
	border-radius: 5px;
}

.header-login i {
	color: #d94639;
}

.header-login a:hover {
	color: #fa5633;
}

.logo {
	height: 77px;
}

/* Bottom-Header */

.bottom-header .navbar-logo {
	position: absolute;
	top: -45px;
	left: 5rem;
}

.bottom-header .prebooking a {
	padding: 10px !important;
	color: #222 !important;
}

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

.bottom-header-list li {
	list-style-type: none;
}

.bottom-header-list li a {
	text-decoration: none;
	display: block;
	padding: 15px 30px !important;
	position: relative;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
}

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

.bottom-header-list li.active a {
	font-weight: 500;
}

.slider-panel {
	background: url(../images/slider-bg.png) repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 60px 0 11rem;
	animation: slider-bg 100s ease infinite normal forwards;
}

.slider-panel h6 {
	text-transform: uppercase;
}

@keyframes slider-bg {
	0% {
		background-position-x: 0;
	}

	100% {
		background-position-x: -60rem;
	}
}

.slider-truck {
	position: absolute;
	bottom: 15px;
	left: 70px;
}

.booking-section {
	position: relative;
	top: 2rem;
	width: 80%;
	margin: auto;
}

.book-form {
	background: #c1ddf4;
	border: 2px solid #c1ddf4;
	padding: 10px 20px;
	border-radius: 12px;
}

.book-form .book-control {
	background-color: #fff !important;
	width: 100%;
	min-height: 40px !important;
	font-size: 15px;
	margin: 10px 0;
	border-color: #b9b9b9 !important;
	border-radius: 4px;
}

.book-form .book-button {
	background: #d94639;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	letter-spacing: 0.8px;
	font-weight: normal;
}

/* title-section */
.section-title {
	color: #d94639;
}

.section-highlight {
	color: #2b469c;
	font-weight: 400;
}

.section-text {
	color: #222222;
	text-align: justify;
	line-height: 1.7;
	font-weight: 500;
}

/* Prebooking */
.prebook-section {
	position: relative;
	background: url(../images/prebook-line.png) no-repeat center;
	padding: 50px 0;
	background-size: 51% 18%;
	background-position-x: 20rem;
}

.prebook-card {
	padding: 0 50px;
	text-align: center;
}

.prebook-card p {
	text-align: center;
}

.prebook-card:hover img {
	filter: drop-shadow(2px 4px 6px #ccc);
	transition: .2s;
}

.book-btn-1 {
	background: #e86728;
	color: #fff;
	font-size: 16px;
	padding: 5px 20px;
	transition: .3s;
	display: inline-block;
}

.book-btn-1:hover {
	background: #2b469c;
	color: #fff;
	text-decoration: none;
	transition: 1s;
}

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

.service-inner {
	text-align: center;
	margin: 30px 0;
}

.service-inner h6 {
	font-weight: 600;
}

.service-card {
	margin: 12px 0;
	display: inline-block;
	text-align: center;
}

.service-card:hover h6 {
	color: #e85b24;
}

.service-card:hover .service-icon {
	border-color: #d94639ae;
}

.service-icon {
	position: relative;
	display: inline-block;
	padding: 10px 10px;
	border: 5px solid #fdefe9;
	overflow: hidden;
}

.service-icon img {
	transition: .1s ease-in;
}

.service-card:hover img {
	transform: translateX(25px);
	transition: .1s ease-in;
}

.service-icon:hover {
	background-color: #fff7f4;
}

/* facility */
.facility-section {
	color: #fff;
	padding: 50px 0;
	background: url(../images/express-bg.png) no-repeat;
	position: relative;
	background-size: 100% 76%;
}

.facility-section h3 {
	font-weight: bold;
}

.facility-inner {
	background: #ffff;
	box-shadow: 4px 4px 6px #1210102e;
	color: #000000;
	padding: 30px;
	margin-top: 50px;
}

.facility-inner h3 {
	color: #e85b24;
	font-weight: bold;
}

.facility-card h6 {
	font-weight: bold;
}

.facility-card:hover h6 {
	color: #e85b24;
}

.facility-card:hover .facility-icon img {
	transform: scaleX(-1);
	transition: 1s ease-in;
}

.facility-icon {
	display: inline-block;
}

/* booking-section */
.booking-content {
	display: flex;
	align-items: center;
	color: #e85b24;
}

.booking-text {
	padding: 20px 0;
}

.booking-accordion-content {
	padding: 20px;
}

.booking-section {
	padding: 50px 0;
}

.booking-heading .btn {
	background-color: #d94639;
	font-weight: bold;
	border-radius: 0%;
	padding: 8px;
	text-decoration-line: none !important;
}

.booking-heading .btn.collapsed {
	background-color: #3e3e52;
	padding: 8px;
}

.booking-heading .btn:focus {
	box-shadow: none;
}

.booking-heading .btn:hover {
	color: #fff;
}

.booking-heading:hover img {
	transform: scaleX(-1);
	transition: 1s ease-in;
}

.booking-function button {
	padding: 0 10px;
	color: #ffff
}

.booking-inner {
	height: 100%;
	position: relative;
}

.booking-bg {
	margin: 20px 0;
}

.booking-image {
	display: grid;
	place-content: center;
	place-items: center;
	background-color: #d94639;
	color: #ffff;
	height: 100%;
	position: relative;
}

.booking-bg:hover .booking-image {
	background-color: #3e3e52;
}

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

/* feature-section */
.feature-section {
	padding: 70px 0;
	overflow: hidden;
}

.feature-icon {
	margin: 5px 0px;
	display: inline-block;
}

.feature-icon img {
	padding: 0 10px;
}

.feature-card {
	border: 1px solid #f4f4f4;
	margin: 5px 0;
	background-color: #f4f4f4;
	position: relative;
	z-index: 1;
}

.feature-card::before {
	content: "";
	position: absolute;
	background: #d94639;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	transition: .7s;
}

.feature-card:hover::before {
	width: 100%;
	transition: 1s;
}

.feature-card:hover .feature-icon img {
	filter: invert() brightness(4);
}

.feature-card h6 {
	display: inline-block;
	transition: .7s;
}

.feature-card:hover h6 {
	color: #fff;
}

/* tracking-section */
.track-section {
	padding: 50px 0;
	background: #f4f4f4;
}

.track-inner {
	margin: 10px;
}

.track-card {
	padding: 20px;
	background: #fff;
}

.track-title {
	margin: 20px 0;
	font-weight: bold;
}

.track-card p {
	margin: 0;
}

/* benefit-section */
.benefit-section {
	padding: 40px 0 6rem;
	background: url(../images/benifit--bg.png) no-repeat fixed;
	background-size: 100% 150%;
	position: relative;
}

.benefit-section h3 {
	font-weight: bold;
	color: #e85b24;
}

.benefit-section p {
	color: #ffff;
	padding-bottom: 20px;
}

.benefit-icon {
	position: relative;
	text-align: center;
	padding: 20px;
	background: #4767ac;
	margin: 20px;
	color: #ffff;
	z-index: 1;
}

.benefit-icon h6 {
	margin: 15px 0;
}

.benefit-icon:hover img {
	transform: scaleX(-1);
	transition: 1s ease-in;
}

.benefit-icon::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 21px;
	height: 21px;
	box-shadow: inset 0 0 0 10px #e85b24, inset 0 0 0 11px #e85b24;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	transition: .4s;
}

.benefit-icon:hover::before {
	width: 100%;
	height: 100%;
	transition: 1s;
}

/* covid-section-1 */
.covid-section-1 {
	background: #d94639;
	padding: 10px 0;
	margin: 30px 0;
}

.covid-section-1 h2 {
	color: #ffff;
	padding-top: 20px;
}

.covid-section-1 a {
	padding: 10px 70px;
	margin: 10px 0;
	border: 1px solid #ffff;
	border-radius: 8px;
	list-style: none;
	text-align: center;
	text-decoration: none;
	color: #ffff;
}

.covid-section-1 a:hover {
	font-weight: bold;
}

/* comfort-section */
.comfort-section {
	padding-top: 40px;
}

.comfort-card {
	top: -110px;
	margin: 0 -7px;
	position: relative;
	background-color: #fff7f4;
}

.comfort-icon {
	padding: 20px 0px;
	text-align: center;
	color: #ffff;
	background-color: #d94639;
}

.comfort-card h6 {
	margin: 20px 0;
}

.comfort-card:hover h6 {
	font-weight: bold;
}

.comfort-icon:hover img {
	transform: scale(0.8);
	transition: transform 500ms ease;
}

.comfort-text {
	padding: 15px;
	text-align: justify;
	font-weight: 500;
	line-height: 1.6;
	height: 155px;
	overflow: hidden;
	font-size: 13px;
	background-color: #fff7f4;
}

.comfort-card:hover {
	box-shadow: 0 2px 7px #363636;
}

.comfort-text h6 {
	font-size: 14px;
}

/* travel-section */
.travel-section h2 {
	padding-bottom: 10px;
}

.travel-text {
	background-color: #d94639;
	padding: 0 38px;
	color: #fff;
	height: 100%;
	display: inline-grid;
	place-content: center;
}

.travel-text:hover {
	background-color: #d94639c1;
}

.travel-text h6 {
	font-weight: bold;
}

.travel-text:hover i {
	color: #2d469c;
}

.travel-text p {
	color: #fff;
}

/* route-section */
.route-section {
	padding: 70px 0;
}

.route-inner h6 {
	color: #e85b24;
}

.route-list {
	list-style-type: none;
	padding-left: 15px;
	line-height: 3;
}

.route-list i {
	margin-right: 10px;
	color: #e85b24;
}

/* gallery-section */
.gallery-section {
	position: relative;
}

.gallery-nav .slick-prev {
	position: absolute;
	top: 85px;
	left: -2px;
	z-index: 1;
}

.gallery-nav .slick-next {
	position: absolute;
	top: 85px;
	right: -2px;
	z-index: 1;
}

.gallery-inner {
	padding: 10px 0 0;
}

.gallery-for h6 {
	position: absolute;
	color: #fff;
	font-size: 14px;
	bottom: -4px;
	left: 35%;
}

.gallery-for .slick-slide {
	border-radius: 5px;
	position: relative;
	margin: 0px 10px;
	overflow: hidden;
}

.gallery-nav .slick-slide {
	border-radius: 5px;
	margin: 30px 10px;
	overflow: hidden;
}

.gallery-nav .slick-slide img {
	width: 150px;
	height: 100px;
}

.gallery-nav .slick-slide:focus {
	outline: none;
}

/* divider-section */
.divider-section {
	padding: 30px 0;
	background: #f8f9fa;
}

/* Footer Section */

.footer-top {
	padding: 50px 0;
	background: #fbeceb;
}

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

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

.footer-top p {
	padding-left: 10px;
}

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

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

.footer-bottom p {
	color: #fff;
	margin: 0;
}

.footer-bottom a {
	color: #fff;
}

@media (max-width:992px) {
	.header-section {
		background: #fff;
	}

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

	.slider-panel,
	.facility-section,
	.booking-section,
	.benefit-section {
		background-size: cover;
		padding: 20px 0;
	}

	.booking-section {
		width: 100%;
	}

	.prebook-section,
	.service-section,
	.feature-section,
	.about-section,
	.track-section,
	.comfort-section,
	.route-section,.footer-top {
		padding: 20px 0;
	}

	.prebook-section {
		background: none;
	}
}
