/*
Template Name: Music Profile
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.center_about {
	position: relative;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(9, 9, 9, 0.92) 0%, rgba(9, 9, 9, 0.72) 52%, rgba(9, 9, 9, 0.38) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 320px;
	display: flex;
	align-items: flex-end;
}

.center_about .center_m {
	position: relative;
	z-index: 1;
	width: 100%;
}

.center_about .center_o1 {
	justify-content: flex-start;
}

.center_about .center_o1 .col-md-12 {
	text-align: left;
}

.center_about h1 {
	display: block;
	padding: 16px 22px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	letter-spacing: 0.01em;
	width: fit-content;
	margin-left: 0;
}

.center_about h6 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	margin-left: 0;
}

.about_pg1_right img {
	border: 10px solid var(--yellow);
}

.static_image {
	width: 85%;
}

.rotate {
	bottom: -20px;
}

.team_1_left {
	border-bottom: 5px solid var(--yellow);
}

.team_1_left ul {
	top: 20px;
	right: 20px;
	display: none;
	transition: 0.3s;
}

.team_1_left:hover ul {
	display: block;
	transition: 0.3s;
}

.spec_1_left span {
	width: 120px;
	height: 120px;
	line-height: 120px;
}

.center_cont {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
}

.center_team {
	background-image: url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
}

/*********************about_end****************/



@media screen and (max-width : 767px) {
	.about_pg1_left {
		padding-right: 0 !important;
		margin-bottom: 20px;
	}

	.rotate {
		position: static !important;
		width: 100% !important;
	}

	.about_pg1_right img {
		width: 100%;
	}

	.team_1_left {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.spec_1_left {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.contact_1_left_inner_left {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.contact_1_right {
		margin-top: 20px;
		padding-left: 0 !important;
	}

	.contact_2_left {
		width: 100% !important;
	}

	.contact_2_left_inner_left {
		margin-top: 15px;
		text-align: center;
	}
}


@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
	.team_1_left {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.spec_1_left {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (min-width:992px) and (max-width:1200px) {}

@media (min-width:1201px) and (max-width:1300px) {}

@media screen and (min-width : 1400px) {
	#about_pg {
		padding-bottom: 70px !important;
	}
}

/* About page redesign */
.about_page {
	background: #f5f8fc;
}

.about_page .about_hero {
	padding: 144px 0 84px;
	min-height: 320px;
	display: flex;
	align-items: flex-end;
	background:
		linear-gradient(90deg, rgba(8, 8, 8, 0.92) 0%, rgba(8, 8, 8, 0.72) 48%, rgba(8, 8, 8, 0.42) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646866/about_bo6yak.png") center/cover no-repeat;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.about_page .about_hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 193, 7, 0.12), transparent 42%);
	pointer-events: none;
}

.about_page .about_badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(209, 0, 0, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.12);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.about_page .about_hero_title {
	display: inline-block;
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.08;
	font-weight: 800;
	max-width: 15ch;
	padding: 18px 22px;
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	margin-bottom: 0;
}

.about_page .about_hero_text {
	max-width: 760px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
}

.about_page .about_hero_panel {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	padding: 14px;
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.about_page .about_hero_panel img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 22px;
	display: block;
}

.about_page .about_hero_stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.about_page .about_stat_chip {
	padding: 12px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.10);
}

.about_page .about_stat_chip strong {
	display: block;
	font-size: 1rem;
	line-height: 1.1;
}

.about_page .about_stat_chip span {
	display: block;
	margin-top: 4px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.72);
}

.about_page .about_section {
	padding: 88px 0;
}

.about_page .about_section_alt {
	background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

.about_page .about_media,
.about_page .about_note_card,
.about_page .about_value_card,
.about_page .about_feature_card,
.about_page .about_cta_card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.about_page .about_media {
	border-radius: 28px;
	overflow: hidden;
}

.about_page .about_media img {
	width: 100%;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
	display: block;
}

.about_page .about_text {
	color: #475569;
	line-height: 1.8;
}

.about_page .about_inline_pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.about_page .about_inline_pills span {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.04);
	font-size: 0.9rem;
}

.about_page .about_value_card,
.about_page .about_feature_card,
.about_page .about_note_card {
	border-radius: 24px;
	padding: 24px;
	height: 100%;
}

.about_page .about_value_icon {
	width: 54px;
	height: 54px;
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(209, 0, 0, 0.1);
	color: var(--yellow);
	font-size: 1.35rem;
	margin-bottom: 16px;
}

.about_page .about_value_card h4,
.about_page .about_feature_card h4 {
	margin-bottom: 10px;
	font-size: 1.15rem;
	font-weight: 700;
}

.about_page .about_value_card p,
.about_page .about_feature_card p {
	margin-bottom: 0;
	color: #475569;
	line-height: 1.75;
}

.about_page .about_note_card {
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.about_page .about_cta_section {
	padding-top: 0;
}

.about_page .about_cta_card {
	border-radius: 28px;
	padding: 32px;
	background:
		linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.84) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg") center/cover no-repeat;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.about_page .about_hero {
		padding-top: 124px;
	}

	.about_page .about_hero_title {
		max-width: none;
	}

	.about_page .about_hero_panel img {
		height: 300px;
	}

	.about_page .about_hero_stats {
		grid-template-columns: 1fr;
	}

	.about_page .about_media img {
		min-height: 320px;
	}
}

@media screen and (max-width: 767px) {
	.about_page .about_hero {
		padding: 112px 0 70px;
	}

	.about_page .about_section {
		padding: 70px 0;
	}

	.about_page .about_cta_card {
		padding: 24px;
	}
}