/**
 * Theme Name:     Bronx Child
 * Author:         WordPressRiver
 * Template:       bronx
 * Text Domain:	   bronx-child
 * Description:    Introducing a WordPress theme tailored for Personal Portfolio WordPress Theme
 */
body{
	background: url('/wp-content/uploads/2024/08/1440.png') !important;
    background-repeat: repeat !important;
    background-size: contain !important;
	background-attachment: fixed !important;
}
/*#main-wrapper{
	overflow:hidden;
}*/
header, #normal-menu{
	position:relative;
	z-index:110;
}
#mobile-menu{
	display:none;
	position:relative;
	z-index:110;
}
main.bronx-main{
	/*display:none !important;*/
}
.single-post main.bronx-main, .single-bronx_service main.bronx-main{
	display:block !important;
	overflow:auto;
	position:relative;
}

.single-bronx_service .blog-thumbnail, .single-bronx_service .meta{
	display:none !important;
}

#magic-cursor{
	display:none !important;
}
.footer-area{
	padding: 0 !important;
    margin-top: -90px;
}
.custom-menu{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	padding-top: 40px;
}

.copyright p{
	font-family: Avenir Next;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em !important;
	text-align: left;
	word-spacing: 5px !important;
}

#menu-menu {
	display: flex;
    align-items: center;
    justify-content: center;
}
#menu-logo {
    width:193px
}

.menu-item{
	margin-left: 60px;
	font-family: "Avenir Next";
	font-weight:400;
	font-size:18px;
	line-height:24.59px;
	position:relative;
	border-bottom: 1.85px solid #fff;
    padding-bottom: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border-color:transparent;
}
.menu-item:hover{
	padding-bottom: 6px;
	border-bottom: 1.85px solid #fff;
	border-color:#fff;
}
.menu-item:before {
	content:"";
	position:absolute;
    border-style: solid;
	border-width: 3.5px 5px 3.5px 0;
	border-color: transparent #FFFFFF transparent transparent;
	bottom: -1px;
    left: 1px;
    transform: translateY(50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.menu-item:after {
	content:"";
	position:absolute;
    border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #FFFFFF;
	bottom: -1px;
    right: 1px;
    transform: translateY(50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
.menu-item:hover:before {
  opacity: 1;
}
.menu-item:hover:after {
  opacity: 1;
}

.menu-item a{
	color:#fff;
}
.menu-item:hover a{
	color:#fff;
}

.menu-item a:after{
	content:"";
	position:absolute;
	left:0;
	width:100%;
	border-left: 1.85px solid #fff;
    border-right: 1.85px solid #fff;
    height: 0px;
	bottom: -1.5px;
    transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transition: height 0.5s ease;
	-webkit-transition: height 0.5s ease;
}
.menu-item:hover a:after{
	height: 15px;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.nav-link:hover {
    text-decoration: underline;
}


circle {
	fill: #F47C48;
}

/*#point{
	transition: cx 0.1s, cy 0.1s;
}*/

.relaunch-container{
    width: 104% !important;
	transform: translateX(-2%) rotate(4deg);
	-webkit-transform: translateX(-2%) rotate(4deg);
	-moz-transform: translateX(-2%) rotate(4deg);
}
.rejuvenate-container{
    width: 104% !important;
	transform: translateX(-2%) rotate(-3deg);
	-webkit-transform: translateX(-2%) rotate(-3deg);
	-moz-transform: translateX(-2%) rotate(-3deg);
}
.rebrand-container{
    /*width: 104% !important;
	transform: translateX(-2%) rotate(4deg);
	-webkit-transform: translateX(-2%) rotate(4deg);
	-moz-transform: translateX(-2%) rotate(4deg);*/
}
.marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 166px;
	display: flex;
    align-items: center;
}
.marquee-content-LTR {
	display: flex;
	position: absolute;
	animation: marqueeLTR 20s linear infinite;
}
.marquee-content-RTL {
	display: flex;
	position: absolute;
	animation: marqueeRTL 20s linear infinite;
}
.marquee-item {
	flex: 0 0 auto;
	margin-right: 20px;
}
.marquee-item img {
	width: 650px;
}
@keyframes marqueeLTR {
	0% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
	}
}

@keyframes marqueeRTL {
	0% {
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
	}
}



/* circle effect */
.circle-container {
	position: relative;
	width: 902px;
	height: 480px;
}
.circle {
	position: absolute;
	width: 480px;
	height: 480px;
	border: 2px solid #ff6b35;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.circle img{
	width:299px;
}
.circle:nth-child(1) {
	left: 0;
}
.circle:nth-child(2) {
	right: 0;
}
.circle-dot {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #ff6b35;
	border-radius: 50%;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.circle-text {
	position: absolute;
	color: #ff6b35;
	font-size: 49px;
	font-weight: bold;
}
.re {
	color: #ff6b35;
	-webkit-text-fill-color: black;
    -webkit-text-stroke: 1px #F47C48;
}
.rest {
	color: #ffffff;
}

.line-container>.e-con-inner{
	overflow:hidden;
}


.approach-container {
	position: relative;
	width: 623px;
	height: 740px;
}
.approach-circle {
	position: absolute;
	border: 1px dashed #333;
	border-radius: 50%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.approach-circle-1 {
	width: 623px;
	height: 740px;
}
.approach-circle-2 {
	width: 496px;
	height: 593px;
}
.main-circle {
	position: absolute;
	width: 396px;
	height: 396px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid #e67e22;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.gears {
	margin-bottom: 10px;
}
.approach-text {
	color: #e67e22;
	font-size: 31px;
	font-weight: bold;
}
.approach-dot {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #e67e22;
	border-radius: 50%;
	top: -12.5px;
	left: 50%;
	transform: translateX(-50%);
}
.approach-outer-text {
	position: absolute;
	color: #666;
	font-size: 31px;
	font-weight: bold;
	left: 50%;
	transform: translateX(-50%);
}
.reinforce {
	top: 60px;
}
.revitalize {
	top: 250px;
}

.outline-text{
	-webkit-text-fill-color: black;
    -webkit-text-stroke: 1px white;
	font-family: ITC Avant Garde Gothic LT !important;
	font-size: 31px;
	line-height: 39.93px;
}

.outline-text .rebel{
	-webkit-text-stroke: 1px #F47C48;
}

.reband-header .title{
	font-family: ITC Avant Garde Gothic;
	font-size: 90px;
	font-weight: 700;
	line-height: 115.92px;
	text-align: center;
}

.reband-header .sub-title{
	font-family: ITC Avant Garde Gothic;
	font-size: 48px;
	font-weight: 700;
	line-height: 61.82px;
	text-align: center;
}

.reband-header .re{
	-webkit-text-fill-color: black;
    -webkit-text-stroke: 1px #F47C48;
}

.ninty-text{
	font-family: ITC Avant Garde Gothic;
	font-size: 95px;
	font-weight: 700;
	line-height: 122.36px;
	text-align: left;
	color:#F47C48;
}

.contact-layer label{
	font-family: Avenir Next;
	font-size: 16px;
	font-weight: 400;
	line-height: 21.86px;
	text-align: left;
	color:#fff;
}
#footer-contact-form{
	display: flex;
    flex-direction: column;
    align-items: end;
}
.contact-layer input, .contact-layer textarea{
	background: #191919;
	border: 1px solid #5B5B5B;
	border-radius:12px;
	padding:1.67vw;
	color:#fff;
	width:35.9vw;
	max-width:750px;
}
.contact-layer textarea{
	height:156px;
}

.contact-layer input[type=submit]{
	border-radius:67.5px;
	padding:1.25vw 2.5vw 1.25vw 2.5vw;
	float:right;
	border-color:#FFFFFF;
}

/*** achieve ***/
.orange-dot {
	position: absolute;
	top: 0;
	left: 20px;
	width: 12px;
	height: 12px;
	background-color: #ff6b35;
	border-radius: 50%;
}
.achieve-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.achieve-stats-container {
	border: 1px solid #444;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 40px;
}
.achieve-stats {
	display: flex;
	justify-content: space-around;
}
.achieve-stat {
	text-align: center;
	position: relative;
}
.percentage {
	font-size: 48px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.bracket {
	position: absolute;
	top: -5px;
	bottom: -5px;
	width: 10px;
	border: 2px solid #ff6b35;
	border-top: none;
	border-bottom: none;
}
.bracket-left { left: -15px; border-right: none; }
.bracket-right { right: -15px; border-left: none; }
.achieve-label {
	font-size: 18px;
	margin-top: 10px;
}
.achieve-icon {
	font-size: 24px;
	margin-top: 10px;
	color: #888;
}

.works-lines{
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



.rotate-anim{
	display: inline-block;
	animation: rotate 6s linear infinite;
}

.dashed-circle {
	display: inline-block;
	animation: rotate 15s linear infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.arrow-fade-in-out {
	position: relative;
	animation: arrowFadeInOut 1.5s infinite;
}
    
@keyframes arrowFadeInOut {
	0% {
		opacity: 0;
		top: -10px;
	}
	20% {
		opacity: 1;
		top: 0px;
	}
	/*50% {
		opacity: 1;
		top: -20px;
	}*/
	100% {
		opacity: 0;
		top: 20px;
	}
}

.social-button{
	pointer-events: auto;
    border: 1px solid #F47C48;
    display: flex;
    padding: 11px;
    border-radius: 50px;
	position: relative;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
	margin:0 13.5px;
}
.sticky-container {
	position: sticky !important;
	top: 0;
	height: 100vh;
	overflow: hidden;
}
#sticky-cicrle-main{
	height: 1100px;
	margin-bottom:54px;
}
/*#sticky-approach-main{
	height: 1500px;
}*/
.dark-mode .header-wrap{
	border:none !important;
}
.copyright .right .logo{
	display:none;
}
.copyright .right>div{
	display:flex;
}


.top_animation-container{
	overflow: hidden;
	margin-top: -300px;
	pointer-events: none;
}
#top_animation{
	margin-bottom: -150px;
	pointer-events:none;
}

#rebelangelo-precomp{
	margin-top: -480px;
	margin-bottom: -500px;
	pointer-events: none;
}

#we-achieve-container{
	display: flex;
	align-items: center;
	justify-content: center;
	width:61vw;
	max-width:1300px;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
#we-achieve-bg{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background-image: url('/wp-content/uploads/2024/08/1440.png');
	background-size: 100%;
	background-repeat: repeat;
	background-position: top left;
	background-attachment: fixed;
	border-radius: 16px;
}
#we-achieve-img{
	margin: auto;
	position: relative;
	width:100%;
	padding: 60px;
	transition: opacity 0.5s ease;
	opacity: 0;
}
#we-achieve-img.active{
	opacity: 1;
}
#we-achieve-progress {
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	background-color: transparent;
	background-image: conic-gradient(#5B5B5B, #5B5B5B 0%, transparent 0%);
	z-index: -100;
	border-radius: 16px;
	width: calc( 100% + 4px);
	height: calc( 100% + 4px);
	opacity:0.85;
}
#we-achieve-line{
	width: 2px;
	height: 120px;
	background: #666666;
	position: absolute;
	bottom: 100%;
	left: calc(50% - 1px);
	z-index: 5;
}
.donut-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.donut-progress {
	width: 480px;
	height: 480px;
	position: relative;
	margin: 20px;
	transform: translateX(10%);
}

.donut-progress:nth-child(2) {
	transform: translateX(-10%);
}


.donut-progress__svg {
	transform: rotate(333deg);
	overflow: visible !important;
}
.donut-progress:nth-child(2) .donut-progress__svg{
	transform: rotate(153deg);
}

.donut-progress__circle {
	fill: none;
	stroke: #F47C48;
	stroke-width: 2px;
	stroke-linecap: round;
}

.progress-dot {
	fill: #F47C48;
}

.donut-progress-container {
	display: flex;
}
.donut-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50.2%;
}
.donut-progress:nth-child(2) .donut-img{
	width: 62.3%;
}

.donut-rot-img{
	width: 410px;
	height: 410px;
	position: absolute;
}
.donut-rot-img img{
	animation: rotate 15s linear infinite;
	width: 100%;
}

.path-container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1920px;
	margin-top: 15px;
}
.path-pivot{
	position: relative;
	display:inline-block;
	top: 0;
	right: 285px;
}
#our-works-point{
	width: 24px;
	height: 24px;
	background-color: #F47C48;
	position: absolute;
	border-radius: 50px;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
}
#our-works-path-window{
	display: block;
}
#our-works-path{
	display: none;
}
#our-works-mobile-path{
	display: none;
}

.p5animation-container{
	cursor:pointer;
}

@media screen and (max-width: 1440px) {
	.top_animation-container{
		margin-top: -18vw;
	}
	#rebelangelo-precomp{
		margin-top: -350px;
		margin-bottom: -300px;
	}
	#our-works-path{
		display: block;
	}
	#our-works-mobile-path{
		display: none;
	}
	#our-works-path-window{
		display: none;
	}
	.path-pivot{
		right: 320px;
	}
}

@media screen and (max-width: 1200px) {
	.custom-menu{
		padding-top: 0px;
		padding-bottom: 3vw;
	}
	#menu-logo{
		width:18vw;
	}
	.menu-item{
		margin-left: 5vw;
	}
}
@media screen and (max-width: 1024px) {
	#normal-menu{
		display:none;
	}
	#mobile-menu{
		display:block;
	}
	.menu-item{
		margin-left: 0;
		margin-bottom: 20px;
		font-size: 25px;
	}

	#menuToggle {
		display: flex;
		flex-direction: column;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
	}

	#menuToggle input
	{
		display: flex;
		width: 100%;
		height: 100%;
		position: absolute;
		cursor: pointer;
		opacity: 0;
		z-index: 2;
	}

	#menuToggle span
	{
		display: flex;
		width: 29px;
		height: 2px;
		margin-bottom: 5px;
		position: relative;
		background: #ffffff;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 5px 0px;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			opacity 0.55s ease;
	}

	#menuToggle span:first-child
	{
		transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2)
	{
		transform-origin: 0% 100%;
	}

	#menuToggle input:checked ~ span
	{
		opacity: 1;
		transform: rotate(45deg) translate(-3px, -1px);
		background: #36383F;
	}
	#menuToggle input:checked ~ span:nth-last-child(3)
	{
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menuToggle input:checked ~ span:nth-last-child(2)
	{
		transform: rotate(-45deg) translate(0, -1px);
	}

	#mobile-open-menu
	{
		position: fixed;
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 50px;
		padding-top: 125px;
		background-color: #000;
		-webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(-100%, 0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		top:0;
		left:0;
	}

	#mobile-open-menu li
	{
		padding: 10px 0;
		transition-delay: 2s;
	}

	#menuToggle input:checked ~ #mobile-open-menu
	{
		transform: none;
	}
	
	#mobile-open-menu ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 1024px) {
	#rebelangelo-precomp{
		margin-top: -200px;
	}
	.top_animation-container{
		margin-top: -22vw;
	}
	#top_animation {
    	margin-bottom: -70px;
	}
}
@media screen and (max-width: 440px) {
	.contact-layer input, .contact-layer textarea{
		width:100%;
	}
	.copyright{
		align-items: flex-start !important;
    	flex-direction: column-reverse !important;
		padding: 30px 20px 120px !important;
	}
	.copyright p{
		font-size:12px !important;
	}
	.copyright .right .logo{
		display:block;
		width:86px;
	}
	.copyright .right{
		justify-content: space-between !important;
		width: 100% !important;
	}
	.social-button{
		display:flex;
		justify-content:center;
		align-items:center;
		width: 30px;
		height: 30px;
		padding:7px;
		margin: 0;
		margin-left: 24px;
	}
	
	#footer-contact-form p{
		width:100%;
	}
	
	.contact-layer input, .contact-layer textarea{
		padding:16px;
		border-radius: 16px;
	}
	.contact-layer textarea{
		height:56px;
	}
	.contact-layer input[type=submit]{
		padding:12px 24px 12px 24px;
		margin-top: 15px;
	}
	#sticky-cicrle-main{
		height: 700px;
		margin-bottom:10px;
	}
	.contact-layer label{
		width:100%;
	}
	.top_animation-container{
		margin-top: -40vw;
	}
	#top_animation{
		width: 200%;
		margin-bottom: -15vw;
	}
	#rebelangelo-precomp{
		margin-top: -100px;   
	}
	#we-achieve-container{
		width: 201px;
		margin-top: 25px;
	}
	#we-achieve-img{
		padding: 33px;   
	}
	#we-achieve-line{
		height: 52px;
	}
	.donut-rot-img{
		width: 195px;
		height: 195px;
	}
	.donut-progress-container{
		width: 100%;
		overflow: hidden;
		justify-content: center;
		padding-top: 5px;
	}
	.donut-progress {
		width: 228px;
		height: 228px;
		margin: 0px;
		transform: translateX(5.5%);
	}
	.donut-progress:nth-child(2) {
		transform: translateX(-5.5%);
	}
	.donut-progress__svg{
		width:228px;
		height: 228px;
	}
	.progress-dot{
		width: 20.5px;
		height: 20.5px;
	}
	.donut-progress:nth-child(2) .donut-progress__svg {
		transform: rotate(151deg);
	}
	.donut-progress__svg {
		transform: rotate(331deg);
	}
	#our-works-path{
		display: none;
	}
	#our-works-mobile-path{
		display: block;
	}
	#our-works-path-window{
		display: none;
	}
	.path-pivot{
		right: 0;
	}
	#rebelangelo-precomp{
		margin-bottom:-150px;
	}
	#p5animation{
		margin-bottom:0;
	}
}