@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;
	background-size: 100% 80%;
}

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

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

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

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

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

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

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

.header-login {
	border: 1px solid #f9cf00;
	color: #fff;
	padding: 5px 8px !important;
	border-radius: 7px;
}

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

.header-login i {
	color: #f9cf00;
	margin: 0 5px;
}

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

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

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

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

.bottom-header-list li a {
	text-decoration: none;
	display: block;
	position: relative;
	color: #222;
	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: #222;
}

/* title-section */
.section-title {
	color: #26b170;
	font-weight: bold;
}

.section-subtitle {
	color: #009dd1;
}

.section-text {
	text-align: justify;
	line-height: 1.8;
	color: #575757;
}

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

.slider-header {
	font-size: 3.2rem;
	font-weight: 300;
}

.slider-highlight {
	color: transparent;
	font-weight: bold;
	-webkit-text-stroke: 1px #26b170;
}

.slider-text {
	font-size: 16px;
	font-weight: 400;
}

.slider-route {
	background: linear-gradient(90deg, rgba(38, 177, 112, 1) 26%, rgba(0, 157, 209, 1) 26%);
	position: relative;
	bottom: -10rem;
	padding: 10px;
	position: relative;
}

.slider-route h6 {
	margin: 0 40px;
	color: #fff;
}

.slider-bus {
	position: absolute;
	bottom: -24px;
	right: 0;
}

.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;
}

/*  about-section */
.about-section {
	padding: 50px 0;
	background: url(../images/about-bg.png) no-repeat right center, url(../images/about-text.png) no-repeat left center;
}

.about-list p {
	margin: 10px 30px;
}

.about-list .section-subtitle {
	position: relative;
	z-index: 1;
}

.about-list .section-subtitle::after {
	content: "";
	position: absolute;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #09a2ba, #1fae81) border-box;
	border-radius: 50%;
	left: -8px;
	top: -14px;
	border: 4px solid transparent;
	height: 50px;
	width: 50px;
	z-index: -1;
}

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

.service-section h1 {
	font-weight: 700;
	font-size: 3.2rem;
}

.service-card {
	padding: 10px;
	background: #fff;
	border: 2px solid #18a5d4;
	border-radius: 10px;
	margin: 50px -9px 0;
	height: 172px;
}

.service-card:hover h6 {
	color: #09a2ba;
	font-weight: 700;
}

.service-card p {
	margin: 0;
	padding-top: 20px;
}

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

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

/* amenity-section */
.amenity-section {
	background: url(../images/amenity-text.png)no-repeat right bottom #e9f7f0;
	padding: 160px 0 30px;
	position: relative;
	top: -4rem;
	z-index: -1;
}

.amenity-card {
	position: relative;
	margin: 15px 0;
}

.amenity-card img {
	border-radius: 15px;
}

.amenity-content {
	position: absolute;
	top: 0;
	background: linear-gradient(90deg, rgb(0 157 209 / 52%) 0%, rgb(38 177 112 / 78%) 100%);
	width: 100%;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.amenity-title {
	color: #fff;
	margin: 15px 5px;
}

.card-1 {
	position: relative;
	top: 13rem;
}

.card-2 {
	position: relative;
	top: 3rem;
}

.card-3 {
	position: relative;
	top: 5rem;
}

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

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

.feature-card {
	border: 1px solid #ccc;
}

.feature-content {
	padding: 0 16px;
}

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

.feature-icon-01 {
	background: #bce7d3;
	position: absolute;
	display: inline-block;
	border-radius: 50%;
	padding: 5px;
	right: 68px;
	transition: .6s;
	top: -30px;
}

.feature-card:hover h6 {
	color: #1fae81;
	font-weight: 600;
}

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

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

.divider-list p {
	margin: 5px 0;
}

/* facility-section */
.facility-section {
	padding: 50px 0;
	overflow: hidden;
}

.facility-card {
	padding: 20px 30px;
	border-left: 10px solid #1fae81;
	margin: 20px 0;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 1px #ccc;
}

.cards {
	position: relative;
	left: 5rem;
}

.facility-title {
	margin: 10px 0;
}

.facility-icon {
	background: #e5f5ee;
	padding: 23px 8px;
	display: inline-block;
	border-radius: 50%;
}

.facility-card:hover .facility-icon {
	background: #1fae81;
}

.facility-card:hover img {
	filter: drop-shadow(0px 0px 4px #000);
	transition: 1s;
}

.facility-card:hover {
	border-color: #009dd1;
}

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

/* footer-section */

.footer-top {
	background: url(../images/footer-bg.png) no-repeat #134956;
	background-size: 100% 100%;
	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: #009dd1;
	padding: 15px 0;
}

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

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

/* media */

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

	.top-header {
		background: #023c49;
	}

	.bottom-header .navbar-logo,
	.slider-bus,
	.amenity-section,
	.feature-icon-01,
	.cards {
		position: relative;
		top: 0;
		left: 0;
	}

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

	.book-form {
		border-radius: 0;
	}

	.slider-route {
		position: relative;
		bottom: 0;
	}

	.card-1,
	.card-2,
	.card-3 {
		position: relative;
		top: 0;
	}

	.about-section,
	.service-section,
	.amenity-section,
	.feature-section,
	.divider-section {
		padding: 20px 0;
	}
}
