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

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

h2 {
	font-size: 3rem;
	letter-spacing: 1.5px;
	line-height: 1.3;
}

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

.top-header {
	padding: 5px 0 15px;
}

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

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

.top-header-list a {
	display: inline-block;
	color: #000;
	letter-spacing: 0.2px;
	padding: 10px;
	font-weight: 600;
	font-size: 13px;
}

.top-header .dropdown-menu {
	background: #abeffe;
	box-shadow: 3px 2px 5px #00000075;
	min-width: 6rem;
	border-radius: 10px;
}

.top-header .dropdown-menu a:hover {
	text-decoration: underline;
}

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

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

.header-login a {
	background-color: #fff;
	color: #000 !important;
	display: inline-block !important;
	font-weight: 600;
	padding: 8px 20px !important;
	border-radius: 30px;
}

.header-login i {
	color: #0059a7 !important;
}

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

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

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

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

.bottom-header-list li a {
	text-decoration: none;
	font-family: "Sen", sans-serif;
	display: block;
	padding: 10px 15px;
	position: relative;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
}

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

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

.bottom-header .dropdown-menu > li > a:hover {
	color: #222 !important;
	text-decoration: underline;
}

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

.section-subtitle {
	color: #dcff00;
}

.section-text {
	color: #22222296;
	line-height: 1.7;
	text-align: justify;
}

.section-btn {
	background: #169cfb;
	color: #000;
	text-decoration: none;
	display: inline-block;
	border-radius: 30px;
	padding: 2px;
	padding-left: 30px;
}

.section-btn i {
	padding: 15px;
	color: #e83800;
	background: #fff;
	transform: rotate(-45deg);
	border-radius: 50%;
	transition: 1s;
}

.section-btn:hover i {
	transition: 0.5s;
	transform: rotate(-180deg);
}

.section-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #0093fd;
}

/* slider-panel */
.slider-panel {
	padding: 50px 0 20rem;
	background: url(../images/slider-bg.png) no-repeat bottom center/100% auto,
		linear-gradient(180deg, #6dc4ff 0%, #fff 100%);
	color: #fff;
	position: relative;
	z-index: 1;
}

.slider-text {
	font-family: "Merienda";
	padding: 30px 0;
	line-height: 1.5;
	font-size: 2.8rem;
	letter-spacing: 1.5px;
	font-weight: bold;
	color: #0e005e;
}

.slider-text span {
	background: #d1f200;
	padding: 0 10px;
}

.slider-title {
	color: #ff0010;
	font-family: "Merienda";
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.book-form {
	background: #fff;
	padding: 10px 20px;
	border-radius: 100px;
	margin: 20px 0 80px;
}

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

.book-form .book-button {
	background: #0059a7;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.8px;
	border-radius: 40px;
	font-weight: normal;
	transform: translate(-13px, 0px);
}

/*  about-section  */
.about-section {
	padding: 50px 0;
	background: url(../images/about-img.png) no-repeat center left/auto 90%;
}

.about-section .slider-title {
	color: #56b7fc;
}

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

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

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

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

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

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

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

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

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

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

.feature-inner p {
	margin: 0;
}

/* service-section */
.service-section {
	padding: 50px 0;
	background: radial-gradient(
		circle,
		rgba(109, 196, 255, 1) 10%,
		rgba(0, 89, 167, 1) 50%
	);
	color: #fff;
	border-radius: 60px;
	position: relative;
	z-index: 1;
}

.service-icon {
	padding: 20px;
	border-radius: 50%;
	background: #fff;
	transition: 1s;
}

.service-card:hover .service-icon {
	transition: 0.5s;
	box-shadow: inset 0 -100px 0 #0089e1, 0 5px 0 #ffdd00;
}

.service-card .service-icon img {
	transition: 0.5s;
}

.service-card:hover .service-icon img {
	transform: scaleX(-1);
	transition: 0.5s;
}

.service-image {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-38%, -50%);
	z-index: -1;
}

.service-card {
	padding: 40px 0;
	text-align: justify;
	transition: 1s;
}

/* divider-section */
.divider-section {
	padding: 100px 0 0;
	color: #fff;
}

.divider-section .container {
	background: url(../images/divider-bg.png) no-repeat center center/100% auto;
}

.divider-section .section-btn {
	background: #d1f200;
}

.divider-img {
	position: relative;
	top: -40px;
}

.divider-section h2 {
	font-size: 2.5rem;
}

/* route-section */
.route-section {
	padding: 50px 0 0;
	background: url(../images/route-bg.png) no-repeat center center;
}

.route-slider {
	padding: 50px 0;
}

.route-card {
	position: relative;
	margin: 20px 10px 100px;
}

.route-card:nth-child(even) {
	transform: translateY(5rem);
	transition: 0.3s;
}

.route-inner {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.route-icon {
	padding: 15px;
	border-radius: 50%;
	background: #0059a7;
	display: inline-block;
	margin: 0 10px;
	transition: 1s;
}

.route-card:hover .route-icon {
	transform: rotate(-90deg);
	transition: 1s;
}

.route-title {
	padding: 10px 5px;
	font-size: 13px !important;
	background: #fff;
	text-align: center;
	border-radius: 30px;
}

.route-card:hover .route-title {
	box-shadow: inset 150px 0px 0px #0059a7;
	transform: scale(1.05);
	transition: 0.5s;
	color: #fff;
}

/* Footer Section */
.footer-section {
	background: #d6eeff;
	overflow-x: hidden !important;
}

.footer-top {
	padding: 50px 0 70px;
}

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

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

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

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

.footer-bottom {
	padding: 30px 0;
	border-radius: 60px 60px 0 0;
	background-color: #0059a7;
}

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

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

@media (max-width: 992px) {
	.slider-panel,
	.divider-section .container {
		background: linear-gradient(180deg, #6dc4ff 0%, #fff 100%);
	}

	.about-section {
		background: none;
	}

	.book-form,
	.service-section {
		border-radius: 5px;
		margin: 0;
	}

	.top-header {
		background: #d1f200;
		padding: 10px;
	}

	.bottom-header {
		background: #0059a7;
		padding: 10px;
		margin: 0;
	}

	.navbar-logo {
		background: #fff;
		border-radius: 20px;
	}

	.bottom-header .navbar-logo,
	.divider-img,
	.book-form .book-button {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		transform: translate(0%, 0%);
	}

	h2,
	.slider-text {
		font-size: 2rem;
	}

	.slider-panel,
	.divider-section,
	.service-section,
	.about-section,
	.feature-section,
	.route-section,
	.footer-top .container,
	.footer-top,
	.footer-bottom,
	.service-card,
	.route-slider {
		padding: 20px 0;
	}
}
