/*
Theme Name: nadi
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: nadi.
Tested up to: 6.3
Requires at least: 4.4
Use it to make something cool, have fun, and share what you've learned with others.
*/

.navbar-brand img {
    height: 75px;
}
.carousel-caption {
    bottom: 5.25rem;
}
h1.loader-text{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 9em;
	color: rgba(255,255,255,.1);
	background-image: url(https://image.ibb.co/ciSeac/image.png);
	background-repeat: repeat-x;
	-webkit-background-clip: text;
	animation: animate 15s linear infinite;

}

@keyframes animate{
	0%{
		background-position: left 0px top 80px;
	}
	40%{
		background-position: left 800px top -50px;
	}
	80%{
		background-position: left 1800px top -50px;
	}
	100%{
		background-position: left 2400px top 80px;
	}
}


#mainSlider .carousel-item:before {
    content: '';
    background: #c7604921;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
#mainSlider .carousel-caption {
    z-index: 2;
}

.inner-page-section {
    padding: 60px 0px;
}

.footer-social-links-gold img.twitter-icon {
    width: 15px;
	height: 15px;
}

ul.page-numbers {
    display: flex;
    list-style: none;
}
.page-pagination ul li .page-numbers.current, .page-pagination ul li a:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

@media (max-width: 767.98px) {
	.inner-page-section {
        padding: 40px 0px;
    }
	.carousel-caption {
		bottom: 0.25rem;
	}
	.hero-btn .btn-default.hero-video-btn {
        padding: 12px 25px 12px 20px;
		font-size:15px;
    }
}