/*
Theme Name: Boldz Child
Theme URI: https://wpriverthemes.com/boldz/
Template: boldz
Author: WordPressRiver
Author URI: https://themeforest.net/user/wordpressriver
Description: Introducing a WordPress theme tailored for Personal Portfolio WordPress Theme
Tags: portfolio
Version: 1.0.0.1729839727
Updated: 2024-10-25 07:02:07

*/

/*--------------------------------------------------
	Font Awesome 6 Imports
---------------------------------------------------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/brands.min.css');

/*--------------------------------------------------
	Enhanced Preloader Styles
	Inspired by Humpton Theme
---------------------------------------------------*/

/* Disable AJAX load preloader when enhanced is enabled */
.disable-ajaxload .preloader-wrap {
	display: none;
}

/* Enhanced preloader wrapper */
.preloader-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; 
	bottom: 0;
	background: #000;
	z-index: 1800;
	text-align: center;
}

.preloader-wrap .outer {
	padding: 0px;
	box-sizing: border-box;
}

.preloader-wrap .inner {
	vertical-align: middle;
	box-sizing: border-box;
}

/* Percentage display */
.percentage-wrapper {
	height: 20px;
	position: absolute;
	margin-bottom: 20px;
	right: 80px;
	bottom: 40px;
}

.percentage-intro {
	height: 20px;
	position: absolute;
	margin-bottom: 20px;
	left: 80px;
	bottom: 40px;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: rgba(255,255,255,0.6);
}

.percentage {
	opacity: 1;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	width: 30px;
	height: 100px;
	color: rgba(255,255,255,0.6);
	display: table;
	margin: 0 auto;
}

.percentage::after {
	content: "%";
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: rgba(255,255,255,0.6);
}

/* Track bar and loading animation */
.trackbar {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
	position: relative;
	padding: 20px;
	opacity: 1;
	overflow: hidden;
}

.loadbar {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0px;
	right: 0;
	overflow: hidden;
}

.hold-progress-bar {
	width: 0%;
	height: 0px;
	background: rgba(0,0,0,1);
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	overflow: hidden;
}

/* Word succession animation */
.preloader-intro {
	font-weight: 500;
	position: relative;
	display: block;
	font-size: 10vw;
	line-height: 13vw;
	height: 13vw;
	color: #fff;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.preloader-intro li {
	list-style: none;
	line-height: inherit;
	margin: 0;
	color: #fff;
	padding: 0;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
	.preloader-intro {
		font-size: 12vw;
		line-height: 15vw;
		height: 15vw;
	}
}

@media (max-width: 768px) {
	.preloader-intro {
		font-size: 15vw;
		line-height: 18vw;
		height: 18vw;
	}
	
	.percentage-wrapper {
		right: 40px;
		bottom: 20px;
	}
	
	.percentage-intro {
		left: 40px;
		bottom: 20px;
	}
}

@media (max-width: 480px) {
	.preloader-intro {
		font-size: 18vw;
		line-height: 22vw;
		height: 22vw;
	}
	
	.percentage-wrapper {
		right: 20px;
		bottom: 15px;
	}
	
	.percentage-intro {
		left: 20px;
		bottom: 15px;
	}
}

/*--------------------------------------------------
	Enhanced Footer Styles  
	Inspired by Humpton Theme Follow Us Links
---------------------------------------------------*/

/* Enhanced footer layout */
.enhanced-footer-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 160px;
	width: 100%;
}

/* Footer center content */
.footer-middle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.footer-middle .copyright-wrap {
	margin: 0;
}

/* Follow Us Social Links Styling */
.socials-wrap {
	position: relative;
	float: right;
	color: #fff;
	width: 240px;
	height: 160px;
	box-sizing: border-box;
	pointer-events: initial;	
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .socials-wrap {
	color: #fff;
}

footer .socials-wrap {
	margin-top: 0px;
}

.socials-wrap:hover {
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
}

.socials-text {
	float: right;
	font-size: 14px;
	font-weight: 500;		
	line-height: 40px;
	transform: translateY(20px);
}

.socials-wrap:hover .socials-text {
	transform: translateY(15px) translateX(5px);
	-webkit-transform: translateY(15px) translateX(5px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;		
}

.socials-icon {
	float: right;
	width: 30px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
	margin-left: 10px;
	transform: scale(1) translateY(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
	transform: scale(0) translateY(40px);
	width: 0;
	margin: 0;
	overflow: hidden;
}

.socials-icon:after, .socials-text:after {
	content: "";
	clear: both;
	display: table;
}

.socials {
	height: auto;
	line-height: 30px;
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	bottom: 0;
	display: table;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
}

.socials-wrap .socials {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.socials li {
	margin-right: 0px;
	margin-left: 10px;
	list-style: none;
	color: #999;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	float: right;
	z-index: 2;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);		
}

.socials-wrap:hover .socials li:nth-child(4) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);	
}

.socials-wrap:hover .socials li:nth-child(3) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);		
}

.socials-wrap:hover .socials li:nth-child(2) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);	
}

.socials-wrap:hover .socials li:nth-child(1) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	opacity: 1;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);		
}
	
.socials li:last-child {
	margin-left: 0px;
}

.socials li a {
	color: #fff;		
	font-size: 14px;
	font-weight: 600;
	display: block;
	height: 40px;
	width: 40px;		
	line-height: 40px;
	text-align: center;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.socials:hover li a {
	opacity: 0.3;
}

.socials li a:hover {
	color: #fff;
	opacity: 1;
}

.light-content .socials li a {
	color: #fff;	
}

.light-content .socials:hover li a {
	opacity: 0.3;
}

.light-content .socials li a:hover {
	color: #fff;
	opacity: 1;
}

/* Back to Top Button Styling */
.button-wrap {
	position: relative;
	cursor: pointer;
	top: 0px;
	pointer-events: initial;
	width: auto;
	display: table;
}

.button-wrap:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

.button-wrap.left {
	float: left;
	left: -32px;	
}

.button-wrap.right {
	float: right;
	right: -26px;	
}

.button-icon {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s ease;
}

.button-icon:hover {
	background: #000;
	color: #fff;
}

.light-content .button-icon {
	border-color: #fff;
	color: #fff;
}

.light-content .button-icon:hover {
	background: #fff;
	color: #000;
}

.button-text {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
}

.button-text span {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.button-text span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left: 0;
	transition: all 0.3s ease;
}

.button-wrap:hover .button-text span {
	transform: translateY(-100%);
}

.parallax-wrap {
	overflow: hidden;
}

.parallax-element {
	transition: transform 0.3s ease;
}

/* Responsive Styles */
@media (max-width: 1024px) {
	.enhanced-footer-wrap {
		flex-direction: column;
		align-items: center;
		text-align: center;
		min-height: auto;
		padding: 40px 0;
	}
	
	.footer-middle {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin: 20px 0;
	}
	
	.socials-wrap {
		float: none;
		width: auto;
		height: auto;
		margin: 20px 0;
	}
	
	.button-wrap.left {
		float: none;
		left: 0;
		margin: 20px 0;
	}
}

@media (max-width: 768px) {
	.socials-wrap {
		width: 200px;
	}
	
	.socials-text {
		font-size: 12px;
	}
	
	.socials li {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	
	.socials li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.enhanced-footer-wrap {
		padding: 30px 0;
	}
	
	.socials-wrap {
		width: 180px;
	}
	
	.socials li {
		margin-left: 5px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	
	.socials li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 11px;
	}
	
	.button-text {
		display: none;
	}
}

