@import url('https://fonts.googleapis.com/css2?family=Righteous:wght@400&display=swap');
@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');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
	scroll-behavior: smooth;
}


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

h1,
h2,
h3,
h4,
h5 {
	font-family: "Lato", sans-serif;
}

h2 {
	font-size: 3rem;
}

.container {
	max-width: 1400px !important;
}

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

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

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

.header-inner li {
	padding: 5px;
	letter-spacing: 0.8px;
	font-size: 12px;
	display: inline-block;
}

.header-inner i {
	color: #ffbd1d;
	padding-right: 5px;
}

.header-inner li a {
	color: #222;
	font-size: 13px;
}

.navbar-logo {
	position: absolute;
	top: -40px;
	left: 2rem;
}

.logo {
	height: 110px;
}

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

#navbarSupportedContent ul {
	padding: 0px;
	margin: 0px;
}

#navbarSupportedContent li {
	list-style-type: none;
}

#navbarSupportedContent ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 5px 12px;
	margin: 20px 0;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	position: relative;
	font-weight: 500;
	letter-spacing: 0.6px;
}

#navbarSupportedContent>ul>li.active>a {
	color: #fff;
	background-color: transparent;
	transition: all 0.7s;
}

#navbarSupportedContent ul li a:hover {
	color: #222;
}

.bottom-header .dropdown-menu>li {
	padding: 10px;
	margin: 0;
}

.bottom-header .dropdown-menu>li>a {
	font-size: 14px !important;
	text-transform: capitalize;
	margin: 0 !important;
	padding: 0 !important;
	color: #222 !important;
}

.bottom-header .dropdown-menu>li>a:hover {
	color: #2748c0 !important;
}

/* title-section */
.section-title {
	color: #ffbc1c;
	font-weight: 700;
}

.section-highlight {
	color: #ffbc1c;
}

.section-text {
	line-height: 1.7;
	color: #00000098;
	word-spacing: 1px;
}

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

.slider-title {
	font-family: "Righteous", sans-serif;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 4rem;
	font-size: 3.5rem;
}

.slider-title span {
	color: #f6ff34;
}

.slider-bus {
	position: relative;
	top: 4rem;
}

.booking-section {
	background: #93a5aa6e;
	border-radius: 10px;
	padding: 15px;
}

.book-form {
	background: #fff;
	border: 1px solid #ffbc1c;
	border-radius: 10px;
	padding: 0px 0px 0px 35px;
	overflow: hidden;
}

.book-form .book-control {
	background-color: #fff !important;
	width: 100%;
	min-height: 40px !important;
	border: none !important;
	outline: none;
	border-bottom: 1px solid #000 !important;
	margin: 10px 0;
	box-shadow: none !important;
	border-radius: 0;
}

.book-form .book-group {
	position: relative;
	margin: 0 25px;
}

.field-img {
	position: absolute;
	left: -37px;
	top: 7px;
}

.book-form .book-control:focus {
	border-bottom: 1px solid #d94639 !important;
}

.book-form .book-button {
	color: #fff;
	font-size: 18px;
	background: #ff0000;
	letter-spacing: 0.8px;
	font-weight: 500;
	padding: 30px 60px;
}

/* about-section */
.about-section {
	padding: 60px 0;
	background: #fff;
}

.about-btn {
	background: #ffbc1c;
	color: #fff !important;
	padding: 10px 35px;
	border-radius: 30px;
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 30px;
	text-shadow: 0px 3px 1px #777777ab;
	transition: background 0.3s ease, transform 0.3s ease;
}

.about-btn:hover {
	background: #e68900;
	transform: translateY(-5px);
	text-shadow: 0px 5px 3px #555555;
}

/* service-section */
.service-section {
	padding-top: 8rem;
	background: url(../images/service-bg.png) no-repeat 0 0 / 100% 70%;
	color: #fff;
}

.service-section .section-title {
	color: #f6ff34;
}

.service-card {
	margin: 100px 20px 0;
	color: #222;
	position: relative;
}

.service-icon {
	padding: 15px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 35%;
	left: 30px;
	border: 5px solid #ffbc1c;
	z-index: 1;
}

.service-content {
	background: url(../images/service-bg2.png) no-repeat 0 0 / 100% 100%;
	padding: 24px;
	position: relative;
	top: -3rem;
	margin: 0 15px;
	transition: .6s ease;
}

.service-title {
	font-size: 1.125rem;
	margin: 20px 0;
	transition: .6s ease;
}

.service-slider .slick-current .service-content {
	background: url(../images/service-bg1.png) no-repeat 0 0 / 100% 100%;
	transition: 1s ease;
}

.service-slider .slick-current .service-icon {
	border-color: #fff;
	background: #ffbc1c;
	transition: 1s ease;
}

.service-slider .slick-current h6 {
	color: #ff1e04;
	font-weight: 600;
	transition: 1s ease;
}

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

.feature-card {
	margin: 20px 10px;
	border-radius: 20px;
	background: #fff8e8;
}

.feature-content {
	padding: 30px 20px;
}

.feature-number {
	color: #ffbc1c;
	font-weight: 700;
	transition: 0.6s ease;
}

.feature-card:hover :where(.feature-number, p) {
	color: #fff;
	transition: 1s ease;
}

.feature-content p {
	margin: 0;
	transition: 0.6s ease;
}

.feature-card:hover {
	box-shadow: inset -800px 0px 0px #ffbc1c;
	transition: 1s ease;
}

.feature-image {
	position: relative;
	text-align: center;
}

.feature-inner {
	position: absolute;
	bottom: 0%;
	left: 0px;
	background: #fff;
	border: 2px solid #ffbc1c;
	border-radius: 20px;
	padding: 20px;
	margin: 10px;
}

.feature-inner p {
	margin: 0;
}

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

.route-card {
	position: relative;
	margin-top: 60px;
}

.route-title {
	position: absolute;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	bottom: 15px;
	transform: translateX(-50%);
	left: 50%;
}

/* divider-section */
.divider-section {
	position: relative;
	margin-top: -4rem;
}

.divider-text {
	position: relative;
	top: 13rem;
}

/* footer-section */
.footer-section {
	background: #ffbc1c;
}

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

.footer-top h5 {
	color: #ff0000;
	margin: 20px 0;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
}

.footer-top p,
.footer-top a {
	color: #222;
	line-height: 2;
	padding-left: 6px;
	font-size: 13px;
	position: relative;
	margin: 0;
}

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

/* footer-bottom */

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

.footer-bottom .container {
	background: #fff;
	padding: 30px;
	border-radius: 60px;
}

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

/* media */

@media (max-width: 992px) {
	body {
		overflow-x: hidden;
	}

	.header-section {
		background-size: cover;
	}

	.bottom-header {
		background: #ffbd1d;
	}

	.navbar-logo,
	.divider-text {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.slider-panel,
	.about-section,
	.service-section,
	.feature-section,
	.divider-section,
	.footer-top {
		padding: 20px 0;
		background-size: cover;
		margin: 0;
	}
}
