/* for banner image */
.fixed-banner-img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: -1;
}
.parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120vh;
	object-fit: cover;
	z-index: -1;
}
/* ici  color  */
.bg-ici {
	background-color: #009ad9;
}
.text-ici {
	color: #009ad9;
}
p {
	line-height: 1.5;
}
.navbar-nav .nav-link:hover {
	color: rgb(0, 0, 0) !important;
	transition: all 0.3s ease;
}

li {
	color: #ffffff;
}

#mainNavbar {
	position: sticky;
	top: 0;
	z-index: 1000; /* Keeps it above other elements */
	transition: top 0.5s ease-in-out;
}
/* Animate Navbar Collapse */

