/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Poppins';
	background-color: #121212;
}
a:hover {
	color: #ff0071 !important;
}
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #ffffff;
	font-weight: 500;
}

a {
	text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1400px;
}

/*-------------------- Header area css start --------------------*/

.header__area {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 4;
}
.top-42 {
	top: 42px;
}

.top-82 {
	top: 82px;
}

.header__main__blk {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header__first__blk {
	display: flex;
	align-items: center;
}

.header__logo {
	max-width: 232px;
	flex: 0 0 auto;
	margin-right: 76px;
}

.header__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__menu ul li {
	display: inline-block;
	margin-right: 56px;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li a {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	transition: 0.3s;
}

.header__menu ul li a:hover {
	color: #ff0071;
}

.header__btn__blk a:first-child {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	transition: 0.3s;
	margin-right: 42px;
}

.header__btn__blk a:first-child:hover {
	color: #ff0071;
}

.header__btn__blk a:last-child {
	width: 172px;
	height: 63px;
	border-radius: 40px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	transition: 0.3s;
}

.header__btn__blk a:last-child:hover {
	background-color: #ff0071;
	color: #fff !important;
}

.header__btn__blk {
	display: flex;
	align-items: center;
}

/*-------------------- Header area css end --------------------*/

/*-------------------- Hero area css start --------------------*/

.hero__area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero__single__slide {
	position: relative;
	z-index: 1;
	padding-top: 190px;
	padding-bottom: 190px;
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
	height: 906px;
}

.hero__img__blk {
	position: absolute;
	right: 0px;
	z-index: -1;
	max-width: 1000px;
	bottom: 0px;
	float: right;
	text-align: right;
}

.hero__img__blk img {
	height: 666px;
}

.hero__content {
	max-width: 890px;
}

.hero__title h1 {
	font-size: 52px;
	font-weight: 600;
	line-height: 79px;
	margin-bottom: 0;
}

.hero__title h2 {
	font-size: 33px;
	line-height: 2em;
}

.hero__title2 h2 {
	font-size: 30px;
	line-height: 44px;
}

.hero__title {
	margin-bottom: 95px;
}

.hero__title2 {
	margin-bottom: 50px;
}

.hero__store__blk {
	text-align: center;
	max-width: 430px;
}

.hero__store__blk > h4 {
	font-size: 50px;
	margin-bottom: 30px;
}

.hero__single__store {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hero__single__store a {
	max-width: 247px;
	padding: 5px;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
	display: none;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff;
	font-size: 56px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 48px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 40px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
	top: 440px;
}

/*-------------------- Hero area css end --------------------*/

/*-------------------- Headline area css start --------------------*/

.headline__area {
	padding: 80px 0px;
}

.headline__title {
	text-align: center;
}

.headline__title h2 {
	margin-bottom: 0;
	font-size: 42px;
	font-weight: 500;
}

/*-------------------- Headline area css end --------------------*/

/*-------------------- Artist area css start --------------------*/

.artist__area {
	padding-bottom: 80px;
}

.artist__topbar {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.artist__title h4 {
	margin-bottom: 0;
	font-size: 30px;
}

.artist__topbar .nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border: none;
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Poppins';
	padding-right: 40px;
}

.artist__topbar .nice-select::after {
	display: none;
}

.artist__topbar .select__marker {
	position: absolute;
	right: 14px;
	top: 8px;
	z-index: 2;
	width: 14px;
	transition: 0.3s;
}

.artist__topbar .artist__select {
	position: relative;
}

.artist__select select {
	background: #121212;
	border: 0px;
	font-size: 26px;
	margin-left: 16px;
	color: #fff;
	font-weight: 500;
	max-width: 300px;
}

.artist__topbar .nice-select.open ~ .select__marker {
	transform: rotate(180deg);
	top: 4px;
}

.artist__topbar .nice-select .list {
	background-color: #222222;
	width: 100%;
}

.artist__topbar .nice-select .option:hover,
.artist__topbar .nice-select .option.focus,
.artist__topbar .nice-select .option.selected.focus {
	background-color: #3e3e3e;
}

.artist__topbar .nice-select .option {
	font-size: 30px;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
}

.artist__single__slide {
	background-color: #171717;
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	width: 255px;
}

.artist__img__blk {
	width: 255px;
	height: 255px;
	overflow: hidden;
}

.artist__img__blk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.artist__single__slide:hover .artist__img__blk img {
	transform: scale(1.1);
}

.artist__info {
	text-align: center;
	padding: 23px;
	min-height: 125px;
}

.artist__info h4 {
	font-size: 20px;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.artist__info p {
	margin-bottom: 0;
	color: #e1e1e1;
	font-size: 16px;
	font-weight: 400;
}

/* .artist__main__slider .owl-carousel .owl-stage-outer {
    margin-right: -2000px;
} */

/*-------------------- Artist area css end --------------------*/

/*-------------------- Testimonial area css start --------------------*/

.testimonial__area {
	padding-bottom: 88px;
}

.testimonial__single__slide {
	position: relative;
	z-index: 1;
	background-color: #1e1e1e;
	min-height: 294px;
	padding: 31px 40px;
	border-radius: 24px;
}

.testimonial__quote {
	position: absolute;
	right: 54px;
	top: 33px;
	z-index: -1;
	width: 65px;
}

.testimonial__quote img {
	width: 100%;
}

.testimonial__wrap {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.testimonial__user__img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 24px;
}

.testimonial__user__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial__user__info h4 {
	font-size: 24px;
	margin-bottom: 8px;
}

.testimonial__user__info p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 5px;
	max-width: 89%;
}

.testimonial__content p {
	color: #dedede;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

.testimonial__main__slider.owl-carousel .owl-stage-outer {
	margin-right: -2000px;
}

/*-------------------- Testimonial area css end --------------------*/

/*-------------------- Brand area css start --------------------*/

.brand__area {
	padding: 40px 0px;
	background-color: #1e1e1e;
}

.brand__single__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	text-align: center;
}

/*-------------------- Brand area css end --------------------*/

/*-------------------- Footer area css start --------------------*/

.footer__area {
	padding-top: 100px;
	padding-bottom: 60px;
}

.footer__first__blk {
}
.footer__social__blk {
	margin-left: 35px;
}

.footer__logo {
	max-width: 247px;
	float: left;
	margin-top: 70px;
}
.footer__menu {
	float: right;
	margin-right: 35px;
}
.footer__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer__menu ul li {
	display: block;
	margin-bottom: 22px;
}

.footer__menu ul li:last-child {
	margin-bottom: 0;
}

.footer__menu ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	transition: 0.3s;
	text-transform: capitalize;
}

.footer__menu ul li a:hover {
	color: #ff0071;
}

.footer__area .g-5,
.footer__area .gy-5 {
	--bs-gutter-y: 0;
}

.footer__area .g-5,
.footer__area .gx-5 {
	--bs-gutter-x: 9rem;
}

.footer__app__blk {
	text-align: center;
}

.footer__app__blk {
	text-align: center;
}

.footer__app__title h4 {
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 400;
}

.footer__app__title {
	margin-bottom: 50px;
}

.footr__apps {
	display: flex;
	align-items: center;
}

.footr__apps a {
	max-width: 247px;
}

.footr__apps a:first-child {
	margin-right: 20px;
}

.footer__social__title {
	margin-bottom: 40px;
}

.footer__social__title h4 {
	font-size: 24px;
	font-weight: 400;
}

.footer__socials {
	display: flex;
	align-items: center;
}

.footer__socials a {
	margin-right: 32px;
}

.footer__socials a:last-child {
	margin-right: 0;
}

/*-------------------- Footer area css end --------------------*/

/*-------------------- Default area css start --------------------*/
/*-------------------- Default area css end --------------------*/

#loading-bar-spinner.spinner {
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	z-index: 19 !important;
	animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
	width: 40px;
	height: 40px;
	border: solid 4px transparent;
	border-top-color: #00c8b1 !important;
	border-left-color: #00c8b1 !important;
	border-radius: 50%;
}

@keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.owl-prev {
	position: absolute;
	top: 27%;
	left: -85px;
	color: #fff !important;
	font-size: 56px !important;
	background: transparent !important;
}

.owl-next {
	position: absolute;
	top: 27%;
	right: -85px;
	color: #fff !important;
	font-size: 56px !important;
	background: transparent !important;
}

.c-holder {
	/* min-height: 401px; */
}

.footer__app__copyright {
	font-size: 14px;
	color: #fff;
}

.show-tablet {
	display: none;
}

.owl-theme .owl-nav .disabled {
	opacity: -0.5 !important;
}

select {
	background: url('../img/Shape.svg') no-repeat 100% 50% !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.footer__socials img {
	width: 32px;
}
