/*Navbar*/
body {
    background: url('../images/bg/mw14.png') no-repeat center center fixed;
    background-size: cover; /* Ensures the background image covers the whole body */
    color: white; /* Optional: adjust text color for readability */
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: agbalumo;
  src: url('../font/Agbalumo-Regular.ttf');
}
	.navbar{
		background-color:rgba(0,0,0,1);
	}
	.main-logo{
		width:100px;
		margin-left:120px;
	}
	#navbarNav{
		width:100%;
		margin:auto;

	}
	.nav-link,.buy-now{
		font-family:agbalumo;
	}
	a.nav-link{
		font-size:0.8em;
		Color:#fff;
	}
	a.active-page{
		color:#6ae14c;
		border-bottom:2px solid #01573a;
	}
	a.nav-link:hover{
		color:#6ae14c;
		border-bottom:2px solid #01573a;
	}
	
	.top-social-icons{
		padding-right:10px;
		color:#fff;
	}
	.top-social-icons:hover{
		color:#6ae14c
	}
	
	.navbar.fixed-top {
    transition: background-color 0.3s ease;
}

	.navbar.fixed-top.scrolled {
    background-color: #fff !important;  /* Black background when scrolled */
}
	@media (max-width: 768px){
	.navbar-nav {
    background-color:rgba(0,0,0,1);
}
}


/* Footer Section */
.footer {
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 3rem 0;
}

/* Center text within grid */
.footer .text-center {
    text-align: center;
}

/* Footer Heading */
.footer-heading {
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Footer Links */
.footer-links a, .footer-contact div {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    transition: text-decoration 0.3s ease;
}



/* Footer Contact Icons */
.footer-contact .contact-icon {
    margin-right: 0.5rem;
    vertical-align: middle; /* Align icons and text horizontally */
}

/* Social Icons */
.footer .social-icons a {
    margin-right: 15px;
    font-size: 24px;
    color: white;
}

.footer .social-icons a:hover {
    color: #6ae14c;
}

/* Scroll to Top Button */
.footer .scroll-to-top h5 {
    font-size: 0.8rem;
    margin-bottom: 10px;
	color:#8e8e8e;
}

.footer .scroll-to-top a {
    font-size: 30px;
    color: white;
    transition: color 0.3s ease;
}

.footer .scroll-to-top a:hover {
    color: #6ae14c;
}

/* Horizontal Line Separator */
.footer .footer-line hr {
    border-color: white;
    margin-top: 30px;
}

/* Footer Bottom */
.footer-bottom {
    font-size: 0.8rem;
    margin-top: 20px;
}
.Footer_head_underline{
border-bottom: 2px solid #fff;	
}

.footer-links a:hover{
	/*color:#c0eb49;*/
	color:#6ae14c;
}



/* Smooth Scroll Effect */
html {
    scroll-behavior: smooth;
}

/* Fix the alignment of contact icons and text */
.footer-contact div {
    align-items: center; /* Align icon and text horizontally */
}

.footer-contact .contact-icon {
    margin-right: 10px; /* Add spacing between the icon and text */
}


.footer-discover a{
	font-family:agbalumo;
	font-size:1.4rem;
}

.text-right{
	float: right;
	padding-left:15px;
}

.footer-terms{
	Color:#fff;
	text-decoration: none;
}
.footer-terms:hover{
	Color:#6ae14c;
}



.comingsoonbg{
	background-image:url('../images/bg/pillar.png');
	background-repeat:no-repeat;
	background-size:cover;
	height:950px;
}

.comingsoon_headline{
	Color:#fff;
	padding-top:450px;
	text-align:Center;
	font-size:3em;
	text-transform:uppercase;
	text-shadow: 2px 2px #000;
	width:50%;
	margin:auto;
}


/*mobile screen*/
 @media(max-width: 768px){
	.navbar{
		background:#000;
	}
	#navbarNav{
		text-align:Center;
	}
	
	/*coming soon*/
	.comingsoonbg{
	background-image:url('../images/bg/pillar.png');
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	height:350px;
}

.comingsoon_headline{
	Color:#fff;
	padding-top:165px;
	text-align:Center;
	font-size:1.2em;
	text-transform:uppercase;
	text-shadow: 2px 2px #000;
	width:80%;
	margin:auto;
}
	
	
	
	/*footer*/
	.footer-links, .footer-contact{
		margin-bottom:50px;
	}
	
	.scroll-to-top{
		margin-top:20px;
	}
	.footer-bottom{
		text-align:Center;
		width:85%;
		margin:auto;
	}
	
		.text-right{
	float: left;
	padding-top:15px;
	padding-left:60px
}
	
 }
 
 
 
 
 
  @media (max-width:380px){
	 
	 	.navbar-brand{
		margin:auto;
		width:50%;
	}
	.navbar-brand img{
		width:100px;
		margin-left:80px;
	}
	
	 
	 	/*footer terms*/
		.text-right{
	float: left;
	padding-top:15px;
	padding-left:44px
}
	
}