@import url('https://fonts.googleapis.com/css2?family=Kanit: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&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;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	overflow-wrap: break-word;
	counter-reset: booking-counter;
}

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

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

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

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

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

.header-login a {
	background: #001fa0;
	color: #fff !important;
	padding: 6px 12px;
	border-radius: 5px;
	margin: 0;
}

.header-login i {
	color: #efcc00;
	font-size: 15px;
}

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

.bottom-header .navbar-logo {
	position: absolute;
	z-index: -1;
	top: -3rem;
}

.bottom-header .navbar-logo img {
	height: 120px;
	background: #f3f6f5;
}

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

.bottom-header-list li {
	list-style-type: none;
	padding: 5px 8px;
}

.bottom-header-list li a {
	text-decoration: none;
	padding: 8px 12px !important;
	position: relative;
	color: #222;
	font-weight: 500;
	font-size: 17px;
}

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

/* Slider-Section */
.slider-section {
	padding: 60px 0 0;
	background: url(../images/slider-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.slider-highlight {
	color: #ff0b27;
	font-weight: 800;
	font-size: 3.5rem;
}

.slider-label {
	background: #fcbd0a;
	color: #001fa0;
	font-weight: 900;
	letter-spacing: .6px;
	padding: 10px;
	font-style: oblique;
	margin: 20px 0;
}

.slider-link p {
	margin: 0;
	color: #fff;
}

.slider-link a {
	color: #fff !important;
	text-decoration: none !important;
	margin: 0 10px;
}

.book-form {
	background: #fcbd0a;
	padding: 20px;
	border-radius: 5px;
	margin: 30px 0;
}

.book-form .book-group {
	margin: 0 3px;
}

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

.book-form .book-button {
	background: #010066;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	font-weight: bold;
}

/* Title-section */
.section-font {
	font-family: "Kanit", serif;
}

.section-title {
	color: #001fa0;
	font-weight: 600;
}

.section-highlight {
	color: #cc2000;
	font-weight: 600;
}

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

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

.about-cards {
	background: #efefef;
	padding: 15px;
	border-radius: 5px;
}

.about-card {
	padding: 20px 10px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.about-card::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fcbd0a6e;
	left: 0;
	top: 0;
	transform: scale(0) rotate(100deg);
	border-radius: 5px;
	box-shadow: inset 0 0 20px 7px #fcbd0a;
	transition: all .6s ease;
	z-index: -1;
}

.about-card:hover::before {
	transform: scale(1) rotate(0deg);
	transition: all 1s ease;
}

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

.about-title {
	margin: 15px 0;
}

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

.divider-list {
	list-style: none;
}

.divider-list li {
	padding: 10px;
	font-weight: 500;
	font-size: 16px;
}

.divider-list i {
	color: #0221a0;
	font-weight: bold;
}

/* route-section */
.route-section {
	padding: 50px 0;
	background: url(../images/route-bg.png) no-repeat;
	background-size: 100% 83%;
	margin-top: -6rem;
}

.route-card {
	margin: 5px 0;
}

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

.feature-card {
	padding: 20px;
	text-align: center;
	margin: 10px 0;
	border-radius: 10px;
	transition: .6s ease;
}

.feature-card img {
	transition: .6s ease;
}

.card-1 {
	background: #1cbbb4;
}

.card-2 {
	background: #0a6375;
}

.card-3 {
	background: #cc2000;
}

.card-4 {
	background: #f7941e;
}

.card-5 {
	background: #73be48;
}

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

.feature-title {
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
	transform: scaleX(0);
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateX(-50%);
	transition: .6s ease;
}

.feature-card:hover .feature-title {
	transform: scaleX(1);
	opacity: 1;
	transition: 1s ease;
}

.feature-card:hover img {
	transform: translateY(-20px);
	transition: 1s ease;
}

.feature-card:hover {
	transform: scale(1.3);
	transition: 1s ease;
}

.feature-text {
	height: 295px;
	padding: 5px 0;
	overflow-y: scroll;
}

.feature-text::-webkit-scrollbar {
	display: none;
}

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

.booking-inner {
	padding: 20px 40px;
	background: #001fa0;
	border-radius: 20px 0 0 20px;
}

.booking-inner p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}

.booking-image,
.booking-card h3 {
	display: inline-block;
}

.booking-cards {
	border-radius: 20px;
	box-shadow: 2px 3px 14px #0000003a;
	overflow: hidden;
}

.booking-card {
	padding: 20px 10px;
}

.booking-card:hover span {
	color: #001fa0;
}

.booking-card:hover {
	background: #0020a052;
}

.booking-card span {
	font-size: 14px;
	text-decoration: underline;
}

.booking-icon {
	border-radius: 50%;
	display: inline-block;
	background: #606060;
	box-shadow: 0 0 10px #001fa0;
	height: 60px;
	width: 60px;
	display: grid;
	place-content: center;
	transition: .6s ease;
}

.booking-icon::before {
	counter-increment: booking-counter;
	content: counter(booking-counter);
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
}

.booking-card:hover .booking-icon {
	background: #001fa0;
	border-radius: 0;
	transition: 1s ease;
}

.booking-card:hover h6 {
	color: #001fa0;
	font-weight: bold;
}

.booking-icon img {
	transition: .3s ease;
}

.booking-card:hover img {
	transform: scale(1.2);
	transition: .6s ease;
}

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

.facility-content {
	box-shadow: inset 0px 0px 2px 0px #001fa0;
	background: #efefef;
	padding: 40px;
	border-radius: 15px;
}

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

.facility-cards {
	height: 280px;
	overflow-x: auto;
}

.facility-cards::-webkit-scrollbar {
	width: 10px;
	background-color: #001fa0;
}

.facility-cards::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #0020a04c;
	background: transparent;
	border: 3px solid #efefef;
}

.facility-cards::-webkit-scrollbar-thumb {
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 px #001fa0;
	background-color: #001fa0;
}

.facility-card {
	margin: 10px 0px;
	padding: 30px;
	background: #bfc7e7;
	margin-right: 10px;
	border: 1px solid #a3a7a5b6;
	border-radius: 10px;
}

.facility-card:hover img {
	transform: scale(1.1);
}

.about-content {
	padding: 20px 0;
	background: #9e5a00;
	color: #fff;
}

.about-content h6 {
	color: #ffffffb8;
	margin: 0;
}

.about-content h1 {
	font-size: 2rem;
	font-weight: bold;
}

.about-btn {
	text-decoration: none;
	color: #fff;
	padding: 10px 50px;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 10px;
}

.about-btn:hover {
	border: 2px solid transparent;
	box-shadow: inset 0 100px 0 #ffff, 0 0 20px #fff;
	color: #000;
	transition: 1s;
	text-decoration: none;
}

/* Footer Section */

.footer-top {
	padding: 50px 0;
	border-top: 5px solid #001fa0;
}

.footer-top h2 {
	color: #1b1464;
	margin: 20px 0;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.2px;
}

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

.footer-top i {
	color: #1b1464;
	position: absolute;
	left: -22px;
	top: 8px;
}

.footer-links {
	margin: 0;
	list-style: none;
	padding-inline-start: 12px;
}

.footer-links li {
	position: relative;
	line-height: 1.7;
	color: #828283;
}

.footer-bottom {
	background: #001fa0;
	padding: 20px 0;
}

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

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

/* media */
@media(max-width:992px) {
	.bottom-header .navbar-logo {
		position: relative;
		z-index: -1;
		top: 0;
	}

	.slider-section,
	.route-section {
		padding: 20px 0;
		background-size: cover;
	}

	.about-section,
	.divider-section,
	.feature-section,
	.booking-section,
	.facility-section,
	.footer-top {
		padding: 20px 0;
	}

	.route-section {
		margin: 0;
	}
}
