@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@100..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&family=Sen:wght@400..800&display=swap');

html {
	scroll-behavior: smooth;
}

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

/* Header */
.header-section {
	font-family: 'Sen', sans-serif;
}

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

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

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

.top-header-list a {
	display: inline-block;
	font-family: 'Sen', sans-serif;
	color: #222;
	letter-spacing: 0.5px;
	padding: 5px 8px;
	font-size: 13px;
}

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

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

.header-login a {
	background-color: #549f12;
	color: #fff !important;
	border-radius: 8px;
}

.header-login i {
	color: #ffc620;
}

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

.bottom-header .navbar-logo {
	position: absolute;
	top: -66px;
	left: 0;
	background: #fff;
	width: 550px;
	text-align: right;
	padding: 10px 20px;
	border-top-right-radius: 60px;
}

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

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

.bottom-header-list li a {
	text-decoration: none;
	display: block;
	padding: 10px !important;
	position: relative;
	color: #222;
	font-size: 18px;
	text-transform: capitalize;
}

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

/* slider-panel */
.slider-panel {
	padding: 50px 0 90px;
	background: url(../images/slider-bg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.slider-text {
	font-family: "Noto Sans Tamil", sans-serif;
	font-weight: 700;
	padding: 20px 0 0;
}

.slider-subtitle {
	letter-spacing: 6px;
	font-weight: 700;
	color: #ffc620;
	text-transform: uppercase;
}

.slider-icon {
	position: absolute;
	top: -2.8em;
	right: 10px;
}

.book-form {
	background: url(../images/form-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 50px 40px 60px;
}

.book-form .book-group {
	margin-bottom: .8rem;
}

.book-form .book-control {
	background-color: #fff !important;
	width: 100%;
	min-height: 40px !important;
	font-size: 15px;
	border-color: #b9b9b9 !important;
	border-radius: 4px;
}

.book-form .book-button {
	background: #5e8958;
	border-color: #5e8958;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.8px;
	border-radius: 4px;
	font-weight: normal;
}

/* title-section */

.section-highlight {
	color: #ffc620;
}

.section-text {
	color: #222222c2;
	line-height: 1.7;
}

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

.feature-title {
	padding: 40px 0 15px;
	color: #549f12;
	font-size: 1.125rem;
	display: inline-block;
	position: relative;
}

.feature-title::before {
	position: absolute;
	content: "";
	background: linear-gradient(90deg, rgba(84, 159, 18, 1) 31%, rgba(255, 255, 255, 1) 100%);
	width: 0;
	bottom: 0;
	left: 20px;
	border-radius: 20px;
	height: 3px;
	transition: .3s;
}

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

.feature-icon {
	display: inline-block;
	border-radius: 50%;
	padding: 5px;
}

.feature-card:hover img {
	filter: grayscale()brightness(1.5);
}

.feature-card:hover .feature-icon {
	background: #ffc620;
}

.feature-card:hover .feature-title::before {
	width: 50%;
	transition: 1s;
}

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

.about-section img {
	box-shadow: 0px 9px 4px -6px #00000059;
}

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

.facility-inner {
	background: linear-gradient(90deg, rgba(51, 133, 3, 1) 26%, rgba(99, 171, 25, 1) 100%);
	padding: 50px 0;
	border-radius: 20px;
}

.facility-card {
	text-align: center;
	padding: 20px 2px;
	box-shadow: 0px 0px 8px #0000007a;
	background: #fff;
	margin: 15px 0;
	border-radius: 20px;
}

.facility-card:hover .facility-title {
	color: #000;
}

.facility-cards-01 {
	position: relative;
	z-index: 3;
}

.facility-cards-01:hover .facility-icon,
.facility-cards-02:hover .facility-icon,
.facility-cards-03:hover .facility-icon {
	background: #ffc620;
}

.facility-cards-02 {
	margin-left: -6rem;
	position: relative;
	z-index: 2;
}

.facility-cards-03 {
	position: relative;
	margin-left: -6rem;
	z-index: 1 !important;
}

.facility-icon {
	display: inline-block;
	background: #549f12;
	padding: 10px;
	border-radius: 50%;
}

.facility-card:hover img {
	filter: invert();
}

.facility-title {
	margin: 10px 0;
	padding: 10px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #0000008c;
	position: relative;
}

.facility-inner:hover .facility-cards-01 {
	z-index: 1;
}

.facility-cards-01:hover {
	z-index: 4 !important;
}

.facility-cards-02:hover {
	z-index: 4 !important;
}

.facility-cards-03:hover {
	z-index: 4 !important;
}

.facility-text {
	color: #a49e9e;
}

.facility-card-text {
	color: #a49e9e;
	padding: 15px;
	margin: 0;
}

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

/* service-section */
.service-section {
	padding: 15rem 0 80px;
	background: url(../images/service-bg.png?1) no-repeat;
	background-size: 100% 101%;
	color: #ffffffab
}

.service-title {
	color: #fff;
}

.service-card {
	padding: 10px;
	border-radius: 20px;
	background: #fff;
	text-align: center;
}

.service-card img {
	margin: 10px;
	width: 90%;
	border-radius: 15px;
}

.service-inner {
	text-align: center;
}

.service-card .slick-dots {
	bottom: -90px;
}

.service-card .slick-dots li button:before {
	font-size: 12px;
	color: #ffc620;
}

.service-card .slick-dots li.slick-active button:before {
	font-size: 12px;
	color: #ffc620 !important;
	opacity: 1 !important;
}

.service-card h6 {
	color: #549f12;
	font-size: 1.125rem;
	font-weight: bold;
}

/* gallery-section */
.gallery-section {
	background: linear-gradient(90deg, rgba(114, 183, 31, 1) 7%, rgba(51, 132, 2, 1) 87%);
	padding: 50px 0;
	margin: -3px 0;
}

.gallery-inner {
	margin: 0 15px;
}

.gallery-inner img {
	border-radius: 15px;
}

/* Footer Section */
.footer-top {
	padding: 60px 0;
	background: #ffc620;
	position: relative;
}

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

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.footer-top p:hover,
.footer-top a:hover {
	color: #000;
}

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

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

.footer-bottom {
	background: linear-gradient(90deg, rgba(51, 133, 3, 1) 26%, rgba(99, 171, 25, 1) 100%);
	padding: 20px 0;
}

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

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

@media (max-width:992px) {

	.bottom-header .navbar-logo {
		position: relative;
		top: 0;
		width: 0;
	}

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

	.feature-section,
	.facility-section,
	.tracking-section {
		padding: 20px 0;
	}

	.facility-cards-02,
	.facility-cards-03 {
		margin: 0;
	}

	.service-section {
		background: linear-gradient(90deg, rgba(51, 133, 3, 1) 26%, rgba(99, 171, 25, 1) 100%);
	}

	.slider-icon {
		display: none;
	}

	.facility-card {
		height: auto;
	}

	.footer-top {
		background: #ffc620;
	}

	.footer-logo {
		margin: 0;
		text-align: left;
		position: relative;
		top: -1rem;
		left: -1rem;
	}

}

@media (min-width:1920px) {
	.footer-logo {
		margin-right: 8rem;
	}
}
