/*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-toggler{
		border:0px;
		border-color: transparent !important;
		border-bottom: none !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	.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;
}

/*service section*/

.services-section{
	background-color:#000;
	Color:#fff;
	
}
.services-bg{
	background-image:url('../images/bg/fw20 _crop.png');
	background-repeat: no-repeat;
	background-size: cover;
	height:450px;
}
.services-text{
	text-align:center;
	width:100%;
	margin:auto;
	Color:#fff;
	padding-top:150px;
}
.services-headline h2{
	font-size:3em;
}

.services-discription{
	font-size:1.3em;
	padding:15px;
	padding-bottom:55px;
}

.align-left, .right-services ul {
  padding-left: 0;  /* Remove padding on the left side */
  margin-left: 0;   /* Remove any left margin if present */
}
li{
	list-style-type: none;
}
.row{
	padding-bottom:60px;
}
.image-col img{
	width:500px;
	padding-top:15px;
	content:Center;
	margin:0px 20px;
}
.img-right{
	float:right;
}

.right-services{
	text-align:left;
	padding-left:30px;
	
}
.left-services{
	text-align:right;
	padding-right:30px;
}



.marquee{
	background-image:url('../images/bg/fw20 _Bottom.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding:50px 0px;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    padding: 20px 0;
	margin:auto;
}

.marquee-collaborations {
    text-align: center;
}

.collab-headline {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.marq_logos {
    display: flex;
    overflow: hidden;
	margin-top:30px;
}

.marq_logos-slide {
    display: flex;
    animation: scroll 20s linear infinite;
    animation-play-state: running; /* Default animation state */
}

.marq_logos-slide img {
    margin: 0 20px;
    height: 60px; /* Adjust height as needed */
}

.marq_logos:hover .marq_logos-slide {
    animation-play-state: paused; /* Pause animation on hover */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.collab-headline{
	Color:#fff;
	padding-bottom:20px;
}


/*background icons*/
/* Floating icons */
      .ser-floating-icon {
        position: absolute;
        width: 20%;
        height: auto;
        opacity: 1;
		z-index:10;
      }

      /* Adjust the positions as needed */
      .ser-icon1 {
        top: 50%;
        left: 49%;
        width: 2%;
        height: 207%;
      }
      .ser-icon2 {
        top: 37%;
        right: 10%;
      }
      .ser-icon3 {
        top: 78%;
        left: 10%;
        width: 15%;
      }
      .ser-icon4 {
        top: 129%;
        right: 10%;
      }
      .ser-icon5 {
        top: 162%;
        left: 10%;
      }
      .ser-icon6 {
        top: 200%;
        right: 10%;
      }
      .ser-icon7 {
        top: 240%;
        left: 10%;
      }
	  
 @media(min-width: 769px)	{ 
	  .ser-iconmobile{
		  display:none;
	  }
	  
 }	
 
 
 /*tab and laptop screen*/

@media (min-width: 769px) and (max-width: 1024px){
	.navbar{
		background:#000;
	}
	#navbarNav{
		text-align:Center;
	}
	
	/*servic*/
	
	.ser-icon1 {
        display:none
      }
.image-col img{
	width:350px;
	padding-top:0px;
	content:Center;
	margin:0px 10px;
}


/* Footer Section */

.footer .social-icons a {
    margin-right: 10px;
    font-size: 16px;
    color: white;
}

.footer-discover a{
	font-size:1em;
}

.footer-links a{
	font-size:0.8em;
}
.footer-contact div{
	font-size:0.6em;
}
}
 
 
 
	
/*mobile screen*/
 @media(max-width: 768px){
	 
	 body{
		 padding:0px;
		 margin:0px;
	 }
	 
	.navbar{
		background:#000;
	}
	#navbarNav{
		text-align:Center;
	}

	
	/*services headineline section*/
	
	.services-text{
		width:80%;
	}
	.services-headline{
		font-size:0.8em;
	}
	
	
	/*services-section*/
	
	.services-section{
		margin:auto;
		width:90%;
	}
	.services-container{
		width:90%;
		margin:auto;
		padding:10px;
	}
	
	
	.row{
	padding-bottom:60px;
}
.image-col img{
	width:160px;
	padding-top:0px;
	content:Center;
	margin:0px 10px;
}

.img-right{
	float:right;
}

.right-services{
	text-align:left;
	padding-left:10px;
	font-size:0.6em;
	
}
.left-services{
	text-align:right;
	padding-right:10px;
	font-size:0.6em;
}

.vfx-headline{ 
	font-size:1.5em;
}

.vfx-list{
	margin-bottom:5px;
}

/* Floating icons */
      .ser-floating-icon {
        position: absolute;
        width: 20%;
        height: auto;
        opacity: 1;
		z-index:10;
      }

      /* Adjust the positions as needed */
      .ser-icon1 {
        display:none;
      }
	  .ser-iconmobile{
		 display:none;
	  }
	  
      .ser-icon2 {
        top: 55%;
        right: 10%;
      }
      .ser-icon3 {
        top: 78%;
        left: 10%;
        width: 15%;
      }
      .ser-icon4 {
        top: 115%;
        right: 8%;
      }
      .ser-icon5 {
        top: 155%;
        left: 5%;
      }
      .ser-icon6 {
        top: 170%;
        right: 15%;
      }
      .ser-icon7 {
        top: 205%;
        left: 6%;
      }
	  
	  
	  .marquee{
	background-image:url('../images/bg/fw20 _Bottom.png');
	background-repeat: no-repeat;
	background-size: fill;
	padding:50px 0px;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    padding: 20px 0px;
	margin:auto;
}

.marquee-collaborations {
    text-align: center;
}

.collab-headline {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.marq_logos {
    display: flex;
    overflow: hidden;
	margin-top:30px;
}

.marq_logos-slide img {
    margin: 0 20px;
    height: 30px; /* Adjust height as needed */
}

.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;
	}
	
	
	/*services headineline section*/
	
	.services-bg{
	background-image:url('../images/bg/fw20 _crop.png');
	background-repeat: no-repeat;
	background-size: cover;
	height:350px;
}
	
	.services-text{
		width:80%;
	}
	
	.services-headline{
		font-size:0.5em;
	}
	
	.services-discription{
	font-size:1em;
	padding:15px;
	padding-bottom:5px;
}
	
	
	/*services-section*/
	
	.services-section{
		margin:auto;
		width:90%;
	}
	.services-container{
		width:90%;
		margin:auto;
		padding:20px 0px;
	}
	
	
	.row{
	padding-bottom:20px;
}
.image-col img{
	width:140px;
	padding-top:0px;
	content:Center;
	margin:0px 10px;
}

.img-right{
	float:right;
}

.right-services{
	text-align:left;
	padding-left:10px;
	font-size:0.4em;
	
}
.left-services{
	text-align:right;
	padding-right:10px;
	font-size:0.4em;
}

.vfx-headline{ 
	font-size:1.5em;
}

.vfx-list{
	margin-bottom:5px;
}

/* Floating icons */
      .ser-floating-icon {
        position: absolute;
        width: 20%;
        height: auto;
        opacity: 1;
		z-index:10;
      }

      /* Adjust the positions as needed */
      .ser-icon1 {
        display:none;
      }
	  .ser-iconmobile{
		 display:none;
	  }
	  
     /* .ser-icon2 {
        top: 45%;
        right: 10%;
      }
      .ser-icon3 {
        top: 70%;
        left: 10%;
        width: 15%;
      }
      .ser-icon4 {
        top: 95%;
        right: 8%;
      }
      .ser-icon5 {
        top: 115%;
        left: 5%;
      }
      .ser-icon6 {
        top: 140%;
        right: 5%;
      }
      .ser-icon7 {
        top: 155%;
        left: 6%;
      }*/
	  
	   .ser-icon2 {
        display:none;
      }
      .ser-icon3 {
        display:none;
      }
      .ser-icon4 {
        display:none;
      }
      .ser-icon5 {
        display:none;
      }
      .ser-icon6 {
       display:none;
      }
      .ser-icon7 {
        display:none;
      }
	  
	  
	  
	  .marquee{
	background-image:url('../images/bg/fw20 _Bottom.png');
	background-repeat: no-repeat;
	background-size: fill;
	padding:50px 0px;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    padding: 20px 0px;
	margin:auto;
}

.marquee-collaborations {
    text-align: center;
}

.collab-headline {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.marq_logos {
    display: flex;
    overflow: hidden;
	margin-top:30px;
}

.marq_logos-slide img {
    margin: 0 20px;
    height: 30px; /* Adjust height as needed */
}

.footer-links, .footer-contact{
		margin-bottom:50px;
	}
	
	.scroll-to-top{
		margin-top:20px;
	}
	.footer-bottom{
		text-align:Center;
		width:85%;
		margin:auto;
	}
	
		/*footer terms*/
		.text-right{
	float: left;
	padding-top:15px;
	padding-left:44px
}


 }

