@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.p-5 {
		padding: 1rem !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

::-webkit-scrollbar-track {
	background-color: #e9edf0;
	border-left: 1px solid #ededed;
}
::-webkit-scrollbar {
	width: 7px;
	background-color: #222;
}
::-webkit-scrollbar-thumb {
	background: #222;
}

@media (max-width: 992px) {
	.navbar-nav {
		text-align: center;
	}
}
:focus {
	outline: none !important;
}
.text-logo {
	font-size: 16px;
	line-height: 1;
}
a {
	text-decoration: none !important;
}
html {
	scroll-behavior: smooth;
	scroll-padding: 100px 0px 0px 100px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	color: #777;
	position: relative;
	font-weight: normal;
	background-color: #141414;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.content-wrapper {
	flex-grow: 1;
}
.stretch-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch;
}
a:hover,
a:focus {
	text-decoration: none;
}
.navbar.blur {
	-webkit-backdrop-filter: blur(28px);
	backdrop-filter: blur(28px);
}
.navbar {
	z-index: 9;
}
.head_line {
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	line-height: 1;
	background: -webkit-linear-gradient(180deg, rgba(19, 17, 23, 0) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(180deg, rgba(19, 17, 23, 0) 0%, rgb(255, 255, 255) 100%);
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	text-fill-color: transparent !important;
	user-select: none;
	-webkit-user-drag: none;
}
.sub_title {
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.33);
	-webkit-text-stroke-width: 1px;
	color: transparent;
	line-height: 1;
	user-select: none;
	-webkit-user-drag: none;
}

.cover_image {
	background-size: cover;
	aspect-ratio: 1 / 1;
}
.footer-bg {
	flex-shrink: 0;
	position: sticky;
	bottom: 0;
}
.awesome-shadow {
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.shadow {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	filter: blur(60px);
	transition: all 200ms;
}
.img {
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 100%;
	position: absolute;
	height: 98%;
	width: 98%;
	transition: all 100ms;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
}
.hero-bg {
	opacity: 0.6;
	background-position: center center;
	background-size: cover;
	height: 90vh;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.card.hover:hover .awesome-shadow .shadow {
	filter: blur(0px);
	transition: all 200ms;
}
.card.hover:hover .awesome-shadow .img {
	width: 100%;
	height: 100%;
	transition: all 100ms;
}
.card.fullview {
	-webkit-backdrop-filter: blur(28px);
	backdrop-filter: blur(28px);
	background: hsl(0deg 0% 0% / 60%) !important;
	background-color: transparent !important;
}
a.music-store-icon {
	width: 50px;
	height: 50px;
	margin: 3px;
	transform: scale(0.8);
	transition: all 150ms;
}
a.music-store-icon:hover {
	transform: scale(0.85);
	transition: all 150ms;
}
a {
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
}
a.music-store-icon img {
	width: 100%;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
}
.shadow.fullview {
	z-index: -1;
	top: -25%;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	user-select: none;
	transition: all 150ms;
	opacity: 0;
	width: 98%;
}
.offcanvas.show,
.offcanvas.hiding,
.offcanvas.showing {
	-webkit-backdrop-filter: blur(21px);
	backdrop-filter: blur(21px);
	background: rgb(0 0 0 / 0%);
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	top: 70px;
	transition: all 250ms !important;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
	visibility: visible;
	transition: all 250ms !important;
}
.offcanvas {
	transition: all 250ms !important;
}
.contacts svg {
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
	transition: all 150ms;
}
.contacts .fb svg:hover {
	color: #3b5998;
	opacity: 1;
	transition: all 150ms;
}
.contacts .sp svg:hover {
	color: #1ed760;
	opacity: 1;
	transition: all 150ms;
}
.contacts .ig svg:hover {
	color: #e1306c;
	opacity: 1;
	transition: all 150ms;
}
.contacts .yt svg:hover {
	color: #ff0000;
	opacity: 1;
	transition: all 150ms;
}
.contacts .bp svg:hover {
	color: #16f18d;
	opacity: 1;
	transition: all 150ms;
}
.contacts .am svg:hover {
	color: #fc3c44;
	opacity: 1;
	transition: all 150ms;
}
.contacts .sc svg:hover {
	color: #f26f23;
	opacity: 1;
	transition: all 150ms;
}

.loader {
	width: 8px;
	height: 40px;
	border-radius: 4px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
	background: currentColor;
	color: #fff;
	box-sizing: border-box;
	animation: animloader 0.3s 0.3s linear infinite alternate;
}
.loader::after,
.loader::before {
	content: "";
	box-sizing: border-box;
	width: 8px;
	height: 40px;
	border-radius: 4px;
	background: currentColor;
	position: absolute;
	bottom: 0;
	left: 20px;
	animation: animloader1 0.3s 0.45s linear infinite alternate;
}
.loader::before {
	left: -20px;
	animation-delay: 0s;
}
.navbar,
.container {
	transition: all 250ms;
}
.loader {
	width: 8px;
	height: 40px;
	border-radius: 4px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
	background: currentColor;
	color: #a1a1a1;
	box-sizing: border-box;
	animation: animloader 0.3s 0.3s linear infinite alternate;
}
.loader::after,
.loader::before {
	content: "";
	box-sizing: border-box;
	width: 8px;
	height: 40px;
	border-radius: 4px;
	background: currentColor;
	position: absolute;
	bottom: 0;
	left: 20px;
	animation: animloader1 0.3s 0.45s linear infinite alternate;
}
.loader::before {
	left: -20px;
	animation-delay: 0s;
}

@keyframes animloader {
	0% {
		height: 40px;
		transform: translateY(0);
	}
	100% {
		height: 10px;
		transform: translateY(30px);
	}
}

@keyframes animloader1 {
	0% {
		height: 48px;
	}
	100% {
		height: 4.8px;
	}
}

@keyframes animloader {
	0% {
		height: 40px;
		transform: translateY(0);
	}
	100% {
		height: 10px;
		transform: translateY(30px);
	}
}
@keyframes fadeInApp {
	to {
		opacity: 1;
	}
}

.fade-out-loader {
	opacity: 1;
	transition: opacity 1s ease-in-out;
}
@keyframes animloader1 {
	0% {
		height: 48px;
	}
	100% {
		height: 4.8px;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	.head_line {
		font-size: 14vw;
	}

	.sub_title {
		font-size: 9vw;
	}
}
@media (min-width: 992px) {
	.head_line {
		font-size: 12vw;
	}

	.sub_title {
		font-size: 8vw;
	}
}
@media (min-width: 1200px) {
	.head_line {
		font-size: 12vw;
	}

	.sub_title {
		font-size: 8vw;
	}
}
@media (min-width: 1400px) {
	.head_line {
		font-size: 10vw;
	}

	.sub_title {
		font-size: 6vw;
	}
}
.fade-out-loader {
	transition: opacity 1s ease-in-out;
}
@keyframes fadeInApp {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
