/*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;

	}
	.navbar-nav{
		background:#000;
	}
	.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;
}




.careerbg{
	background-image:url('../images/bg/Neo_Studio.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:850px;
}
.careerbgheadline{
	color:#fff;
	padding-top:700px;
	font-size:5em;
	font-weight:bold;
	text-transform :uppercase;
	padding-left:80px;
}

.careers-container{
	margin:150x 0px;
	color:#fff;
	padding:30px;
	background:#000;
}

.join_our_team {
		 width:80%;
        margin:auto;
		font-size:3em;
		text-align:Center;
      }

.career_para {
		 padding-top:20px;
		width:60%;
        margin: auto;
      }
.text-highlight{
		 color:#6ae14c;
	 }
	 
/*why work with us*/

.whyworkbg{
	background-image:url('../images/bg/gradiant_bg.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:50px;
	padding-bottom:150px;
}

.whywork {
        width: 60%;
        margin-left: 85px;
        margin-top: 350px;
        padding: 30px;
        margin: auto;
		 perspective: 1000px;
		Color:#fff;
		padding:25px;
		height:350px;
		background: rgba( 255, 255, 255, 0.15 );
		box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
		backdrop-filter: blur( 2.5px );
		-webkit-backdrop-filter: blur( 2.5px );
		border-radius: 10px;
		border: 0px solid rgba( 255, 255, 255, 0.18 );
		
}

.whyworkheadline {
        margin-bottom: 30px;
      }

.whywork-bold {
        font-weight: bold;
      }

.whywork_list {
        list-style-type: decimal;
		padding-bottom:15px;
      }
	
	
/*current openings*/

/*current openings*/
.current-openings-bg{
	background:#000;
}

.current-openinings-container{
	color:#fff;
	padding:50px 0px;
	width:80%;
	Margin:auto;
}

.openingheadline{
	font-size:2em;
	font-family:agbalumo;
	color:#6ae14c;
}

.openingdescription{
	text-align:justify;
	padding-top:20px;
	text-transform:uppercase;
}

.current-opening-list{
	width:80%;
	Margin:auto;
	Color:#fff;

}
.artist-list{
	text-align:justify;
		padding-bottom:25px;
}
.artist-title{
	font-size:1.2em;

}

.artist-list-left{
	font-size:1em;
}
.green-underline{
		border-bottom:2px solid #6ae14c;
}
		
.neo-text{
	color:#6ae14c;
	font-weight:bold;
}	

/*career form*/
.career-form-bg{
	background:#000;
	Color:#fff;

}
.career-form-container{
		text-align:Center;
		width:70%;
		Margin:auto;
		padding:55px 0px 15px;
	}
	

/*career form*/
.career-form-section{
	background-image:url('../images/bg/aqua_character.png');
	background-repeat:no-repeat;
	background-size: cover;
	padding:10px;
	Margin:0px;
	height:700px;
}	

.form-container{
	width:50%;
	Margin:auto;
	float:right;
	Margin-right:150px;
}
/* Input and textarea styling */


#input1,#input2,#input3,#input4,#input5,#input6,#input7,#input8,#input9, #description{
	Color:#fff;
	background: rgba( 255, 255, 255, 0.25);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 2.5px );
	-webkit-backdrop-filter: blur( 2.5px );
	border-radius: 10px;
	border: 0px solid rgba( 255, 255, 255, 0.18 );
}

  /* Change placeholder color */
#input1::placeholder,
#input2::placeholder,
#input3::placeholder,
#input4::placeholder,
#input5::placeholder,
#input6::placeholder,
#input7::placeholder,
#input8::placeholder,
#input9::placeholder,
#description::placeholder {
    color: #fff; /* Your custom placeholder color */
    opacity: 0.5;
}

.form-control-file{
	margin:15px 0px;
}

.btn-right{
	float:right;
}


button.btn-submit{
	background-Color:#6ae14c;
	color:#000;
}

button.btn-submit:hover{
	background-Color:#6ae1c4;
	color:#000;
}

#fileInput{
	Color:#fff;
}

	
	
	
		
/*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;
	}
	
	/*why choose us*/
	.careerbg{
	background-image:url('../images/bg/Neo_Studio.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:350px;
}
.careerbgheadline{
	color:#fff;
	padding:300px 0px 0px 30px;
	font-size:2em;
	font-weight:bold;
	text-transform :uppercase;
	margin-right:80px;
}


/*join our team*/

.join_our_team {
		 width:100%;
        margin:auto;
		font-size:1.5em;
		text-align:Center;
		padding:15px;
      }

.career_para {
		 padding-top:20px;
		width:80%;
        margin: auto;
		text-align:justify;
      }
	  
	/*why work with us*/
	.whyworkbg{
	background-image:url('../images/bg/gradiant_bg.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:20px;
	padding-bottom:50px;

}
	
	
	.whywork {
        width: 80%;
        margin-left: 85px;
        margin-top: 350px;
        margin: auto;
		perspective: 1000px;
		Color:#fff;
		padding:25px;
		height:auto;
		background: rgba( 255, 255, 255, 0.15 );
		box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
		backdrop-filter: blur( 2.5px );
		-webkit-backdrop-filter: blur( 2.5px );
		border-radius: 10px;
		border: 0px solid rgba( 255, 255, 255, 0.18 );
		margin-bottom:15px;
}

.whyworkheadline {
        margin-bottom: 30px;
		text-align:Center;
      }
	  
	  
	  
	 /*openings*/
	 .current-openings-bg{
	padding:5px;
}
	 
.current-openinings-container{
	color:#fff;
	padding:10px 0px;
	width:80%;
	Margin:auto;
}
	 
	.artist-title{
	font-size:1em;
}

.artist-list-left{
	font-size:1em;
	padding:5px;
}



/*career form*/
.career-form-bg{
	background:#000;
	Color:#fff;

}
.career-form-container{
		text-align:justify;
		width:80%;
		Margin:auto;
		padding:55px 0px 15px;
	}
 
 /*career form section*/
 
 .career-form-section{
	background-image:url('../images/bg/aqua_character.png');
	background-repeat:no-repeat;
	background-size: cover;
	padding:10px;
	Margin:0px;
	height:900px;
}	

.form-container{
	width:60%;
	
}
/* Input and textarea styling */


#input1,#input2,#input3,#input4,#input5,#input6,#input7,#input8,#input9, #description{
	Color:#fff;
	background: rgba( 255, 255, 255, 0.25);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 2.5px );
	-webkit-backdrop-filter: blur( 2.5px );
	border-radius: 10px;
	border: 0px solid rgba( 255, 255, 255, 0.18 );
	width:385px;
}

  /* Change placeholder color */
#input1::placeholder,
#input2::placeholder,
#input3::placeholder,
#input4::placeholder,
#input5::placeholder,
#input6::placeholder,
#input7::placeholder,
#input8::placeholder,
#input9::placeholder,
#description::placeholder {
    color: #fff; /* Your custom placeholder color */
    opacity: 0.5;
}

.form-control-file{
	margin:15px 0px;
}

.btn-right{
	float:right;
}

div.buttons-row{
	padding-left:150px;
	padding-top:10px;
}

#fileInput{
	Color:#fff;
}

 
/*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
}
	
	
}



 /*mobile screen*/
@media (max-width:380px){
	.navbar-brand{
		margin:auto;
		width:50%;
	}
	.navbar-brand img{
		width:100px;
		margin-left:80px;
	}
	
	/*form control*/
	
	#input1,#input2,#input3,#input4,#input5,#input6,#input7,#input8,#input9, #description{
	Color:#fff;
	background: rgba( 255, 255, 255, 0.25);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 2.5px );
	-webkit-backdrop-filter: blur( 2.5px );
	border-radius: 5px;
	border: 0px solid rgba( 255, 255, 255, 0.18 );
	width:330px;
	margin-left:20px;
}
	.form-control-file{
	margin:15px 20px;
}
		
		/*footer terms*/
		.text-right{
	float: left;
	padding-top:15px;
	padding-left:44px
}
	
}