@import url("css/content.css");
@import url("css/showcase.css");
@import url("css/portfolio.css");
@import url("css/shortcodes.css");
@import url("css/assets.css");

html,
body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	height: 100%;
	width: 100%;
	color: #444;
	background-color: #fff;
	user-select: none;
	/* supported by Chrome and Opera */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
}

html {
	box-sizing: border-box;
	margin-right: 0px !important;
	overflow: visible !important;
}

body {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s;
}

body.smooth-scroll {
	overflow: hidden;
}

body.hidden {
	opacity: 0;
}

main {
	-webkit-transition: background 0.5s ease-in-out 0s;
	transition: background 0.5s ease-in-out 0s;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio {
	display: inline-block;
	max-width: 100%;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

nav.open {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

nav.open ul li a {
	color: #000 !important;
	opacity: 1 !important;
}

b,
strong {
	font-weight: 600;
	color: #000;
}

.light-content b,
.light-content strong,
.dark-section b,
.dark-section strong {
	font-weight: 600;
	color: #fff;
}

.light-content .light-section b,
.light-content .light-section strong {
	font-weight: 600;
	color: #000;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: none repeat scroll 0 0 #000;
	text-decoration: none;
	color: #fff;
	padding: 2px 8px;
	display: inline-block;
	border-radius: 2px;
}

.light-content mark,
.light-content ins,
.dark-section mark,
.dark-section ins {
	background: none repeat scroll 0 0 #fff;
	color: #000;
}

.light-content .light-section mark,
.light-content .light-section ins {
	background: none repeat scroll 0 0 #111;
	color: #fff;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

pre {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: rgba(0, 0, 0, 0.05)
}

.light-content pre,
.dark-section pre {
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.light-content .light-section pre {
	background-color: rgba(0, 0, 0, 0.05);
	color: #000;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #000;
	line-height: 1.6;
	font-size: 1.5rem;
	margin-bottom: 2.1875rem;
	font-weight: 500;
	padding-left: 3.5rem;
	margin: 0 0 1.5625rem;
	position: relative;
}

.light-content blockquote,
.dark-section blockquote {
	color: #fff;
}

.light-content .light-section blockquote {
	color: #000;
}

::selection {
	background: transparent !important;
	background-color: transparent !important;
}

/* Slider wrapper */
.css-slider-wrapper {
	display: block;
	background: #FFF;
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 900px;
}

.main-wrap {
	position: relative;
	top: 100%;
}

/* Slider */
.sliderfull {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	background: transparent;
	background-color: transparent;
	z-index: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	-webkit-transition: -webkit-transform 1600ms;
	transition: -webkit-transform 1600ms, transform 1600ms;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.social_icons_abs {
	position: absolute;
	right: 100px;
	bottom: 80px;
	z-index: 9999;
}

/* Slides Background Color */
.slide-1 {
	background-image: url(images/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	left: 0;
}

.slide-2 {
	background-image: url(images/hero2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	left: 100%;
}

.slide-3 {
	background-image: url(images/hero3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	left: 200%;
}

.slide-4 {
	background-image: url(images/hero4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	left: 300%;
}

.sliderfull a {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 15px 30px 15px 30px;
	transition: all 0.3s ease;
}

.sliderfull a:hover {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 15px 30px 15px 30px;
	background-color: #fff;
	color: #000;
	transition: all 0.3s ease;
}

.sliderfull {
	display: flex;
	justify-content: flex-start;
}

.slider-content {
	width: 50%;
	padding-left: 100px;
}

/* Slider Inner Slide Effect */
.sliderfull h2 {
	color: #333333;
	text-transform: capitalize;
	font-size: 5rem;
	opacity: 0;
	letter-spacing: -2px;
	font-family: "Inter", sans-serif;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	margin-top: 0 !important;
	font-weight: normal !important;
	margin-bottom: 40px;
}

.sliderfull h4 {
	font-size: 2.5rem;
	letter-spacing: -2px;
	font-family: "Inter", sans-serif;
	color: rgba(51, 51, 51, 0.349);
	opacity: 0;
	line-height: 40px !important;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	font-weight: normal !important;
	margin-bottom: 0 !important;
}

.sliderfull>img {
	position: absolute;
	right: 10%;
	bottom: 0;
	height: 100%;
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
}

.slide-1>img {
	right: 0;
}


/* Animations */
.sliderfull h2 {
	-webkit-transition: opacity 400ms, -webkit-transform 400ms;
	transition: transform 400ms, opacity 400ms;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.sliderfull h4 {
	-webkit-transition: opacity 400ms, -webkit-transform 400ms;
	transition: transform 400ms, opacity 400ms;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.sliderfull>img {
	-webkit-transition: opacity 400ms, -webkit-transform 400ms;
	transition: transform 400ms, opacity 400ms;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

/* Slider Pagger */
.slider-pagination {
	position: absolute;
	bottom: 80px;
	width: 575px;
	left: 100px;
	z-index: 1000;
	display: flex;
	align-items: center;
}

.slider-pagination label {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: #fff;
	margin: 0 10px;
	cursor: pointer;
}

/* Slider Pagger Event */
.slide-radio1:checked~.slider-pagination .page1,
.slide-radio2:checked~.slider-pagination .page2,
.slide-radio3:checked~.slider-pagination .page3,
.slide-radio4:checked~.slider-pagination .page4 {
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	background: #fff;
}

/* Slider Slide Effect */
.slide-radio1:checked~.sliderfull {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.slide-radio2:checked~.sliderfull {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.slide-radio3:checked~.sliderfull {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}

.slide-radio4:checked~.sliderfull {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}

.slide-radio1:checked~.slide-1 h2,
.slide-radio2:checked~.slide-2 h2,
.slide-radio3:checked~.slide-3 h2,
.slide-radio4:checked~.slide-4 h2,
.slide-radio1:checked~.slide-1 h4,
.slide-radio2:checked~.slide-2 h4,
.slide-radio3:checked~.slide-3 h4,
.slide-radio4:checked~.slide-4 h4,
.slide-radio1:checked~.slide-1>img,
.slide-radio2:checked~.slide-2>img,
.slide-radio3:checked~.slide-3>img,
.slide-radio4:checked~.slide-4>img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.sliderfull {
	-webkit-transition: -webkit-transform 750ms;
	transition: -webkit-transform 750ms, transform 750ms;
}

.tour-poster {
	margin: 0 auto;
	max-width: 1200px;
}

.tour-poster img {
	width: 100%;
	border-radius: 20px;
}


.tour-wrap {
	max-width: 1200px;
	margin: 24px auto 24px auto;
	padding: 0 16px;
	color: #0b0b0b;
}

.tickets-soon {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	width: 100%;
	color: #000;
	margin: 30px auto 20px auto !important;
}

.tour-row {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #f6f6f6;
	border-radius: 12px;
	border: 1px solid #ddd;
	margin-bottom: 16px;
	padding: 16px 18px;
}

.tour-link a {
	background-color: #ed5f00 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 10px 20px 10px 20px !important;
	font-size: 0.9rem !important;
	font-size: 500 !important;
	display: inline-block !important;
	width: auto !important;
	border-radius: 100px !important;
	border: none !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
	min-width: 80px;
}

.tour-link a:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.tour-heading {
	width: 100%;
	margin: 60px auto;
	text-align: center;
}

.tour-heading h1 {
	color: #000 !important;
	font-size: 4.5rem;
	margin-bottom: 0 !important;
	letter-spacing: -2px;
	text-align: center;
}

.tour-heading p {
	gap: 16px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.tour-heading p span {
	color: #000;
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	padding: 0 16px;
	border-radius: 100px;
	border: 1px solid #e8e8e8;
}

.tour-date {
	min-width: 84px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .3px;
	font-size: 14px;
	color: #555555;
}

.tour-city {
	min-width: 120px;
	font-weight: 800;
	text-transform: uppercase;
}

.tour-venue {
	flex: 1;
	opacity: .8;
	font-weight: 600;
}

.tour-cta {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.tour-btn {
	border: 0;
	padding: 10px 18px;
	border-radius: 999px;
	cursor: pointer;
	background: #111111;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: .3px;
}

.tour-btn--ghost {
	background: transparent;
	color: #111111;
	border: 2px solid #111111;
}

.tour-row.disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: default;
}

.merch-pricing h4.color-black {
	color: #000 !important;
}


.sneh-profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0;
	margin-top: -20px;
	text-align: center;
}

/* Avatar wrapper default (large screens) */
.sneh-profile-img-wrapper {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
	background: #111;
}

.sneh-profile-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sneh-profile-name {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #000 !important;
	text-align: center;
	line-height: 60px;
}

.linktree-video {
	max-width: 500px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0 auto;
}

.vid-item-wrap {
	max-width: 500px;
	justify-content: center;
	align-items: center;
	display: flex;
	margin: 0 auto;
}

.sneh-linktree-music {
	display: flex;
	justify-content: center;
	padding: 32px 16px;
}

.sneh-music-card {
	width: 100%;
	max-width: 520px;
	padding: 24px 20px 22px;
	border-radius: 18px;
	background: radial-gradient(circle at top left, #111827 0, #020617 55%, #000 100%);
	border: 1px solid rgba(148, 163, 184, 0.45);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
	color: #f9fafb;
}

/* Track info */
.sneh-track-info {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 18px;
}

.sneh-track-cover {
	width: 88px;
	height: 88px;
	border-radius: 16px;
	object-fit: cover;
	flex-shrink: 0;
}

.sneh-track-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sneh-track-tag {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: #9ca3af;
}

.sneh-track-title {
	font-size: 1.1rem;
	font-weight: 600;
}

.sneh-track-artist {
	font-size: 0.9rem;
	color: #d1d5db;
}

/* Vertical Linktree-style buttons */
.sneh-platform-links {
	display: block;
	flex-direction: column;
	gap: 10px;
	width: 500px;
}

/* Base button style */
.sneh-platform-btn {
	border: 1px solid #e7e7e7 !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	background-image: url(images/right.png) !important;
	background-position: right 20px top 50% !important;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	width: 100%;
	display: block;
	margin-bottom: 15px;
	text-decoration: none;
	border-radius: 16px;
	background: #fff;
	color: #000 !important;
	padding: 4px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: background 0.2s ease-out, border-color 0.2s ease-out,
		transform 0.15s ease-out, box-shadow 0.15s ease-out;
}

.plat {
	display: block;
	flex-direction: row;
	justify-content: space-between !important;
	align-items: center;
	padding: 16px 16px;
	width: 100%;
}

.sneh-platform-btn:hover {
	background: #edfafb;
	transition: all 0.3s ease;
	border: 1px solid #299099 !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	background-position: right 14px top 50% !important;
}

.sneh-platform-btn:active {
	transform: translateY(0);
	box-shadow: none;
}

/* Left content group */
.sneh-platform-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Icon circle */
.sneh-platform-icon {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	color: #e5e7eb;
	flex-shrink: 0;
	margin-right: 4px;
}

.sneh-platform-icon img{
	width: 100%;
}

/* Text stack */
.sneh-platform-text {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.sneh-platform-name {
	font-size: 1.2rem;
	font-weight: 500;
}

.sneh-platform-sub {
	font-size: 0.75rem;
	color: #9ca3af;
}

/* Arrow */
.sneh-platform-arrow {
	font-size: 0.85rem;
	color: #9ca3af;
}


@media (max-width: 1024px) {
	.sneh-profile-img-wrapper {
		width: 200px;
		height: 200px;
	}

	.sneh-profile-name {
		font-size: 1.2rem;
	}
}

@media (max-width: 768px) {
	.sneh-profile-img-wrapper {
		width: 180px;
		height: 180px;
	}

	.linktree-video {
	max-width: 90%;
}

.vid-item-wrap {
	max-width: 90%;
}

.sneh-platform-links{
	width: 100%;
	padding: 0 !important;
	margin-top: 0;
}

.plat-wrap{
	width: 100%;
}

	.sneh-profile-name {
		font-size: 1.15rem;
	}
}

@media (max-width: 480px) {
	.sneh-profile-img-wrapper {
		width: 150px;
		height: 150px;
	}

	.sneh-profile-name {
		font-size: 1.05rem;
	}
}

@media (max-width: 1250px) {
	.tour-poster {
		padding: 0 20px;
	}

}

@media (max-width: 1100px) {
	.tour-heading h1 {
		margin-bottom: 20px !important;
		font-size: 3.5rem;
	}
}


@media (max-width: 768px) {
	.tour-row {
		flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.tour-heading h1 {
		line-height: 24px !important;
		margin-bottom: 0 !important;
		font-size: 2rem;
		gap: 0 !important;
		padding: 12px 14px !important;
	}

	.tickets-soon {
		font-size: 1rem;
		margin: 30px auto 20px auto !important;
	}

	.tour-link a {
		min-width: auto !important;
		width: 70px !important;
	}

	.tour-heading p {
		gap: 10px;
	}

	.tour-heading p span {
		font-size: 0.9rem;
	}

	.tour-heading {
		margin: 12px auto 12px auto !important;
	}

	.tour-city {
		font-size: 14px;
		min-width: auto !important;
	}

	.tour-venue {
		display: none;
	}

	.tour-poster {
		padding: 0 16px;
	}

	.tour-date {
		min-width: 60px !important;
	}

	.tour-link {
		justify-content: center !important;
	}
}

/* Responsive */
@media only screen and (max-width: 768px) {
	.sliderfull h2 {
		font-size: 20px;
	}

	.sliderfull h4 {
		font-size: 16px;
	}

	.slider-content {
		padding: 0 2%;
	}

	.slider-pagination {
		left: 2%;
	}

	.sliderfull>img {
		right: 2%;
	}

	.slide-1>img {
		right: -110px;
	}
}


blockquote::before {
	content: "\275D";
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 1;
	font-size: 3rem;
	font-weight: 500;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.light-content blockquote cite,
.light-content blockquote small {
	color: #fff;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 600;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul,
ol {
	list-style: none;
	margin: 20px 0 25px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin: 20px 0px 15px 25px;
}

li {
	line-height: 20px;
	color: #444;
	margin-bottom: 25px;
}

.light-content li,
.dark-section li {
	color: #ccc;
}

.light-content .light-section li {
	color: #444;
}

.release-cover {
	display: flex;
	flex-direction: row;
	gap: 24px;
}

.release-cover .video-container {
	width: 50%;
}

.sk-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 20px;
}

.sk-grid-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 500px;
	border-radius: 16px;
}

.sk-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
	border-radius: 16px;
}

.sk-grid-item:hover img {
	transform: scale(1.05);
}

.sk-text-left h3 {
	margin-bottom: 0 !important;
	color: #fff !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 20px !important;
	text-shadow: 1px 1px 6px rgba(0, 10px, 0, 0.6);
}

.sk-text-left p {
	color: #fff !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 20px !important;
	text-shadow: 1px 1px 6px rgba(0, 10px, 10px, 0.2);
}

.arr-icon {
	width: 30px !important;
	height: 30px !important;
	display: block;
	margin-right: 25px !important;
	margin-bottom: 25px !important;
}

.arr-icon img {
	width: 100% !important;
	height: auto !important;
	border-radius: 0 !important;
}

.sk-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to bottom,
			rgba(167, 215, 214, 0.6) 0%,
			rgba(82, 168, 165, 0.7) 50%,
			rgba(44, 94, 92, 0.8) 100%);
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	opacity: 0;
	transition: opacity 0.4s ease;
	border-radius: 0 0 16px 16px;
}

.sk-grid-item:hover .sk-overlay {
	opacity: 1;
}

.sk-text-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.sk-text-left h3 {
	font-size: 20px;
	margin: 0 0 4px;
}

.sk-text-left p {
	font-size: 14px;
	margin: 0;
	opacity: 0.8;
}

.sk-arrow-icon {
	width: 28px;
	height: auto;
}

.kaqi-logo img {
	max-width: 130px;
}

p.kaqi-logo-dark {
	margin-bottom: 0;
}

.kaqi-logo-dark img {
	max-width: 180px;
}

p.managed-sm {
	font-size: 0.9rem !important;
	margin-top: 10px;
}

.video-container {
	border-radius: 16px;
}

.video-container iframe {
	border-radius: 16px;
}

/* Contact Styles */
.contact-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 240px auto;
	width: 1100px;
	gap: 50px;
	background-color: #fff;
	padding: 50px 50px 50px 50px;
	border-radius: 30px;
	box-shadow: 0 20px 40px rgba(50, 50, 51, 0.1);
}

.contact-wrapper-left {
	display: flex;
	color: #0f1010 !important;
	width: 50%;
}

.left-panel h4 {
	color: #0f1010 !important;
	margin-bottom: 25px;
	font-weight: 300 !important;
	border-bottom: 1px solid #e6e6e6;
}

.left-panel .info p {
	color: #0f1010 !important;
	margin-bottom: 10px !important;
}

.left-panel .info p strong {
	color: #0f1010 !important;
}

.left-panel .socials {
	color: #0f1010 !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-right: 120px;
	margin-left: -15px;
	margin-top: 30px;
}

.left-panel .socials span {
	color: #0f1010 !important;
	border: 1px solid #bbb;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.left-panel .socials span:hover {
	color: #0f1010 !important;
	border: 1px solid #ed5f00;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: flex;
	background-color: #ed5f00;
	transition: all 0.3s ease;
}

.left-panel .socials span img {
	width: 24px;
	height: auto;
}


.centered-panel {
	margin: 0 auto !important;
	display: flex;
	justify-content: center;
	text-align: center;
}

.centered-panel h4 {
	color: #0f1010 !important;
	margin-bottom: 25px;
	font-weight: 300 !important;
	border-bottom: 1px solid #e6e6e6;
}

.centered-panel .info p {
	color: #0f1010 !important;
	margin-bottom: 10px !important;
}

.centered-panel .info p strong {
	color: #0f1010 !important;
}

.centered-panel .socials {
	color: #0f1010 !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.centered-panel .socials span {
	color: #0f1010 !important;
	border: 1px solid #bbb;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.centered-panel .socials span:hover {
	color: #0f1010 !important;
	border: 1px solid #ed5f00;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: flex;
	background-color: #ed5f00;
	transition: all 0.3s ease;
}

.centered-panel .socials span img {
	width: 24px;
	height: auto;
}

.epk-socials {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.epk-socials .socials {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 30px;
	width: 100%;
}

.epk-socials .socials span {
	color: #0f1010 !important;
	border: 1px solid #bbb;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-right: 25px;
	margin-bottom: 25px;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.epk-socials .socials span:hover {
	color: #0f1010 !important;
	border: 1px solid #ed5f00;
	border-radius: 50%;
	margin-right: 25px;
	margin-bottom: 25px;
	display: flex;
	background-color: #ed5f00;
	transition: all 0.3s ease;
}

.epk-socials .socials span img {
	width: 24px;
	height: auto;
}

.avatar-group {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.avatar {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
	margin-left: -25px;
	background-color: #eee;
	transition: transform 0.2s ease-in-out;
}

.avatar:first-child {
	margin-left: 0;
}

.cta-epk {
	display: flex;
	width: 100%;
	justify-content: center !important;
	gap: 15px;
	margin-top: 20px;
}

.cta-epk a {
	background-color: #ed5f00 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 15px 30px 15px 30px !important;
	font-size: 1.4rem !important;
	font-size: 500 !important;
	display: flex !important;
	width: auto !important;
	border-radius: 100px !important;
	border: none !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.cta-epk a:hover {
	background-color: #000 !important;
	transition: all 0.3s ease;
}

.epk-highlight-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 40px 0;
	flex-wrap: wrap;
}

.epk-left-group {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.circle-stack-alt {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.circle-img-alt {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #fff;
	object-fit: cover;
	margin-left: -15px;
	background-color: #eee;
}

.circle-img-alt:first-child {
	margin-left: 0;
}

.highlight-text p {
	margin: 2px 0;
	font-size: 2rem;
	line-height: 1;
	color: #333 !important;
}

.avatar-highlight {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}

.merchandise-cta {
	display: flex;
	width: 50%;
	justify-content: flex-end;
}

.merchandise-cta a {
	background-color: #ed5f00 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 15px 30px 15px 30px !important;
	font-size: 1.4rem !important;
	font-size: 500 !important;
	display: block !important;
	width: auto !important;
	border-radius: 100px !important;
	border: none !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.merchandise-cta a:hover {
	background-color: #000 !important;
	transition: all 0.3s ease;
}

/* Responsive behavior */
@media screen and (max-width: 768px) {
	.epk-highlight-section {
		flex-direction: column;
		align-items: flex-start;
	}

	.epk-left-group {
		margin-bottom: 16px;
	}

	.epk-cta {
		width: 100%;
	}

	.epk-cta .cta-button {
		display: inline-block;
	}
}


.epk-merchandise {
	width: 1150px;
	margin: 40px auto 0 auto;
}

.grid-wrapper {
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
}

.photo-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}

.photo-item {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 12px;
}

.photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}

@media screen and (max-width: 1500px) {
	.css-slider-wrapper {
		height: 800px;
	}

	.sliderfull h2 {
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 1400px) {
	.css-slider-wrapper {
		height: 700px;
	}

	.sliderfull h2 {
		font-size: 4rem;
	}
}

@media screen and (max-width: 1250px) {
	.css-slider-wrapper {
		height: 600px;
	}

	.sliderfull h2 {
		font-size: 3.5rem;
	}

	.sliderfull h4 {
		font-size: 1.6rem;
		letter-spacing: -1px !important;
		line-height: 16px !important;
	}

	.slider-content {
		width: 100% !important;
	}
}

/* At screen width below 1250px, use 90% centered */
@media screen and (max-width: 1250px) {
	.grid-wrapper {
		width: 90%;
	}
}

/* 2 columns on medium screens */
@media screen and (max-width: 1024px) {
	.photo-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.centered-panel {
		padding-bottom: 30px !important;
	}

	.centered-panel .socials span {
		margin-right: 0 !important;
	}

	.centered-panel .socials span {
		width: 36px;
		height: 36px;
		margin-bottom: 0;
	}

	.centered-panel .socials span img {
		width: 20px;
	}

	.centered-panel .socials {
		gap: 10px;
		left: -20px !important;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 20px !important;
	}

	.social_icons_abs {
		left: 100px !important;
		right: auto !important;
		bottom: 50px;
		justify-content: flex-start !important;
	}

	.slider-pagination {
		bottom: 170px;
	}

	.sliderfull h2 {
		font-size: 2rem;
		letter-spacing: 0.7px !important;
		margin-bottom: 15px !important;
		line-height: 36px !important;
		margin-bottom: 20px !important;
	}

	.sliderfull h4 {
		font-size: 1rem;
		margin-bottom: 5px !important;
		letter-spacing: 0.7px !important;
	}

	.sliderfull a {
		padding: 10px 20px 10px 20px;
	}

	.sliderfull a:hover {
		padding: 10px 20px 10px 20px;
	}

	.social_icons span a img {
		width: 16px !important;
	}

	.social_icons span a {
		margin-right: 12px !important;
		margin-bottom: 8px !important;
		padding: 8px !important;
	}

	.slider-pagination {
		display: none;
	}

	.slider-pagination label {
		margin: 0 14px !important;
	}

}

@media screen and (max-width: 768px) {
	.social_icons_abs {
		left: 20px !important;
		right: auto !important;
		bottom: 50px;
	}

	.sliderfull h2 {
		font-size: 1.6rem;
		letter-spacing: 0.7px !important;
		margin-bottom: 15px !important;
	}

	.css-slider-wrapper {
		min-height: 450px !important;
	}
}

/* 1 column on small screens */
@media screen and (max-width: 600px) {
	.photo-grid {
		grid-template-columns: 1fr;
	}
}


.contact-wrapper-right {
	display: flex;
	width: 50%;
}

.contact-wrapper-right {
	max-height: 650px !important;
	overflow-y: hidden !important;
	border-radius: 16px;
}

.contact-wrapper-right img {
	object-fit: cover;
}


.about-title-container {
	max-width: 1150px;
	margin: 0 auto 50px auto;
	padding: 0 20px;
	text-align: center;
}

.live-title-container {
	max-width: 1150px;
	margin: 0 auto 50px auto;
	padding: 0 20px;
	text-align: center;
}

.title-abs {
	font-size: 16rem;
	font-weight: bold;
	color: #fff;
	z-index: 0;
	position: absolute !important;
	text-align: center;
	width: 100%;
	margin-top: 0;
	top: 0;
}

.about-subtitle-container {
	max-width: 900px;
	margin: 150px auto 50px auto;
	padding: 0 20px;
	text-align: center;
}

.about-subtitle-container h3 {
	font-size: 2.2rem;
	line-height: 45px;
	font-weight: 300;
	max-width: 1150px;
	letter-spacing: -1.2px;
	color: #000000 !important;
}

.epk-subtitle-container {
	max-width: 900px;
	margin: 100px auto 50px auto;
	padding: 0 20px;
	text-align: center;
}

.epk-subtitle-container h3 {
	font-size: 2.2rem;
	line-height: 45px;
	font-weight: 300;
	max-width: 1150px;
	letter-spacing: -1.2px;
	color: #000000 !important;
}

.live-subtitle-container {
	margin: 150px auto 0 auto;
	padding: 0 20px;
	text-align: center;
}

.live-subtitle-container h3 {
	font-size: 2.6rem;
	line-height: 45px;
	font-weight: 300;
	max-width: 1150px;
	letter-spacing: -1.2px;
	color: #000000 !important;
}

.slider-mt-custom {
	margin: 70px auto 150px auto !important;
}

.about-big-title {
	font-size: 4rem;
	line-height: 50px;
	letter-spacing: -1.5px;
	font-weight: 400 !important;
	color: #000000 !important;
	margin: 0 0 30px 0;
}

.epk-title-lh {
	line-height: 64px;
}

p.about-big-description {
	font-size: 1.2rem;
	line-height: 30px;
	font-weight: 400 !important;
	color: #aaa !important;
}

.about-image-grid-container {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px 40px 0;
}

.epk-image-grid-container {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

.about-image-flex {
	display: flex;
	gap: 30px;
	transition: all 0.3s ease;
}

.about-image-flex-2 {
	display: flex;
	gap: 30px;
	transition: all 0.3s ease;
}

.epk-image-flex {
	display: block !important;
	gap: 30px;
	width: 100% !important;
	transition: all 0.3s ease;
}

.multi {
	margin-bottom: 0;
	bottom: 0;
	z-index: 9999;
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0.2),
			/* White with transparency */
			rgba(245, 245, 245, 0.2),
			/* Light gray */
			rgba(255, 255, 255, 0.2)
			/* White again */
		);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	transition: all 0.3s ease !important;
}

.multi div {
	padding: 20px 25px 10px 25px;
	transition: all 0.3s ease !important;
}

.multi h4 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.multi h4 span {
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal !important;
	margin-bottom: 0;
	line-height: 32px !important;
	letter-spacing: -1px;
	transition: all 0.3s ease !important;
}

.multi h4 span img {
	width: 24px;
}

.multi p {
	display: none;
	color: #fff !important;
	font-size: 0.8rem;
	font-weight: normal !important;
	margin-bottom: 10px;
	line-height: 22px;
	transition: all 0.3s ease !important;
}

.about-image-item:hover .multi p {
	display: flex;
	transition: all 0.3s ease !important;
}

.about-image-flex .about-image-item {
	flex: 1;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease !important;
}

.about-image-flex .about-image-item:first-child {
	flex: 0 0 70%;
	transition: all 0.3s ease;
}

.about-image-flex .about-image-item:last-child {
	flex: 0 0 30%;
	transition: all 0.3s ease;
}

.about-image-flex img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-image-flex-2 .about-image-item {
	flex: 1;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease !important;
}

.about-image-flex-2 .about-image-item:first-child {
	flex: 0 0 30%;
	transition: all 0.3s ease;
}

.about-image-flex-2 .about-image-item:last-child {
	flex: 0 0 70%;
	transition: all 0.3s ease;
}

.about-image-flex-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-stats-container {
	max-width: 1150px;
	margin: 0 auto 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
}

.about-stat-card {
	background: #fff;
	border-radius: 20px;
	padding: 20px 25px;
	display: flex;
	border: 1px solid #e7e7e7;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}

.about-stat-card:hover {
	background: #edfafb;
	transition: all 0.3s ease;
	border: 1px solid #3cacb6;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.about-stat-card-avatar {
	border-radius: 20px;
	padding: 20px 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s ease;
	background: #edfafb;
	border: 1px solid #3cacb6;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.about-stat-header {
	font-size: 15px;
	color: #444;
}

.about-icon-top {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.about-icon-top svg {
	object-fit: contain;
}

.about-stat-value {
	font-size: 2.6rem;
	font-weight: 500;
	color: #000;
	transition: all 0.3s ease;
}

.about-stat-footer {
	margin-top: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.about-stat-card:hover .about-stat-value {
	color: #12838d;
	padding-left: 10px;
	transition: all 0.3s ease;
}

.asv-100 {
	width: 100%;
}

.about-stat-card:hover .about-stat-header {
	color: #000;
	transition: all 0.3s ease;
}

.about-icon {
	font-size: 14px;
}

.about-green {
	color: #28c76f;
}

.about-red {
	color: #ea5455;
}

.about-chart-placeholder {
	margin-top: 20px;
	height: 60px;
	border-radius: 10px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.08) 60%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #777;
}

.about-language-section {
	max-width: 1150px;
	margin: 100px auto;
	display: flex;
	gap: 40px;
	align-items: center;
	flex-wrap: wrap;
}

.about-language-img {
	flex: 1 1 40%;
}

.about-language-img img {
	width: 100%;
	border-radius: 16px;
	display: block;
}

.about-language-content {
	flex: 1 1 55%;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	text-align: left;
}

.about-language-content p {
	color: #000 !important;
}

.about-language-content p:last-child {
	margin-bottom: 0;
}

.grad-img {
	position: absolute;
	z-index: 0;
	top: 0 !important;
	display: none;
}

.grad-img.hidden {
	opacity: 0 !important;
	pointer-events: none;
	/* optional: disables clicks when hidden */
}

.slider {
	width: 100%;
	margin: 160px auto;
}

.slider img {
	width: 100%;
	position: relative;
}

.slider-blog {
	width: 100%;
	margin: 80px auto 160px auto;
}

.slider-blog img {
	width: 100%;
	position: relative;
}

.slider-in-news {
	width: 100%;
	margin: 50px auto 160px auto;
}

.slider-in-news img {
	width: 100%;
	position: relative;
}

.slider-in-news .slick-prev {
	top: 40%;
	left: 32%;
}

.slider-in-news .slick-next {
	top: 40%;
	right: 32%;
}

.slick-slide {
	margin: 0px 8px;
}

.slideimg img {
	width: 800px !important;
}

.slick-slide img {
	width: 100%;
	border-radius: 12px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

.slick-current .sliderimg {
	border: 2px solid #fff;
	border-radius: 14px;
}

.videoplay {
	display: flex !important;
	position: block !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 10px 0;
}

.videoplay h4 {
	color: #000 !important;
	margin-bottom: 0;
	font-size: 0.9rem;
	font-weight: 300px !important;
	letter-spacing: -1px;
	line-height: 24px;
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.2;
	text-overflow: ellipsis;
}

.videoplay img {
	max-width: 32px;
	opacity: 0.1;
}

.slick-current .videoplay {
	display: flex !important;
	position: block !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 1 !important;
}

.slick-current .videoplay h4 {
	color: #000;
	margin-bottom: 0;
	font-size: 0.9rem;
	font-weight: 300px !important;
	line-height: 24px;
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 1 !important;
}

.slick-current .videoplay img {
	max-width: 32px;
	opacity: 1 !important;
}


.blogs {
	display: flex !important;
	position: block !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 10px 0;
}

.blogs h4 {
	color: #000 !important;
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: 300px !important;
	line-height: 24px;
	opacity: 0.2;
}

.blogs img {
	opacity: 0.1;
}

.blog-date {
	background-color: #3cacb6;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4px 14px 10px 14px;
	text-align: center;
}

.blog-date p {
	margin-bottom: 0 !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.4rem;
}

.blog-date div {
	color: #fff;
	font-weight: bold;
}

.slick-current .blogs {
	display: flex !important;
	position: block !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 1 !important;
}

.slick-current .blogs h4 {
	color: #000;
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: 300px !important;
	line-height: 24px;
	opacity: 1;
}

.slick-current .blogs img {
	max-width: 32px;
	opacity: 1 !important;
}

.live-moreinfo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.moreinfo-title {
	font-size: 2rem;
	letter-spacing: -1px;
	line-height: 32px;
	max-width: 40%;
}

.live-moreinfo {
	margin: 30px auto 40px auto;
	width: 1150px;
	padding-bottom: 40px;
}

.loaderfile {
	max-width: 160px;
}


.raised {
	width: 1150px;
	padding: 50px 50px 50px 50px;
	border-radius: 20px;
	margin: 0 auto 100px auto;
	font-size: 1.5rem;
	text-align: center;
	background-color: #3cacb6;
	color: #fff;
	line-height: 40px;
}

.grad-placeholder {
	background: linear-gradient(to bottom,
			rgba(5, 162, 163, 0.9) 0%,
			/* Teal 1 - opaque at top */
			rgba(32, 178, 170, 0.7) 30%,
			/* Teal 2 - a bit more transparent */
			rgba(0, 206, 209, 0.4) 60%,
			/* Teal 3 - much lighter */
			rgba(255, 255, 255, 0) 100%
			/* Fully transparent at bottom */
		);
	height: 200px;
	width: 100%;
	position: relative;
}

.grad-placeholder-sm {
	background: linear-gradient(to bottom,
			rgba(5, 162, 163, 0.9) 0%,
			/* Teal 1 - opaque at top */
			rgba(32, 178, 170, 0.7) 30%,
			/* Teal 2 - a bit more transparent */
			rgba(0, 206, 209, 0.4) 60%,
			/* Teal 3 - much lighter */
			rgba(255, 255, 255, 0) 100%
			/* Fully transparent at bottom */
		);
	height: 130px;
	width: 100%;
	position: relative;
}

.merchandise {
	background-color: #3cacb6;
	background:
		linear-gradient(-65deg,
			#62c1ca,
			#3cacb6,
			#1594a1);
	background-repeat: repeat;
	padding: 70px 0;
	width: 100%;
}

.merchandise-inner {
	width: 1150px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
	justify-content: space-between;
}

.merchandisetext h4 {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.merchandiseimg img {
	max-width: 300px;
	border-radius: 20px;
}

.blogs-pb {
	padding-bottom: 100px;
}


.live-video-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
}

.live-video-item {
	flex: 1 1 calc(33.333% - 30px);
	min-width: 280px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
}

.live-video-item:hover .live-video-title {
	color: #000;
	transition: all 0.3s ease;
	padding-left: 15px;
}

.live-video-item iframe {
	width: 100%;
	height: 270px;
	border-radius: 12px;
}

.live-video-title {
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
	color: #333;
	line-height: 22px;
	transition: all 0.3s ease;
}

.music-wrap {
	display: grid;
	flex-direction: row;
	align-items: start;
	width: 1150px;
	margin: 0 auto;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr); /* 2 columns */
}

.music-container {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.music-container .video-container {
	width: 100%;
}

.video-container-wrap {
	background-color: #fff;
	border-radius: 16px;
	margin-top: 15px;
}

.credits {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 25px;
	border-bottom: 1px solid #e9e9e9;
}

.credits-title {
	font-weight: bold;
}

.video-container-wrap p {
	font-size: 0.8rem;
	line-height: 20px;
	text-align: left;
	padding: 15px 25px;
	margin-bottom: 0;
}

.custom-tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	color: #777;
	padding: 8px 0 7px 0;
	font-size: 14px;
	border: none;
	border-radius: 100px;
	z-index: 9999 !important;
	opacity: 0.3;
}

.custom-tooltip:hover {
	opacity: 1;
}

.custom-tooltip-text {
	visibility: hidden;
	width: auto;
	background-color: #333;
	color: #fff !important;
	text-align: center;
	padding: 6px 20px;
	border-radius: 12px;
	/* Positioning */
	position: absolute;
	bottom: 125%;
	/* Position above the button */
	left: 50%;
	width: 300px;
	transform: translateX(-50%);
	/* Fade in */
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 9999;

	/* Optional arrow */
}

.custom-tooltip-text p {
	color: #fff !important;
	margin-bottom: 5px;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

	/* Optional arrow */
}

.custom-tooltip-text p:last-child {
	border-bottom: none;

	/* Optional arrow */
}

.custom-tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	/* Bottom of the tooltip */
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	z-index: 9999;
	border-color: #333 transparent transparent transparent;
}

/* Show the tooltip on hover */
.custom-tooltip:hover .custom-tooltip-text {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

.seamless-mt {
	margin-top: 100px !important;
}

.hd-mb {
	display: none;
}


/* Responsive */
@media (max-width: 768px) {
	.sk-portfolio-grid {
		grid-template-columns: 1fr;
	}

	.about-big-title {
		font-size: 2.5rem;
		line-height: 40px;
	}
}



.about_sneh span {
	display: flex;
	width: 100%;
	gap: 50px;
	padding-bottom: 60px;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.about_sneh span p {
	display: flex;
	width: 100%;
	line-height: 30px !important;
}

.about_sneh h4 {
	font-size: 4rem !important;
	font-weight: 300 !important;
	height: auto !important;
	line-height: auto !important;
	margin-bottom: 50px;
	letter-spacing: -5px !important;
}

.gradients {
	background-image: url(images/grad.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.gradients-inverse {
	background-image: url(images/grad-inverse.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.gradients-inverse .content-max-width {
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

.custom-padding-bottom {
	padding-bottom: 60px;
}

.sea span {
	font-weight: 400 !important;
}

.merch {
	max-width: 1200px !important;
	margin: 0 auto !important;
}

.merch h3 {
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
}

.merch-store {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}

.merch-img {
	width: 100%;
	border-radius: 16px;
	margin-bottom: 20px;
}

.merch-img img {
	width: 100%;
	border-radius: 16px;
	border: 1px solid #bbb;
}

.merch-pricing h4 {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin-bottom: 0;
}

.merch-pricing p {
	font-size: 0.9rem;
	color: #777;
	margin-bottom: 5px;
}

.merch-pricing a {
	background-color: #ed5f00 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 10px 20px 10px 20px !important;
	font-size: 0.9rem !important;
	font-size: 500 !important;
	display: inline-block !important;
	width: auto !important;
	border-radius: 100px !important;
	border: none !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.footer-social {
	max-width: 1200px;
	margin: 0 auto;
}

.copyrights {
	color: #999;
	font-size: 0.9rem;
	font-weight: 200 !important;
}

.footer-copyrights-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 30px auto 0 auto;
	border-top: 1px solid #444;
	padding-top: 25px;
	padding-bottom: 25px;
}

.designedby {
	font-size: 0.9rem;
	color: #999;
}

.footer-saregama-logo {
	max-width: 100px;
}

.footer-saregama-logo img {
	width: 100%;
}

.footer-logo {
	max-width: 190px;
	margin-bottom: 30px;
}

.footer-logo img {
	width: 100%;
}

.footer-links-info {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.foot-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	margin-bottom: 14px;
}

.foot-info span img {
	width: 24px;
}

.ka-qi-info p {
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: 200 !important;
}

.ka-qi-info p.manager-name {
	color: #fff !important;
	font-weight: 400 !important;
	margin-bottom: 10px !important;
}

.footer-marquee .next-hero-title {
	line-height: 8vw !important;
}

.footer-brand-credits span {
	font-size: 0.9rem;
	font-weight: 300 !important;
}

.footer-page-nav {
	background-image: url(images/footer-bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
}

.foot-info span b {
	display: inline-block;
	background-color: #333;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 300 !important;
	padding: 6px 16px 6px 16px;
	margin-right: 10px;
}

ul.footer-links-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: flex;
	flex-direction: row;
}

ul.footer-links-list li {
	margin-right: 35px;
}

ul.footer-links-list li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
}

.designedby a {
	color: #fff;
	text-decoration: none;
	font-size: 500;
}

.designedby a:hover {
	color: #fff;
	text-decoration: underline;
}

.cta-big a:hover {
	background-color: #000 !important;
	transition: all 0.3s ease;
}

.cta-flex-start a:hover {
	background-color: #000 !important;
	transition: all 0.3s ease;
}

.latest-releases h3 p {
	font-size: 4rem !important;
}

.latest-release-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	color: #000 !important;
}

.verticals h3 {
	font-weight: 300 !important;
	line-height: 42px !important;
}

.latest-release-content h3 {
	width: 100%;
	color: #000 !important;
	margin-bottom: 0;
	letter-spacing: -3px;
	font-weight: 300 !important;
	font-size: 4rem !important;
}

.latest-release-content p {
	font-size: 1.4rem;
	line-height: 32px !important;
	color: #000 !important;
}

.release-desc p {
	margin-bottom: 0;
	line-height: 26px !important;
	font-size: 1rem !important;
	color: #747474 !important;
}

.cta-big {
	display: flex !important;
	width: 100% !important;
	justify-content: flex-end !important;
}

.cta-big a {
	background-color: #ed5f00 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 15px 30px 15px 30px !important;
	font-size: 1.4rem !important;
	font-size: 500 !important;
	display: flex !important;
	width: auto !important;
	border-radius: 100px !important;
	border: none !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.cta-big a:hover {
	background-color: #000 !important;
	transition: all 0.3s ease;
}

.cta-flex-start {
	display: flex !important;
	width: 100% !important;
	justify-content: flex-start !important;
}

.cta-flex-start a {
	background-color: #ed5f00 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 15px 30px 15px 30px !important;
	font-size: 1.4rem !important;
	font-size: 500 !important;
	display: flex !important;
	width: auto !important;
	border-radius: 100px !important;
	border: none !important;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.cta-flex-start a:hover {
	background-color: #000 !important;
	transition: all 0.3s ease;
}

.item-appear {
	border-radius: 20px !important;
}

.item-appear img {
	border-radius: 20px !important;
}

.explore-releases {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.latest-release-wrap .content-max-width {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.grey-big-title {
	color: #ddd !important;
}

.release-cover {
	border-radius: 20px;
	transition: all 0.3s ease;
	line-height: 0 !important;
}

.caption-wrap {
	width: 100%;
	position: absolute;
	z-index: 99999;
	bottom: 0;
	background-image: url(images/overlay.png);
	background-repeat: repeat-x;
	background-size: contain;
	border-radius: 0 0 20px 20px;
	display: none;
}

.item:hover .caption-wrap {
	display: flex !important;
}

.caption-wrap span p {
	padding: 10px 40px 50px 40px;
	font-size: 2rem;
	letter-spacing: -2px;
	color: #fff !important;
	line-height: 40px;
	text-shadow: 0 10px 20px #000;
}

.caption-wrap span {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-start;
	gap: 10px;
}

span.nxt {
	padding: 0 40px 0 40px;
}

span.nxt img {
	width: 32px;
}

.release-cover:hover img {
	transform: scale(1.05);
	transition: all 0.3s ease;
	border: 5px solid #fff;
}

.release-cover img {
	border-radius: 20px;
}

.latest-release-wrap {
	margin: 80px auto 50px auto;
	padding: 120px 0 0 0;
	background-color: #EDF7EF !important;
}

.events-wrap {
	margin: 0 auto 50px auto;
	padding: 120px 0 0 0;
	background-color: #EDF7EF !important;
}

.find-out {
	letter-spacing: -2px;
	font-weight: 300px;
	color: #000;
	z-index: 9999;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 1200px !important;
	margin: 0 auto !important;
}

.find-out h3 {
	font-size: 3rem !important;
	line-height: 48px !important;
	margin-bottom: 30px !important;
	width: 100% !important;
	max-width: 100% !important;
}

.find-out .cta-big {
	letter-spacing: -1px !important;
}

.find-out .cta-flex-start {
	letter-spacing: -1px !important;
}

.events-wrap-heading h3 {
	width: 100%;
	color: #000 !important;
	margin-bottom: 0;
	font-weight: 300 !important;
	letter-spacing: -3px;
	font-size: 3rem !important;
	text-align: center !important;
	line-height: 44px !important;
}

.blog-titles h3 {
	width: 100%;
	color: #000 !important;
	margin-bottom: 0;
	margin-top: 100px;
	font-weight: 300 !important;
	letter-spacing: -3px;
	font-size: 3rem !important;
	text-align: center !important;
	line-height: 44px !important;
}

.latest-releases {
	max-width: 1180px;
	margin: 0 auto;
}

.verticals h3 {
	max-width: 1180px;
	margin: 0 auto 80px auto;
	font-size: 2rem;
	line-height: 32px;
}

.viral-reel {
	background-color: #fff !important;
}

.seamless {
	background-image: url(images/seamless.png) !important;
	background-repeat: repeat-x 0 0 !important;
	background-size: 1000px auto !important;
}

.in-media-wrap {
	background-image: url(images/circlegrad.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	background-position: center top !important;
}

.in-media {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.in-media h1 {
	text-align: center;
	width: 100%;
	font-size: 4rem !important;
	font-weight: normal !important;
	letter-spacing: -3px;
	margin-bottom: 0;
}

.in-media p {
	margin-bottom: 0;
	line-height: 28px;
}

.trigger-size {
	max-height: 600px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.panel-image {
	border-radius: 20px !important;
}

.panel-image a img {
	border-radius: 20px !important;
}

.panel {
	max-height: 700px !important;
}

.news-panel {
	margin-left: -40px;
}

figure {
	margin: 0;
	position: relative;
	display: block;
}

figure.has-parallax {
	overflow: hidden;
}

.full figure.has-parallax {
	overflow: hidden;
	height: 100vh;
}

figure img {
	max-width: 100%;
}

.has-parallax-content>img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	object-position: center;
	object-fit: cover;
}

figcaption {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0px;
	color: #fff;
	font-weight: 400;
	font-size: 10px;
	padding: 5px 10px;
	position: absolute;
	right: 0px;
	z-index: 10;
	border-radius: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 0;
}

legend {
	white-space: normal;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
	color: #444;
}

thead,
.light-content .light-section thead {
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
}

.light-content thead,
.dark-section thead {
	background-color: rgba(255, 255, 255, 1);
}

thead tr,
.light-content .light-section thead tr {
	color: #fff;
}

.light-content thead tr,
.dark-section thead tr {
	color: #000;
}

tr,
.light-content .light-section tr {
	color: #444;
}

.light-content tr,
.dark-section tr {
	color: #CCC;
}

tr:nth-child(2n),
.light-content .light-section tr:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.05);
}

.light-content tr:nth-child(2n),
.dark-section tr:nth-child(2n) {
	background-color: rgba(255, 255, 255, 0.1);
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	padding: 10px;
}

td {
	border-width: 0 1px 1px 0;
	padding: 10px;
}

del {
	color: #767676;
}

hr {
	border: 0;
	height: 28px;
	width: 100%;
	float: none;
	margin: 0;
	display: inline-block;
	opacity: 1 !important;
	-webkit-transition: translateY(0px) !important;
	transform: translateY(0px) !important;
}

hr.animated-line {
	height: 2px;
	padding-top: 12px;
	padding-bottom: 12px;
}

hr.animated-line:before {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: rgba(0, 0, 0, 1);
}

.light-content hr.animated-line:before,
.dark-section hr.animated-line:before {
	background: rgba(255, 255, 255, 1);
}

.light-content .light-section hr.animated-line:before {
	background: rgba(0, 0, 0, 1);
}

hr.animated.animated-line:before {
	width: 100%;
	-webkit-transition: width 0.7s ease-in-out 0.1s;
	transition: width 0.7s ease-in-out 0.1s;
}

hr:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}

h1.big-title {
	font-size: 7vw;
	line-height: 11vw;
	font-weight: normal !important;
	margin-left: -0.7vw;
	letter-spacing: -4px !important;
}

h1.big-title span {
	display: table;
	margin-top: -2vw;
}

h1 {
	font-size: calc(1rem + 4.15vw);
	line-height: calc(1rem + 5.5vw);
}

h1 span {
	display: table;
	margin-top: -0.7vw;
}

h1.inline-title span {
	display: inline-table;
	margin-right: 0.7vw;
}

h2 {
	font-size: calc(1rem + 3vw);
	line-height: calc(1rem + 4.5vw);
}

h2 span {
	display: table;
	margin-top: -0.7vw;
}

h2.inline-title span {
	display: inline-table;
	margin-right: 0.7vw;
}

h3 {
	font-size: calc(1rem + 2vw);
	line-height: calc(1rem + 3.5vw);
}

h3 span {
	display: table;
	margin-top: -0.7vw;
}

h3.inline-title span {
	display: inline-table;
	margin-right: 0.7vw;
}

h4 {
	font-size: calc(1rem + 1vw);
	line-height: calc(1rem + 2.5vw);
}

h5 {
	font-size: calc(1rem + 0.42vw);
	line-height: calc(1rem + 1.5vw);
}

h6 {
	font-size: 18px;
	line-height: 36px;
}

h6.has-icon {
	padding-left: 20px;
	box-sizing: border-box;
	display: inline-block;
	width: auto;
	position: relative;
}

h6.has-icon::before {
	font: var(--fa-font-solid);
	content: "\f101";
	font-size: 12px;
	line-height: inherit;
	text-align: left;
	position: absolute;
	left: 0;
}

.no-margins {
	margin: 0;
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
	color: #fff;
}

.light-content .light-section h1,
.light-content .light-section h2,
.light-content .light-section h3,
.light-content .light-section h4,
.light-content .light-section h5,
.light-content .light-section h6 {
	color: #000;
}

p {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 25px;
	color: #444;
}

.light-content p,
.dark-section p {
	color: #aaa;
}

.light-content .light-section p {
	color: #444;
}

.bigger {
	font-size: 18px;
	line-height: 32px;
}

.smaller {
	font-size: 12px;
	line-height: 24px;
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.container::after {
	clear: both;
	content: " ";
	display: table;
}

a:hover,
a:active {
	outline: 0;
	color: #000;
}

a,
.light-content .light-section a {
	text-decoration: none;
	color: #000;
	outline: 0;
}


.light-content a,
.dark-section a,
.white-header a {
	color: #fff;
}

.light-content .white-header a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.one_half {
	width: 48% !important;
}

.one_third {
	width: 30.6% !important;
}

.one_fourth {
	width: 22% !important;
}

.one_fifth {
	width: 16.8% !important;
}

.one_sixth {
	width: 13.33% !important;
}

.two_fifth {
	width: 37.6% !important;
}

.two_fourth {
	width: 48% !important;
}

.two_third {
	width: 65.33% !important;
}

.three_fifth {
	width: 58.4% !important;
}

.three_fourth {
	width: 74% !important;
}

.four_fifth {
	width: 79.2% !important;
}

.five_sixth {
	width: 82.67% !important;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left !important;
	margin-bottom: 10px !important;
	margin-right: 4% !important;
	position: relative !important;
}

.last {
	margin-right: 0px !important;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.outer {
	display: table;
	width: 100%;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.light-section-wrapper,
.dark-section-wrapper {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}

.light-section-container,
.dark-section-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.content-row {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	opacity: 1;
	box-sizing: border-box;
}

.content-row::after {
	clear: both;
	content: " ";
	display: table;
}

.small {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

.large {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}

.full {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
}

.row_padding_top {
	padding-top: 6vw;
}

.row_padding_bottom {
	padding-bottom: 8vw;
}

.row_padding_left {
	padding-left: 80px;
}

.row_padding_right {
	padding-right: 80px;
}

.row_padding_all {
	padding-top: 4vw;
	padding-bottom: 4vw;
	padding-left: 80px;
	padding-right: 80px;
}

#rotate-device {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #0f1010;
	background-image: url(images/rotate.png);
	background-size: 100px 100px;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

i.arrow-icon {
	border: solid #000;
	border-width: 0px 3px 3px 0px;
	box-sizing: border-box;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
}

.light-content i.arrow-icon,
.dark-content .item i.arrow-icon {
	border: solid #fff;
	border-width: 0px 3px 3px 0px;
}

.light-content .change-header i.arrow-icon,
.dark-content .change-header i.arrow-icon {
	border: solid #000;
	border-width: 0px 3px 3px 0px;
}

i.arrow-icon::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 3px;
	top: 7px;
	left: -6px;
	background-color: #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.light-content i.arrow-icon:after,
.light-content .change-header i.arrow-icon::after,
.dark-content .item i.arrow-icon::after {
	background-color: #fff;
}

.light-content .change-header i.arrow-icon::after,
.dark-content .change-header i.arrow-icon::after {
	background-color: #000;
}

/*--------------------------------------------------
		02. Magic Cursor
	---------------------------------------------------*/


#magic-cursor {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: 10000;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden-ball #magic-cursor {
	opacity: 0 !important;
	visibility: hidden;
}

#ball {
	position: fixed;
	width: 80px;
	height: 80px;
	border: 2px solid #999999;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.mfp-zoom-out-cur #ball {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball,
#ball.over-movie,
.light-content #ball.with-icon {
	border: 2px solid #999999;
	border-color: #999999;
}

#ball:before {
	font: var(--fa-font-solid);
	content: "\f106";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: -42px;
	color: #999;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
	color: #999;
}

#ball::after {
	font: var(--fa-font-solid);
	content: "\f107";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: 100px;
	color: #999;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before,
.light-content #ball:after {
	color: #999;
}

.scale-up #ball:before,
.scale-drag-horizontal #ball:before {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:before {
	color: #fff;
}

.scale-up #ball:after,
.scale-drag-horizontal #ball:after {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:after {
	color: #fff;
}

.scale-up.scale-none #ball:before,
.scale-up.scale-none #ball:after {
	opacity: 0;
}

#ball-drag-x {
	position: absolute;
	width: 72px;
	height: 72px;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
}

#ball-drag-x::before {
	font: var(--fa-font-solid);
	content: "\f053";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: -37px;
	top: 30px;
	color: #000;
	opacity: 0;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before {
	color: #fff;
}

#ball-drag-x::after {
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	right: -40px;
	left: auto;
	top: 30px;
	color: #000;
	opacity: 0;
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before,
.light-content #ball-drag-x:after {
	color: #fff;
}

.drag-cursor-white #ball-drag-x:before,
.drag-cursor-white #ball-drag-x:after {
	color: #fff;
}

.drag-cursor-black #ball-drag-x:before,
.drag-cursor-black #ball-drag-x:after {
	color: #000;
}

.scale-drag-x #ball-drag-x:before {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-x #ball-drag-x:after {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-x:before,
.scale-up.scale-drag #ball-drag-x:after {
	opacity: 0;
}

#ball-drag-y {
	position: absolute;
	width: 72px;
	height: 72px;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
}

#ball-drag-y:before {
	font: var(--fa-font-solid);
	content: "\f077";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: -40px;
	color: #000;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before {
	color: #fff;
}

#ball-drag-y::after {
	font: var(--fa-font-solid);
	content: "\f078";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: 100px;
	color: #000;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before,
.light-content #ball-drag-y:after {
	color: #fff;
}

.scale-drag-y #ball-drag-y:before {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-y #ball-drag-y:after {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-y:before,
.scale-up.scale-drag #ball-drag-y:after {
	opacity: 0;
}

#ball i {
	color: #fff;
	width: 76px;
	height: 80px;
	line-height: 78px;
	text-align: center;
	font-size: 14px;
	display: block;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball p {
	color: #fff;
	width: 66px;
	height: 16px;
	line-height: 16px;
	padding-top: 0px;
	padding-left: 5px;
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	display: block;
	opacity: 1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball p {
	color: #fff;
}

#ball p.first {
	padding-top: 22px;
}

.light-content #ball i,
#ball.over-movie i,
.light-content #ball.with-icon i {
	color: #fff;
}

.drag-cursor-white #ball i,
.drag-cursor-white #ball.with-icon i {
	color: #fff;
}

.drag-cursor-black #ball i,
.drag-cursor-black #ball.with-icon i {
	color: #000;
}

.light-content #ball.with-icon.dark-icon i {
	color: #000;
}

.scale-up #ball i {
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
	width: 76px;
}

#ball.with-icon i:nth-child(2) {
	display: none;
}

#ball.close-icon i {
	width: 75px;
	height: 76px;
	font-size: 14px;
}

#ball.over-movie i.fa-play,
#ball.over-movie.pause-movie i.fa-pause {
	display: block;
}

#ball.over-movie i.fa-pause,
#ball.over-movie.pause-movie i.fa-play {
	display: none;
}

#ball-loader {
	width: 100px;
	height: 100px;
	position: absolute;
	background-color: transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #999999;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
	border-radius: 100px;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: translate(-14px, -14px) rotate(0deg);
	transform: translate(-14px, -14px) rotate(0deg);
	-webkit-animation: rotating 0.8s ease-in-out infinite;
	animation: rotating 0.8s ease-in-out infinite;
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
	border-bottom: 4px solid #999999;
}

.show-loader #ball-loader {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
	0% {
		-webkit-transform: translate(-14px, -14px)rotate(0deg);
		transform: translate(-14px, -14px)) rotate(0deg);
	}

	95% {
		-webkit-transform: translate(-14px, -14px) rotate(350deg);
		transform: translate(-14px, -14px) rotate(350deg);
	}

	100% {
		-webkit-transform: translate(-14px, -14px) rotate(360deg);
		transform: translate(-14px, -14px) rotate(360deg);
	}
}

.show-loader a,
.show-loader nav,
.scale-up a,
.scale-up .hide-ball,
scale-up .link,
.scale-up .button-wrap,
.scale-up #burger-wrapper,
.scale-up .disable-drag,
.scale-drag a,
.scale-drag .move-title {
	pointer-events: none !important;
}

.disable-cursor #magic-cursor {
	display: none;
}

#ball i.arrow-icon {
	border: solid #000;
	border-width: 3px 3px 0px 0px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 28px;
	left: 30px;
	height: 20px;
	width: 20px;
}

.light-content #ball i.arrow-icon {
	border: solid #fff;
	border-width: 3px 3px 0px 0px;
}

#ball i.arrow-icon:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	top: 8px;
	left: -8px;
	background-color: #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.light-content #ball i.arrow-icon:after {
	background-color: #fff;
}


/*--------------------------------------------------
		03. Page Preloader
	---------------------------------------------------*/

.disable-ajaxload .preloader-wrap {
	display: none;
}

.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-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);
}

.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;
}

.preloader-intro {
	font-weight: 500;
	position: relative;
	display: block;
	font-size: 4vw;
	line-height: 13vw;
	height: 13vw;
	color: #fff;
	overflow: hidden;
	margin: 0;
}

.preloader-intro li {
	list-style: none;
	line-height: inherit;
	margin: 0;
	color: #fff;
}

/*--------------------------------------------------
		04. Header Elements
	---------------------------------------------------*/


header {
	width: 100%;
	height: 70px;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.7);
	/* Fallback solid color */
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0.2),
			/* White with transparency */
			rgba(245, 245, 245, 0.2),
			/* Light gray */
			rgba(255, 255, 255, 0.2)
			/* White again */
		);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);

	/* Optional: subtle border */
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: fixed !important;
	box-sizing: border-box;
	z-index: 1000;
	pointer-events: none;
	-webkit-transition: background 0.4s ease-in-out 0.3s;
	transition: background 0s ease-in-out 0s;
}

#header-container {
	box-sizing: border-box;
	height: inherit;
	padding: 10px 80px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 20;
	opacity: 0;
}

.header-visible #header-container {
	opacity: 1;
}

#logo {
	position: relative;
	display: table;
	pointer-events: initial;
	z-index: 10;
	float: left;
}

#logo a {
	display: block;
	-webkit-transition: transform 0.5s ease-in-out 0.1s;
	transition: transform 0.5s ease-in-out 0.1s;
}

#logo a.disable,
.open #logo a {
	pointer-events: none;
}

#logo img {
	display: block;
	height: 50px;
	width: auto;
	max-width: none;
	-webkit-transition: opacity 0.15s ease-in-out 0s;
	transition: opacity 0.15s ease-in-out 0s;
}

#logo img.black-logo {
	opacity: 1;
}

.light-content #logo img.black-logo {
	opacity: 0;
}

#logo img.white-logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.light-content #logo img.white-logo {
	opacity: 1;
}

.white-header #logo img.black-logo {
	opacity: 0;
}

.light-content .white-header #logo img.black-logo {
	opacity: 1;
}

.light-content .white-header.over-white-section #logo img.black-logo,
.show-loader1 .light-content .white-header #logo img.black-logo {
	opacity: 0;
}

.white-header #logo img.white-logo {
	opacity: 1;
}

.light-content .white-header #logo img.white-logo {
	opacity: 0;
}

.light-content .white-header.over-white-section #logo img.white-logo,
.show-loader1 .light-content .white-header #logo img.white-logo {
	opacity: 1;
}

.menu-open.light-content .slide-in #logo img.white-logo {
	opacity: 1;
}

nav {
	pointer-events: none;
}

nav.open {
	pointer-events: initial;
}

.dark-content-header #logo img.black-logo {
	opacity: 1 !important;
}

.dark-content-header #logo img.white-logo {
	opacity: 0 !important;
}

.light-content-header #logo img.black-logo {
	opacity: 0 !important;
}

.light-content-header #logo img.white-logo {
	opacity: 1 !important;
}

.bt-orange {
	border-top: 1px solid #ddd;
}

@media all and (min-width: 1025px) {

	.classic-menu nav {
		position: relative;
		width: auto;
		top: 0px;
		-webkit-transition: all 0.2s ease-in-out 0.5s;
		transition: all 0.2s ease-in-out 0.5s;
		display: block;
		float: right;
		height: 60px;
		margin: 10px 0;
		background-color: transparent !important;
	}

	.classic-menu .flexnav {
		display: block;
		float: right;
		position: relative;
		width: auto;
		max-height: 60px;
		margin-top: 5px;
	}

	.classic-menu .flexnav li ul {
		min-width: 180px;
	}

	.classic-menu .flexnav .touch-button {
		background: transparent none repeat scroll 0 0;
	}

	.flexnav .touch-button .navicon {
		display: none;
	}

	.classic-menu .flexnav li {
		background: transparent none repeat scroll 0 0;
		padding: 0 25px;
	}

	.classic-menu .menu-timeline {
		opacity: 1 !important;
		-webkit-transition: translateY(0px) !important;
		transform: translateY(0px) !important;
		pointer-events: initial;
	}

	.classic-menu .flexnav li:last-child {
		padding-right: 0px;
	}

	.classic-menu .before-span {
		opacity: 1 !important;
		-webkit-transition: translateY(0px) !important;
		transform: translateY(0px) !important;

	}

	.classic-menu .flexnav li a {
		background: transparent none repeat scroll 0 0;
		padding: 0 5px;
		position: relative;
		border-left: medium none;
		color: #000;
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		display: block;
		overflow: hidden;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}

	.light-content .classic-menu .flexnav li a {
		color: #fff;
	}

	.light-content .classic-menu.white-header .flexnav li a {
		color: #000;
	}

	.classic-menu.white-header .flexnav li a {
		color: #fff;
	}

	.flexnav:hover li a {
		color: rgba(0, 0, 0, 0.4);
	}

	.light-content .classic-menu .flexnav:hover li a {
		color: rgba(255, 255, 255, 0.4);
	}

	.classic-menu.white-header .flexnav:hover li a {
		color: rgba(255, 255, 255, 0.4);
	}

	.light-content .classic-menu.white-header .flexnav:hover li a {
		color: rgba(0, 0, 0, 0.4);
	}

	.classic-menu .flexnav li:hover a {
		color: #000;
	}

	.light-content .classic-menu .flexnav li:hover a {
		color: #fff;
	}

	.classic-menu.white-header .flexnav li:hover a {
		color: #fff;
	}

	.light-content .classic-menu.white-header .flexnav li:hover a {
		color: #000;
	}

	.classic-menu .flexnav li a span {
		position: relative;
		display: block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transform-origin: 100% 0%;
	}

	.classic-menu .flexnav li a span::before {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		content: attr(data-hover);
	}

	.classic-menu .flexnav li:hover a span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}

	.classic-menu .flexnav li ul li a {
		padding: 0 20px 20px;
		background-color: transparent;
		font-size: 14px;
		font-weight: 500;
		text-transform: none;
		color: #fff !important;
		opacity: 0.6;
		-webkit-transition: all 0.05s ease-in-out;
		-moz-transition: all 0.05s ease-in-out;
		-o-transition: all 0.05s ease-in-out;
		-ms-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}

	.classic-menu .flexnav li ul li a.link::before {
		display: none;
	}

	.classic-menu .flexnav li ul li a.active,
	.classic-menu .flexnav li ul li a:hover {
		opacity: 1;
	}

	.classic-menu .flexnav li>ul li {
		margin-left: 0;
		padding: 0;
		opacity: 1 !important;
		transform: none !important;
	}

	.classic-menu .flexnav li ul {
		-webkit-transform: translate3d(0px, 30px, 0px);
		transform: translate3d(0px, 30px, 0px);
		display: block !important;
		opacity: 0 !important;
		height: inherit !important;
		overflow: visible !important;
		visibility: hidden;
		left: 15px;
		top: 60px;
		padding-top: 20px;
		background: #000;
		border-radius: 3px;
		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
		transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
	}

	.classic-menu .flexnav li:last-child ul {
		left: auto;
		right: -10px;
	}

	.classic-menu .flexnav li ul ul {
		left: 5px !important;

	}

	.classic-menu .flexnav li ul:after {
		display: block;
		content: '';
		position: absolute;
		top: -6px;
		left: 20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 9px;
		border-color: transparent transparent #000;
	}

	.classic-menu .flexnav li:last-child ul:after {
		left: auto;
		right: 20px;
	}

	.classic-menu .flexnav ul li ul:after {
		display: block;
		content: '';
		position: absolute;
		top: 15px;
		left: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 9px;
		border-color: transparent transparent #000;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.classic-menu .flexnav li ul li>ul,
	.classic-menu .flexnav li ul.open ul.open {
		top: -5px;
		z-index: 10;
	}

	.classic-menu .flexnav li:last-child ul li>ul,
	.classic-menu .flexnav li:last-child ul.open ul.open {
		margin-left: -100%;
		left: -5px !important;
		right: auto;
		top: 0;
	}

	.classic-menu .flexnav li:last-child ul li ul::after {
		right: -10px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.classic-menu .flexnav ul li ul li a {
		background: #000;
	}

	.classic-menu .flexnav ul li ul li ul li a {
		background: #000;
	}

	.classic-menu .flexnav li ul.flexnav-show {
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity: 1 !important;
		visibility: visible;
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
		transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
	}

	.classic-menu .flexnav .touch-button {
		display: none;
	}


	/*-- Full Screen Menu --*/

	.fullscreen-menu .nav-height {
		overflow-y: scroll;
		position: relative;
		height: 100%;
		padding: 40px 0;
		padding-right: 30px;
		width: calc(100% + 30px);
		box-sizing: border-box;
	}

	.fullscreen-menu nav {
		height: 100vh;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events: none;
		opacity: 0;
		padding: 20px 0;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}

	.fullscreen-menu nav.open {
		visibility: visible;
		pointer-events: initial;
		opacity: 1;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.fullscreen-menu .flexnav {
		max-height: 2000px;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
		display: table;
		width: auto;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
		float: none;
	}

	.fullscreen-menu .flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;
	}

	.fullscreen-menu .flexnav li {
		text-align: center;
		padding: 0;
		box-sizing: border-box;
		float: none;
	}

	.fullscreen-menu .menu-timeline {
		opacity: 0;
	}

	.fullscreen-menu .flexnav .touch-button {
		width: 100%;
		display: block;
		height: 100px;
	}

	.fullscreen-menu .flexnav li ul li .touch-button {
		height: 32px;
	}

	.fullscreen-menu .flexnav:hover li ul li a.active,
	.fullscreen-menu .flexnav:hover li ul li:hover>a {
		opacity: 1;
	}

	.fullscreen-menu .flexnav .touch-button .navicon {
		display: none;
	}

	.fullscreen-menu .flexnav li.link {
		border-bottom: none;
	}

	.fullscreen-menu .flexnav li a {
		font-weight: 500;
		font-size: calc(1rem + 4.15vw);
		line-height: calc(1rem + 5.5vw);
		padding: 0;
		-webkit-transition: all .1s ease-in-out 0s;
		transition: all .1s ease-in-out 0s;
	}

	@media only screen and (max-width: 1466px) {

		.fullscreen-menu .flexnav li a {
			font-size: calc(1rem + 5.15vw);
			line-height: calc(1rem + 7vw);
		}

		.hero-title {
			font-size: 5rem !important;
			line-height: 100px !important;
		}

	}

	.fullscreen-menu .flexnav li a {
		color: #000;
	}

	.fullscreen-menu.invert-header .flexnav li a {
		color: #fff;
	}

	.fullscreen-menu .flexnav:hover li a,
	.fullscreen-menu .flexnav.hover li a {
		opacity: 0.3;
	}

	.fullscreen-menu .flexnav li:hover a,
	.fullscreen-menu .flexnav li a.active {
		opacity: 1;
	}

	.fullscreen-menu .flexnav:hover li ul li a {
		opacity: 0.3;
	}

	.fullscreen-menu .flexnav:hover li ul li a.active,
	.fullscreen-menu .flexnav:hover li ul li:hover>a {
		opacity: 1;
	}

	.fullscreen-menu .flexnav a.link::before {
		display: none;
	}

	.fullscreen-menu .flexnav li ul {
		margin-bottom: 20px;
		position: relative;
		left: 0;
	}

	.fullscreen-menu .flexnav li ul:after {
		display: none;
	}

	.fullscreen-menu .flexnav li ul li a {
		padding: 6px 0;
		font-size: 16px;
		line-height: 28px;
		font-weight: 500;
		border-top: none;
		text-transform: none;
	}

	.fullscreen-menu .flexnav ul li ul li a {
		background: transparent;
	}

	.fullscreen-menu .flexnav li ul li>ul,
	.fullscreen-menu .flexnav li ul.open ul.open {
		margin-left: 0;
		top: 0;
	}

	.fullscreen-menu .menu-timeline {
		opacity: 1;
	}

	.fullscreen-menu .menu-timeline .before-span {
		opacity: 0;
		display: block;
		-webkit-transform: translateY(120px);
		transform: translateY(120px);
	}

	.fullscreen-menu .flexnav li,
	.fullscreen-menu .flexnav li a {
		background-color: transparent;
		border: 0;
	}

	.fullscreen-menu .flexnav li a span {
		position: relative;
		display: block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transform-origin: 100% 0%;
		overflow: hidden;
	}

	.fullscreen-menu .open .flexnav li a span {
		overflow: visible;
	}

	.fullscreen-menu .flexnav li a span::before {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		content: attr(data-hover);
	}

	.fullscreen-menu .flexnav li:hover a span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}

	.fullscreen-menu .flexnav li.hover a span {
		-webkit-transform: translateY(-100%) !important;
		transform: translateY(-100%) !important;
		transform-origin: 0% 0%;
	}

}

nav,
nav.open {
	-webkit-transition: all 0s ease-in 0s;
	transition: all 0s ease-in 0s;
	background: transparent;
}

#burger-wrapper {
	width: 40px;
	height: 40px;
	float: right;
	top: 0px;
	right: 0;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	pointer-events: initial;
}

.classic-menu .button-wrap.right.menu {
	display: none;
}

.burger-dots #menu-burger {
	top: 0px;
	width: 25px;
	height: 25px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	pointer-events: none;
}

.menu-overlay #menu-burger {
	display: block;
}

.burger-dots #menu-burger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 5px;
	background-color: #000;
	opacity: 1;
	top: 10px;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
	transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
}

#burger-wrapper .touch-button {
	display: none;
}

.burger-dots #menu-burger span:nth-child(1) {
	left: 0px;
}

.burger-dots #menu-burger span:nth-child(2) {
	left: 10px;
}

.burger-dots #menu-burger span:nth-child(3) {
	left: 20px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(1) {
	left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(3) {
	left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(1) {
	left: 3px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(3) {
	left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
	height: 2px;
	width: 20px;
	left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.burger-dots #menu-burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
	height: 2px;
	width: 20px;
	left: 3px;
}

.button-wrap.right.burger-lines {
	right: -30px;
}

.burger-lines #menu-burger {
	width: 16px;
	height: 22px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	pointer-events: none;
}

.burger-lines #menu-burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	opacity: 1;
	right: 0;
	background-color: #000;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
	transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}

.burger-lines #menu-burger span:nth-child(1) {
	top: 7px;
}

.burger-lines #menu-burger span:nth-child(2) {
	top: 15px;
}

.burger-lines #menu-burger span:nth-child(3) {
	display: none;
}

.burger-lines #menu-burger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.burger-lines #menu-burger.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

.light-content #menu-burger span {
	background-color: #fff;
}

.white-header #menu-burger span {
	background-color: #fff;
}

.light-content .white-header #menu-burger span {
	background-color: #000;
}

.light-content .white-header.over-white-section #menu-burger span,
.show-loader1 .light-content .white-header #menu-burger span {
	background-color: #fff;
}

.dark-content-header #menu-burger span {
	background-color: #000 !important;
}

.light-content-header #menu-burger span {
	background-color: #fff !important;
}

.dark-content-header .button-text {
	color: #000 !important;
}

.light-content-header .button-text {
	color: #fff !important;
}


/*--------------------------------------------------
		05. Main Content
	---------------------------------------------------*/

#content-scroll {
	z-index: 1;
	position: relative;
}

.smooth-scroll #content-scroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.scroll-content {
	cursor: default !important;
}

.scale-up .scroll-content {
	cursor: grabbing !important;
}

.scrollbar-track {
	background: transparent !important;
}


/*--------------------------------------------------
		06. Footer Elements
	---------------------------------------------------*/

footer {
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 900;
	box-sizing: border-box;
	text-align: center;
	bottom: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

footer.fixed {
	position: fixed;
}

footer.showcase-footer {
	position: fixed;
}

#footer-container {
	padding: 0 80px;
	margin: 20px auto;
	height: 80px;
	opacity: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
}

.footer-middle {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: inherit;
	display: table;
	left: 0;
	pointer-events: none;
	;
}

.copyright {
	position: relative;
	top: 25px;
	width: auto;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
	pointer-events: initial;
	display: table;
	width: auto;
	padding: 0px 20px 0px 20px;
	max-width: 820px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}

.light-content .copyright {
	color: #fff;
}

.socials-wrap {
	position: relative;
	float: right;
	color: #000;
	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: #000;
	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: #000;
	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;
}

.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 {
	position: absolute;
	right: 100px !important;
	bottom: 100px !important;
	display: flex;
}

.button-wrap.right {
	float: right;
	right: -26px;
}

#main .button-wrap.left {
	float: none;
	left: -24px;
}

#main .button-wrap.button-link.left {
	float: none;
	left: -20px;
}

#main .button-wrap.right {
	float: none;
	right: auto;
}

#main .button-wrap.button-link.right {
	right: -2px;
}

.icon-wrap {
	width: 50px;
	height: 50px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left;
}

#main .icon-wrap {
	width: 60px;
	height: 60px;
}

.button-wrap.left .icon-wrap {
	float: left;
}

.button-wrap.right .icon-wrap {
	float: right;
}

#main .text-align-right .button-wrap.right {
	float: right;
}

.button-icon {
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

.light-content .button-icon,
.dark-section .button-icon {
	color: #fff;
}

.light-content .light-section .button-icon {
	color: #000;
}

.white-header .button-icon {
	color: #fff;
}

.light-content .white-header .button-icon {
	color: #000;
}

.button-icon i {
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
}

#main .button-icon i {
	line-height: 40px;
}

#main .button-icon i.fa.fa-arrow-right {
	font-size: 14px;
}

.button-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	margin: 12px 0;
	overflow: hidden;
	width: auto;
	padding: 0 10px;
	color: #000;
	-webkit-transition: color 0.05s ease-in-out;
	transition: color 0.05s ease-in-out;
}

#main #hero-footer .button-text span::after {
	content: none;
}

#main .button-text {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 15px 0;
	transition: transform .2s ease-out;
}

#main #hero .button-text {
	font-weight: 500;
	font-size: 14px;
}

#main .large-btn .button-text {
	font-size: 18px !important;
	font-weight: 500;
	margin: 15px 0;
	transition: transform .2s ease-out;
}

.light-content .button-text,
.dark-section .button-text {
	color: #fff;
}

.light-content .light-section .button-text {
	color: #000;
}

.white-header .button-text {
	color: #fff;
}

.light-content .white-header .button-text {
	color: #000;
}

.light-content .white-header.over-white-section .button-text,
.show-loader1 .light-content .white-header .button-text {
	color: #fff;
}

.button-wrap.left .button-text {
	text-align: left;
	float: left;
}

.button-wrap.right .button-text {
	text-align: right;
	float: right;
	padding-left: 0px;
}

.button-text span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: auto;
	text-align: center;
	transform-origin: 100% 0%;
}





.button-link .button-text,
#main .button-link .button-text {
	overflow: visible;
	transition: padding 0.3s ease-out;
}

.button-link.left .button-text {
	padding-left: 0px;
}

.button-link.left:hover .button-text {
	padding-left: 10px;
}

.button-link .button-text span::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.3);
	transform: scaleX(1);
	transform-origin: right;
	transition: transform 0.3s ease-out;
}

.button-link.left .button-text span::before {
	transform-origin: left;
}

.light-content .button-link .button-text span::before,
.dark-section .button-link .button-text span::before {
	background: rgba(255, 255, 255, 0.4);
}

.light-content .light-section .button-link .button-text span::before {
	background: rgba(0, 0, 0, 0.3);
}

.button-wrap.button-link:hover .button-text span {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.button-link:hover .button-text span::before {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: left;
}

.button-link.left:hover .button-text span::before {
	transform-origin: right;
}

.button-link .button-icon i {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.4);
	color: transparent;
	font-size: 14px;
	border-radius: 100%;
	transform: scale(0.25);
	box-sizing: border-box;
	transition: all .3s ease-out;
	text-indent: -100px;
	overflow: hidden;
}

.button-link:hover .button-icon i {
	background-color: #000;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 1);
	transform: scale(1.2);
	text-indent: 0px;
}

.light-content .button-link .button-icon i,
.dark-section .button-link .button-icon i {
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.light-content .button-link:hover .button-icon i,
.dark-section .button-link:hover .button-icon i {
	background-color: #fff;
	color: #000;
	border: 1px solid rgba(255, 255, 255, 1);
}

.light-content .light-section .button-link .button-icon i {
	border: 1px solid rgba(0, 0, 0, 1);
}

.light-content .light-section .button-link:hover .button-icon i {
	background-color: #000;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 1);
}


.button-link.right .button-icon i {
	transform: scale(0.25) translateX(-40px);
	-webkit-transform: scale(0.25) translateX(-40px);
}

.button-link.right:hover .button-icon i {
	transform: scale(1.2) translateX(0px);
	-webkit-transform: scale(1.2) translateX(0px);
}

.button-wrap.left .button-text span {
	text-align: left;
}

.button-wrap.right .button-text span {
	text-align: right;
}

.button-text span::before {
	position: absolute;
	width: auto;
	top: 100%;
	left: 0;
	content: attr(data-hover);
}

.header-middle .button-text span::before {
	content: attr(data-on);
}

.button-wrap:hover .button-text span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%;
}

nav,
nav.open {
	-webkit-transition: all 0s ease-in 0s;
	transition: all 0s ease-in 0s;
	background: transparent;
}

/*--------------------------------------------------
		07. Responsive
	---------------------------------------------------*/


@media only screen and (max-width: 1466px) {

	h1.big-title {
		font-size: 11vw;
		line-height: 14vw;
	}

	.row_padding_all {
		padding-left: 60px;
		padding-right: 60px;
	}

	.row_padding_left {
		padding-left: 60px;
	}

	.row_padding_right {
		padding-right: 60px;
	}

	.preloader-intro {
		font-size: 4vw;
		line-height: 14vw;
		height: 14vw;
	}

	.percentage-wrapper {
		right: 60px;
		bottom: 40px;
	}

	.percentage-intro {
		left: 60px;
		bottom: 40px;
	}

	#header-container {
		padding: 10px 60px;
	}

	.flexnav li {
		padding: 20px;
	}

	footer {
		height: 100px;
	}

	#footer-container {
		padding: 0 60px;
		margin: 10px auto;
	}

}

@media only screen and (max-width: 1450px) {

	.about_sneh h4 {
		font-size: 2.5rem !important;
		letter-spacing: 0 !important;
	}

	h1.big-title {
		font-size: 6rem;
	}

	.merch {
		max-width: 90% !important;
		margin: 0 auto !important;
	}

	.merch-pricing h4 {
		font-size: 1.1rem;
	}

}

@media only screen and (max-width: 1250px) {
	.find-out {
		width: 95% !important;
	}
}

@media only screen and (max-width: 1200px) {

	.about_sneh h4 {
		margin-bottom: 20px !important;
	}

	.merch h3 {
		margin-bottom: 40px;
		font-size: 1.5rem;
	}

	.footer-copyrights-wrap {
		max-width: 90%;
		margin: 15px auto 0 auto;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	#page-nav .next-hero-title {
		font-size: 2.6rem !important;
	}

	.footer-marquee .next-hero-title {
		line-height: 7vw !important;
	}

	.verticals h3 {
		font-size: 1.8rem !important;
		max-width: 90% !important;
	}

	.latest-releases {
		max-width: 90%;
		margin: 0 auto;
	}

	.hero-title {
		font-size: 4rem !important;
		line-height: 80px !important;
	}

	#hero.has-image .hero-title-wrapper {
		margin-top: 0 !important;
	}

	.about_sneh span p {
		font-size: 1rem !important;
		line-height: 24px !important;
	}

	h1.big-title {
		font-size: 4rem;
	}

}

@media (max-width: 1200px) {
	.about-image-grid-container {
		max-width: 90%;
		width: 90%;
		margin: 0 auto;
		padding: 0 20px 40px 0;
	}

	.slider-blog .slick-prev {
		left: 2% !important;
		width: 50px !important;
		height: 50px !important;
	}

	.slider-blog .slick-next {
		right: 2% !important;
		width: 50px !important;
		height: 50px !important;
	}

	.slider-in-news .slick-prev {
		left: 2% !important;
		width: 50px !important;
		height: 50px !important;
	}

	.slider-in-news .slick-next {
		right: 2% !important;
		width: 50px !important;
		height: 50px !important;
	}

	.slick-next {
		right: 2% !important;
		width: 50px !important;
		height: 50px !important;
	}

	.slick-prev {
		left: 2% !important;
		width: 50px !important;
		height: 50px !important;
	}

	.blogs h4 {
		font-size: 1rem !important;
		width: 100%;
		text-align: center;
	}

	.blogs {
		flex-direction: column;
		gap: 10px;
	}

	.blog-date {
		border-radius: 12px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: auto;
		gap: 8px;
		align-items: center;
		padding: 4px 14px 4px 14px;
		text-align: center;
	}

	.blog-date p {
		font-size: 1rem !important;
		line-height: 26px !important;
	}
}

@media (max-width: 1160px) {
	.music-wrap {
		display: flex;
		flex-direction: column;
		align-items: start;
		width: 90%;
		margin: 0 auto;
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
}


@media (max-width: 1100px) {
	.social_icons {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 5px;
	}

	.about_sneh span {
		display: flex;
		width: 100%;
		gap: 50px;
		padding-bottom: 60px !important;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	.release-cover {
		flex-direction: column;
		gap: 24px;
	}

	.release-cover .video-container {
		width: 100%;
	}

	.grad-placeholder {
		height: 140px !important;
	}

	.grad-placeholder-sm {
		height: 80px !important;
	}

	.find-out {
		flex-direction: column !important;
	}

	.find-out p {
		justify-content: center !important;
		width: 100% !important;
	}

	.social_icons span {
		flex: 0 1 auto;
		margin: 0;
	}
}

@media only screen and (max-width: 1024px) {

	h1.big-title {
		font-size: 12vw;
		line-height: 16vw;
	}

	h1.about-big-title {
		font-size: 1.5rem !important;
		letter-spacing: normal !important;
		margin-bottom: 0 !important;
	}

	.epk-title-lh {
		line-height: 30px;
	}

	.epk-title-lh br {
		display: none;
	}

	p.about-big-description {
		line-height: 22px !important;
	}

	.release-desc br {
		display: none;
	}

	.blogs h4 {
		font-size: 0.9rem !important;
	}

	.hd-mb-inverse {
		display: none;
	}

	.latest-release-wrap {
		padding: 60px 0 0 0;
	}

	.explore-releases br {
		display: none;
	}

	.merch-store {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 20px;
		/* optional spacing between cards */
	}

	.merch-card {
		flex: 1 1 calc(50% - 20px);
		/* 2 cards per row with gap compensation */
		box-sizing: border-box;
	}

	.mb-display {
		display: none !important;
	}

	.footer-links-info {
		flex-direction: column;
		align-items: center;
	}


	.latest-release-content h3 {
		font-size: 2rem !important;
		text-align: center;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}

	.latest-release-content h3 p {
		width: 100%;
		text-align: center;
		letter-spacing: 0;
	}


	.latest-release-content .release-desc {
		text-align: center;
		width: 100%;
		letter-spacing: 0;
	}

	.portfolio-shortcode {
		display: flex !important;
		flex-direction: column !important;
		width: 90% !important;
		margin: 0 auto !important;
	}

	.portfolio-shortcode .trigger-item {
		display: flex !important;
		width: 100%;
		position: relative !important;
		top: 0px;
		left: 0px;
		right: 0px !important;
		margin: 0 auto !important;
		width: 100% !important;
	}

	.parallax-two-grid .item {
		position: relative !important;
		margin-bottom: 50px !important;
	}

	.parallax-two-grid .item {
		transform: translateX(0) !important;
	}

	.parallax-two-grid .item .item-parallax {
		width: 100% !important;
	}

	.ka-qi-info p {
		display: none;
	}

	.logo-links {
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	ul.footer-links-list li:last-child {
		margin-right: 0;
	}

	.footer-copyrights-wrap {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.copyrights {
		font-size: 0.8rem !important;
	}

	.designedby {
		font-size: 0.8rem !important;
	}

	.explore-releases {
		width: 100% !important;
		display: block !important;
	}

	.in-media h1 {
		letter-spacing: 0 !important;
	}

	.events-wrap {
		padding: 60px 0 0 0;
		margin-bottom: 10px !important;
	}

	.events-wrap-heading h3 {
		font-size: 1.2rem !important;
		font-weight: 600 !important;
		width: 100% !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
		letter-spacing: 0 !important;
		line-height: 28px !important;
		text-align: center !important;
	}

	.blog-titles h3 {
		font-size: 1.2rem !important;
		font-weight: 600 !important;
		width: 100% !important;
		margin-right: 0 !important;
		padding-right: 0 !important;
		letter-spacing: 0 !important;
		line-height: 28px !important;
		text-align: center !important;
	}

	.verticals h3 {
		font-size: 1rem !important;
		letter-spacing: 0;
		line-height: 24px !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
		text-align: center;
		font-weight: 300;
		max-width: 90% !important;
		margin: 0 auto 30px auto !important;
	}

	.find-out {
		bottom: -20px;
	}

	p.cta-big {
		line-height: auto !important;
	}

	p.cta-flex-start {
		line-height: auto !important;
	}

	.release-desc p {
		line-height: 22px;
	}

	.cta-big a {
		font-size: 0.9rem !important;
		padding: 10px 18px 10px 18px !important;
	}

	.cta-flex-start a {
		font-size: 0.9rem !important;
		padding: 10px 18px 10px 18px !important;
	}

	.latest-releases h3 p {
		font-size: 2.5rem !important;
		margin-bottom: 15px !important;
	}

	.hero-text span img {
		max-width: 75px;
	}

	.hero-text span {
		font-size: 0.9rem;
	}

	.inner-footer {
		flex-direction: column !important;
		gap: 20px;
	}

	.hero-title {
		width: 100% !important;
		text-align: center !important;
	}

	.typewriter {
		width: 100% !important;
		text-align: center !important;
		font-size: 1rem !important;
	}

	h1.big-title {
		font-size: 2.5rem;
		letter-spacing: 0 !important;
	}

	.hero-title {
		font-size: 2rem !important;
		line-height: 40px !important;
		letter-spacing: 0 !important;
		margin-bottom: 0 !important;
	}

	p.hero-caption-para {
		font-size: 1.2rem;
		font-weight: 300;
		letter-spacing: 0;
	}

	.about_sneh h4 {
		margin-bottom: 20px !important;
		font-size: 1.5rem !important;
		width: 100%;
		text-align: center;
		letter-spacing: 0 !important;
	}

	.about_sneh span p {
		font-size: 0.9rem !important;
		line-height: 20px !important;
		margin-bottom: 0 !important;
		text-align: center;
	}

	.about_sneh span {
		flex-direction: column;
		gap: 15px;
	}

	.parallax-wrap {
		transform: none !important;
	}

	.parallax-element {
		transform: none !important;
	}

	.has-parallax figcaption {
		display: none;
	}

	.destroy {
		display: none;
	}

	.row_padding_left {
		padding-left: 0px;
	}

	.row_padding_right {
		padding-right: 0px;
	}

	.full.row_padding_left {
		padding-left: 40px;
	}

	.full.row_padding_right {
		padding-right: 40px;
	}

	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}

	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 40px;
		padding-right: 40px;
	}

	#magic-cursor {
		display: none;
	}

	.preloader-intro {
		font-size: 4vw;
		line-height: 16vw;
		height: 16vw;
	}

	.percentage-wrapper {
		right: 40px;
		bottom: 20px;
	}

	.percentage-intro {
		left: 40px;
		bottom: 20px;
	}

	header {
		height: 70px;
	}

	#header-container {
		margin: 0 auto;
	}

	#logo {
		left: 40px;
	}

	.header-middle {
		display: none;
	}

	.button-wrap.right.menu {
		right: 10px;
	}

	nav {
		height: 100vh;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events: none;
		opacity: 0;
		left: 0;
		top: 0;
		padding: 20px 0;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}

	nav.open {
		visibility: visible;
		pointer-events: initial;
		opacity: 1;
		background-color: transparent;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.nav-height {
		position: relative;
		height: 100%;
		padding: 40px 0;
		width: 100%;
		box-sizing: border-box;
		overflow-y: auto;
	}

	.flexnav {
		padding: 0 20px;
		max-height: 2000px;
		display: table;
		width: auto;
		margin: 0 auto;
		text-align: center;
		box-sizing: border-box;
		background: transparent;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}

	.flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;
	}

	.flexnav.opacity {
		opacity: 1;
	}

	.flexnav li {
		padding: 0;
		-webkit-transition: color .15s ease-out 0s;
		transition: color .15s ease-out 0s;
	}

	.flexnav:hover li {
		color: rgba(255, 255, 255, 0.4)
	}

	.flexnav li:hover {
		color: rgba(255, 255, 255, 1)
	}

	.flexnav li a,
	.flexnav li ul li a {
		background: transparent;
	}

	.flexnav li a {
		font-weight: 500;
		font-size: calc(1rem + 6vw);
		line-height: calc(1rem + 8.5vw);
		padding: 0;
		border: none;
		-webkit-transition: all .1s ease-in-out 0s;
		transition: all .1s ease-in-out 0s;
	}

	.flexnav li a {
		color: #000;
	}

	.invert-header .flexnav li a {
		color: #fff;
	}

	.flexnav:hover li a {
		opacity: 0.3;
	}

	.flexnav li:hover a,
	.flexnav li a.active {
		opacity: 1;
	}

	.flexnav li ul {
		margin-bottom: 15px;
	}

	.flexnav li ul li a {
		padding: 10px 0;
		font-weight: 500;
		text-transform: none;
		font-size: 14px;
		line-height: 14px;
		border-top: none;
		opacity: 0.4;
		-webkit-text-stroke: none;
	}

	.flexnav li ul li:hover a,
	.flexnav li ul li a.active {
		opacity: 1;
	}

	.flexnav:hover li ul li a {
		opacity: 0.3;
	}

	.flexnav:hover li ul li a.active,
	.flexnav:hover li ul li:hover>a {
		opacity: 1;
	}

	.flexnav ul li ul li a {
		background: transparent;
	}

	.flexnav li ul li ul li a {
		padding: 10px 40px;
	}

	.flexnav .touch-button {
		width: 100%;
		display: block;
		height: 60px;
	}

	.flexnav li ul li .touch-button {
		height: 32px;
	}

	.flexnav .touch-button .navicon {
		display: none;
	}

	#menu-burger span.touch-button {
		display: none;
	}

	.classic-menu .button-wrap.right.menu {
		display: block;
	}

	footer {
		height: 80px;
	}

	#footer-container {
		margin: 0px auto;
		padding: 0 40px;
		height: 80px;
	}

	.footer-button-wrap {
		bottom: 80px;
	}

	.copyright {
		text-align: center;
	}

	.socials-wrap {
		width: 240px;
		height: 40px;
		float: right;
		margin: 0 auto;
		right: -10px;
		transform: translateX(0px) translateY(20px) !important;
		-webkit-transform: translateX(0px) translateY(20px) !important;
	}

	.socials-wrap:hover {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}

	.socials-icon,
	.socials-text {
		display: none;
	}

	.socials-wrap .socials {
		margin-top: 5px;
		text-align: right;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.socials-wrap .socials li {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.socials-wrap:hover .socials li {
		opacity: 1;
		transform: translateY(0px) !important;
		-webkit-transform: translateY(0px) !important;
	}

	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		margin: 0 5px auto;
		display: inline-block;
		float: none;
	}

	.socials li a {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}

}

@media only screen and (max-width: 850px) {
	.merch-card {
		flex: 1 1 100%;
	}

}

@media only screen and (max-width: 767px) {

	h1.big-title {
		font-size: 2.2rem;
		letter-spacing: 0 !important;
	}

	h1 {
		font-size: 34px;
		line-height: 48px;
	}

	h2 {
		font-size: 28px;
		line-height: 44px;
	}

	h3 {
		font-size: 24px;
		line-height: 36px;
		margin-left: -1px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
		margin-left: -1px;
	}

	h5 {
		font-size: 16px;
		line-height: 26px;
		margin-left: -1px;
	}

	h6 {
		font-size: 14px;
		line-height: 24px;
	}

	figcaption {
		background-color: rgba(0, 0, 0, 0.3);
		bottom: 0px;
		font-size: 10px;
		padding: 5px 10px;
		right: 0px;
		border-radius: 0;
	}

	.text-aligh-right {
		text-align: left;
	}

	.one_half {
		width: 100% !important;
	}

	.one_half {
		padding-right: 0 !important;
	}

	.one_half.last {
		padding-left: 0 !important;
	}

	.one_third {
		width: 100% !important;
	}

	.one_fourth {
		width: 100% !important;
	}

	.one_fifth {
		width: 100% !important;
	}

	.one_sixth {
		width: 100% !important;
	}

	.two_fifth {
		width: 100% !important;
	}

	.two_fourth {
		width: 100% !important;
	}

	.two_third {
		width: 100% !important;
	}

	.three_fifth {
		width: 100% !important;
	}

	.three_fourth {
		width: 100% !important;
	}

	.four_fifth {
		width: 100% !important;
	}

	.five_sixth {
		width: 100% !important;
	}

	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.two_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		margin-bottom: 20px !important;
		margin-right: 0% !important;
	}

	.row_padding_top {
		padding-top: 10vw;
	}

	.row_padding_bottom {
		padding-bottom: 10vw;
	}

	.row_padding_left {
		padding-left: 0px;
	}

	.row_padding_right {
		padding-right: 0px;
	}

	.full.row_padding_left {
		padding-left: 30px;
	}

	.full.row_padding_right {
		padding-right: 30px;
	}

	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}

	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 30px;
		padding-right: 30px;
	}

	hr {
		height: 20px;
	}

	.preloader-intro {
		font-size: 4vw;
		line-height: 17vw;
		height: 17vw;
	}

	.percentage-wrapper {
		right: 30px;
		bottom: 10px;
	}

	.percentage-intro {
		left: 30px;
		bottom: 10px;
	}

	#logo {
		left: 30px;
	}

	.button-wrap.right.menu.burger-lines {
		right: 0px;
	}

	header .button-text {
		display: none;
	}

	.flexnav li a {
		font-size: calc(1rem + 7vw);
		line-height: calc(1rem + 9.5vw);
	}

	#footer-container {
		padding: 0 30px;
	}

	#footer-container #backtotop.button-wrap.left {
		float: none;
		top: 10px;
		left: 0;
		right: 0;
		position: absolute;
		display: block;
	}

	#backtotop.button-wrap.left .button-text {
		text-align: left;
		float: left;
		display: none;
	}

	#backtotop.button-wrap.left .icon-wrap {
		float: none;
		position: absolute;
		right: 0;
		left: auto;
		margin: auto;
		top: 0px;
	}

	.footer-middle {
		max-width: 1180px;
		height: 20px;
		position: absolute;
		margin: 0 auto;
		left: 0;
		width: 100%;
		top: 0px;
	}

	.copyright {
		margin: 0;
		left: 10px;
		top: 10px;
		text-align: left;
	}

	footer.showcase-footer .arrows-wrap {
		right: auto;
		left: -30px;
		float: left;
		margin: auto;
	}

	footer.showcase-footer .socials-wrap {
		width: 170px;
		float: right;
		left: auto;
		right: 0;
		top: 0;
	}

	.socials-wrap {
		width: 170px;
		float: none;
		left: -6px;
		right: auto;
		top: 10px;
		margin: 0;
	}

	.socials-wrap .socials {
		text-align: left;
	}

	.socials li {
		margin: 0 0px auto;
	}

}


@media only screen and (max-width: 479px) {


	h1.big-title {
		font-size: 14vw;
		line-height: 18vw;
	}

	.row_padding_top {
		padding-top: 12vw;
	}

	.row_padding_bottom {
		padding-bottom: 12vw;
	}

	.row_padding_left {
		padding-left: 0px;
	}

	.row_padding_right {
		padding-right: 0px;
	}

	.full.row_padding_left {
		padding-left: 20px;
	}

	.full.row_padding_right {
		padding-right: 20px;
	}

	.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 0px;
		padding-right: 0px;
	}

	.full.row_padding_all {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 20px;
		padding-right: 20px;
	}

	hr {
		height: 10px;
	}

	.preloader-intro {
		font-size: 4vw;
		line-height: 18vw;
		height: 18vw;
	}

	.percentage-wrapper {
		right: 20px;
		bottom: 10px;
	}

	.percentage-intro {
		left: 20px;
		bottom: 10px;
	}

	#logo {
		left: 20px;
	}

	.button-wrap.right.menu {
		right: -10px;
	}

	.button-wrap.right.menu.burger-lines {
		right: -10px;
	}

	#footer-container {
		padding: 0px;
		margin: 0;
	}

	footer.showcase-footer #footer-container {
		padding: 0px 20px;
	}

	.copyright {
		left: 0px;
	}

	.socials-wrap {
		float: none;
		left: 14px;
		right: auto;
	}

	.arrows-wrap {
		left: -10px;
		width: 80px;
	}

	.prev-wrap,
	.next-wrap {
		width: 40px;
	}

	footer.showcase-footer .arrows-wrap {
		right: 0;
		left: 0;
		float: none;
		margin: auto;
	}

	footer.showcase-footer .arrows-wrap {
		width: 100%;
	}

	footer.showcase-footer .prev-wrap,
	footer.showcase-footer .next-wrap {
		width: 60px;
	}

	footer.showcase-footer .footer-middle {
		top: 0px;
	}

	footer.showcase-footer .showcase-subtitles-wrap {
		left: 0;
	}

	footer.showcase-footer .socials-wrap {
		display: none;
	}

	.button-text {
		display: none;
	}

	#main-page-content .button-text,
	#hero .button-text {
		display: block;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

	#rotate-device {
		display: block;
	}
}


@media (max-width: 1400px) {
	.about-stats-container {
		padding: 0 20px;
	}
}

@media (max-width: 1200px) {
	.epk-merchandise {
		width: 90%;
		margin: 40px auto 0 auto;
	}

	.highlight-text p {
		font-size: 1.4rem;
	}
}

@media (max-width: 1100px) {
	.contact-wrapper {
		width: 95%;
		gap: 40px;
		padding: 40px 30px;
	}

	.about-image-flex-2{
		flex-direction: column-reverse;
		gap: 0;
	}

	.about-image-flex{
		flex-direction: column;
		gap: 0;
	}

	.about-image-flex-2 .about-image-item:first-child {
	flex: 0 0 100%;
	transition: all 0.3s ease;
	margin-bottom: 10px;
	}

	.about-image-flex-2 .about-image-item:last-child {
		flex: 0 0 100%;
		transition: all 0.3s ease;
		margin-bottom: 10px;
	}

	.about-image-flex .about-image-item:first-child {
	margin-bottom: 10px;
	}

	.about-image-grid-container{
		padding: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.about-stat-card-avatar {
		flex-direction: column;
	}

	.left-panel .socials {
		padding-right: 60px;
	}

	.about-subtitle-container h3 {
		font-size: 1.5rem;
		line-height: 36px;
	}

	.epk-subtitle-container h3 {
		font-size: 1.5rem;
		line-height: 36px;
	}

	.live-moreinfo {
		width: 90%;
		margin: 0 auto;
	}

	.raised {
		width: 90% !important;
		margin: 0 auto 30px auto !important;
		padding: 20px 20px !important;
		line-height: 28px;
		font-size: 1rem;
		text-align: left !important;
	}

	.moreinfo-title {
		max-width: 100%;
		font-size: 1.5rem !important;
		text-align: center !important;
	}

	.live-moreinfo {
		padding-bottom: 15px !important;
		width: 100% !important;
		display: block !important;
	}

	.merchandise {
		padding: 50px 0 !important;
	}

	.merchandisetext h4 {
		letter-spacing: normal !important;
		font-size: 1.5rem !important;
		line-height: 30px !important;
		text-align: center !important;
		margin-bottom: 10px !important;
	}

	.merchandise-inner {
		width: 90% !important;
		flex-direction: column;
		justify-content: center;
		gap: 10px !important;
	}

	.avatar-highlight {
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
		text-align: center;
	}

	.merchandise-cta {
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}
}

@media (max-width: 1024px) {
	.contact-wrapper {
		width: 100%;
		margin: 160px auto;
		padding: 40px 20px;
		flex-direction: column;
		box-sizing: border-box;
		box-shadow: none !important;
	}

	.about-stat-card {
		flex-direction: column;
		text-align: center;
	}

	.avatar-highlight {
		flex-direction: column;
		margin-bottom: 20px;
		justify-content: center;
		align-items: center;
	}

	.merchandise-cta {
		justify-content: center;
		margin-bottom: 15px;
		width: 100%;
	}

	.merchandise-cta a {
		text-align: center;
		width: 100%;
	}

	.about-subtitle-container h3 {
		font-size: 1.3rem;
		line-height: 30px;
		letter-spacing: normal !important;
	}

	.epk-subtitle-container h3 {
		font-size: 1.3rem;
		line-height: 30px;
		letter-spacing: normal !important;
	}

	p.about-big-description {
		font-size: 1rem;
		font-weight: normal !important;
	}

	.about-stats-container {
		border: 1px solid black;
	}

	.contact-wrapper-left,
	.contact-wrapper-right {
		width: 100%;
	}

	.contact-wrapper-right {
		max-height: 400px;
	}

	.left-panel {
		width: 100%;
		text-align: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.left-panel .socials {
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		justify-content: flex-start;
	}

	.left-panel .socials span {
		width: 46px;
		height: 46px;
		margin-right: 16px;
		margin-bottom: 16px;
	}

	.about-stats-container {
		width: 100%;
		flex-direction: column !important;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
	}

	.slider {
		margin: 60px auto 40px !important;
	}

}

@media (max-width: 768px) {
	.contact-wrapper {
		width: 100%;
		margin: 100px auto;
		padding: 30px 16px;
		gap: 30px;
		box-sizing: border-box;
	}

	.highlight-text p {
		font-size: 1rem;
	}

	.about-subtitle-container h3 {
		font-size: 1.1rem;
		line-height: 28px;
		letter-spacing: normal !important;
	}

	.epk-subtitle-container h3 {
		font-size: 1.1rem;
		line-height: 28px;
		letter-spacing: normal !important;
	}

	p.about-big-description {
		font-size: 0.9rem;
		font-weight: normal !important;
		margin-bottom: 0 !important;
	}

	.about-language-section {
		margin: 40px auto 0 auto !important;
		padding: 0 20px !important;
	}

	.about-language-content p {
		font-size: 0.9rem !important;
		line-height: 22px !important;
		margin-bottom: 10px !important;
	}

	.about-subtitle-container {
		margin: 80px auto 0 auto !important;
	}

	.epk-subtitle-container {
		margin: 80px auto 0 auto !important;
	}

	.about-stats-container {
		width: 100%;
		flex-direction: column !important;
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)) !important;
	}

	.left-panel .socials span {
		width: 44px;
		height: 44px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.footer-links-info {
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}

	ul.footer-links-list {
		flex-direction: row;
		align-items: center;
		gap: 32px;
	}

	ul.footer-links-list li {
		margin-right: 0;
	}

	.ka-qi-info {
		text-align: center;
	}

	.next-hero-title-wrapper.footer-marquee {
		text-align: center;
	}

	.footer-brand-credits span {
		display: block;
		text-align: center;
	}
}