@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: 3.5rem;
	line-height: 1.3;
	font-weight: 500;
}

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

.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: #f26921;
	padding-right: 5px;
}

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

.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: #222;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 5px 12px;
	margin: 10px;
	border-radius: 50px;
	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: #222;
	transition: all 0.7s;
}

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

.header-list {
	background: #ffefe8;
	border-radius: 50px;
	border-bottom: 2px solid #fff;
	box-shadow: 0 0 10px #f2692170;
}

.header-list li:hover {
	transition: 1s ease;
}

.header-list li:hover a {
	background: #f26921;
	color: #fff !important;
}

.header-login {
	background: #f26921;
	border-radius: 50px;
}

.header-login a {
	color: #fff !important;
}

.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: #f26921;
	font-weight: 700;
}

.section-highlight {
	color: #f6ff34;
}

.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: 60px 0 30rem;
}

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

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

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

.book-form {
	background: #fff;
	border: 1px solid #f4854a;
	border-radius: 50px;
	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;
	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: -1px;
}

.book-form .book-button {
	color: #fff;
	font-size: 18px;
	background: #f26921;
	letter-spacing: 0.8px;
	font-weight: 500;
	padding: 25px 50px;
	border-radius: 0;
}

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

.divider-btn {
	background: #f26921;
	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;
}

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

/* about-section */
.about-section {
	padding: 50px 0;
	background: url(../images/about-bg.png) no-repeat 0 0 / 45% 100% #f26921;
	color: #fff;
}

.about-section .divider-btn {
	background: #fff;
	color: #f26921 !important;
	text-shadow: 0px 0px 0px #555555 !important;
}

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

.service-card {
	text-align: center;
	background: #ffefe8;
	padding: 30px;
	margin: 20px;
	border-radius: 30px;
}

.service-card:hover {
	background: #f26921;
	transition: 1s ease;
}

.service-card:hover h6 {
	color: #f6ff34;
	transition: 1s ease;
}

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

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

.service-title {
	margin: 20px 0;
	font-size: 1.25rem;
}

/* feature-section */
.feature-section {
	padding: 60px 0;
	background: url(../images/feature-bg.png) no-repeat 0 0 /100% 100%;
}

.feature-card {
	padding: 20px;
	margin: 20px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	transition: .5s ease;
}

.feature-card:hover {
	background: #f26921;
	transition: 1s ease;
}

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

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

.feature-card p {
	margin: 0;
}

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

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

.route-card {
	position: relative;
}

.route-title {
	position: absolute;
	bottom: 0.5rem;
	left: 1.5rem;
	border-radius: 30px;
	padding: 20px 40px;
	font-weight: 600;
	font-size: 1.25rem;
	background: #fff;
}

.route-arrow {
	position: absolute;
	right: 1.5rem;
	transform: rotate(-45deg);
	bottom: 2rem;
	background: #f26921;
	padding: 15px 20px;
	border-radius: 50%;
	color: #fff;
}

/* benefit-section */
.benefit-section {
	padding: 12rem 0 10rem;
	background: url(../images/benefit-bg.png) no-repeat 0 0 / 100% 100%;
}

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

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

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

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

.footer-top i {
	color: #f6ff34;
	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) {
	.navbar-logo {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.slider-title,
	h2 {
		font-size: 2.5rem;
	}

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

	.route-arrow {
		display: none;
	}

	.about-section {
		background: #f26921;
	}
}
