/*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;
}


/* Academy Section */
.academy {
 
      font-family: 'Segoe UI', sans-serif;
      background-color: #0e0e0e;
      color: #f1f1f1;
	  margin-top:50px;
    }

.container {
      max-width: 1400px;
      margin: auto;
      padding: 60px 20px;
    }

    .section-header {
      text-align: center;
      margin-bottom: 20px;
    }
	.Course_headline{
	color:#6ae14c;
	font-size:1.2em;
	 font-weight:bold;
	}
	
    .section-header h2 {
      font-size: 2.5rem;
      color: #a855f7;
      margin-bottom: 10px;
    }

    .section-header p {
      font-size: 1.2rem;
      color: #ccc;
	 
    }

    .subtext {
      text-transform: uppercase;
      font-size: 1rem;
      color: #888;
	  font-style:italic;
    }


    .column {
      flex: 1;
      background-color: #1a1a1a;
      padding: 30px;
	  margin:0px 20px;
      border-radius: 16px;
      border: 1px solid #333;
      box-shadow: 0 0 10px rgba(147, 51, 234, 0.1);
    }
	
	
    .column h3 {
      font-size: 1.3rem;
      color: #ffffff;
      margin-bottom: 10px;
    }

    .column ul {
      list-style: disc;
      padding-left: 20px;
      margin-bottom: 20px;
      color: #ccc;
    }

    .enroll-box {
      background-color: #111111;
      border: 1px solid #6ae14c;
      padding: 25px;
      border-radius: 12px;
      text-align: center;
    }

    .enroll-box h4 {
      font-size: 1.5rem;
      color: #6ae14c;
      margin-bottom: 10px;
    }

    .enroll-box p {
      font-size: 1rem;
      color: #ccc;
      margin-bottom: 10px;
    }

    .note {
      font-size: 0.8rem;
      color: #888;
      font-style: italic;
    }

    .enroll-button {
      display: inline-block;
      background-color: #6ae14c;
      color: white;
      padding: 12px 28px;
      font-size: 1rem;
      font-weight: 600;
      border: none;
      border-radius: 9999px;
      margin-top: 10px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .enroll-button:hover {
      background-color: #54c33e;
    }

.thumbail{
	width:100%;
	margin-bottom:20px;
}


 
 
 /*mobile screen*/
 @media(max-width: 768px){
		.navbar{
		background:#000;
	}
	#navbarNav{
		text-align:Center;
	}
	.navbar-toggler{
		border:0px;
		border-color: transparent !important;
		border-bottom: none !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	 #centered-column {
		width: 100%;
  }
 
 }
 
  @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
}
	
}

