@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:wght@400;500;700&family=Inter:wght@500&display=swap");

/* slider-radio */
.slider-radio {
	position: relative;
}

.slider-radio .radio-btn {
	display: none;
}

.slider-radio .radio-btn.active + label {
	position: relative !important;
	z-index: 100 !important;
}

/* DEFAULT */
.slider-radio {
	display: inline-block;
}

.slider-radio label {
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 20px;
}

/* Indicator Styles */
.slider-radio .radio-btn.active {
	background-color: #77abff;
	transition-timing-function: cubic-bezier(0.74, 0.14, 0.38, 0.99);
}

.slider-radio.base .radio-btn.active {
	background-color: #005d7a;
	border: none;
	color: white;
}

/* Usage example */

body {
	font-family: "Outfit", "Vazirmatn", sans-serif;
}

html {
	margin: 0px !important;
}

/*============================== 	Common styles ==============================*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
	overflow-x: hidden !important;
}

body {
	background-color: #16151a;
	-webkit-font-smoothing: antialiased;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	transition: 0.25s ease;
	transition-property: color, background-color, border-color, box-shadow;
	cursor: pointer;
}

button:focus {
	outline: none;
}

a {
	transition: 0.25s ease;
	transition-property: color, background-color, border-color, box-shadow;
}

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

input,
textarea,
select {
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-shadow: none;
	transition: 0.5s ease;
	transition-property: color, background-color, border-color, box-shadow;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

select::-ms-expand {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

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

::-moz-selection {
	background: #fff;
	color: #222227;
	text-shadow: none;
}

::selection {
	background: #fff;
	color: #222227;
	text-shadow: none;
}

::-webkit-input-placeholder {
	color: #c0c0c0;
	opacity: 1;
}

::-moz-placeholder {
	color: #c0c0c0;
	opacity: 1;
}

body::-webkit-scrollbar {
	width: 8px;
}

body::-webkit-scrollbar-track {
	background: #222227;
}

body::-webkit-scrollbar-thumb {
	background-color: #c0c0c0;
	outline: 1px solid #222227;
}

.tab-content {
	width: 100%;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.fade {
	transition: opacity 0.4s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.4s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.row--grid {
	margin-right: -10px;
	margin-left: -10px;
}

.row--grid .col-12 {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.row--grid .col-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.owl-carousel .owl-item {
	-webkit-transform: none;
	transform: none;
}

/*============================== 	Header ==============================*/
.header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 64px;
	background-color: #16151a;
	border-bottom: 1px solid #222227;
	z-index: 101;
}

.header__content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

.header__logo {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 70px;
	width: 100%;
}

.header__logo img {
	width: 100px;
	height: auto;
	display: block;
}

.header__actions {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	margin-left: auto;
	margin-right: 40px;
}

.header__action {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 24px;
	position: relative;
	margin-left: 15px;
}

.header__action:first-child {
	margin-left: 0;
}

.header__action--cart span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 16px;
	min-width: 16px;
	color: #fff;
	padding: 0 5px;
	border-radius: 4px;
	background-color: #25a56a;
	position: absolute;
	top: 1px;
	left: 10px;
	font-size: 10px;
	pointer-events: none;
}

.header__action--cart span:empty {
	display: none;
}

.header__action-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 36px;
	width: 100%;
}

.header__action-btn span {
	display: none;
}

.header__action-btn svg {
	width: 24px;
	height: auto;
	fill: #c0c0c0;
	transition: fill 0.5s ease;
}

.header__action-btn:hover svg {
	fill: #fff;
}

.header__btn {
	position: absolute;
	width: 24px;
	height: 22px;
	display: block;
	right: 15px;
	top: 24px;
}

.header__btn span {
	position: absolute;
	right: 0;
	width: 24px;
	height: 2px;
	background-color: #c0c0c0;
	border-radius: 2px;
	transition: 0.5s ease;
}

.header__btn span:first-child {
	top: 0;
}

.header__btn span:nth-child(2) {
	top: 10px;
	width: 16px;
}

.header__btn span:last-child {
	top: 20px;
	width: 8px;
}

.header__btn:hover span {
	background-color: #25a56a;
}

.header__btn--active span {
	background-color: #25a56a;
}

.header__btn--active span:first-child {
	transform: rotate(-45deg);
	top: 9px;
}

.header__btn--active span:nth-child(2) {
	opacity: 0;
	width: 0;
}

.header__btn--active span:last-child {
	width: 24px;
	transform: rotate(45deg);
	top: 9px;
}

.header__search {
	position: absolute;
	left: 0;
	top: -71px;
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: #16151a;
	z-index: 1;
	padding: 0 15px;
	border-bottom: 1px solid #222227;
	transition: top 0.5s ease;
}

.header__search input {
	width: calc(100% - 30px);
	height: 40px;
	background-color: #222227;
	color: #fff;
	font-size: 16px;
	border-radius: 12px;
	border: none;
	padding: 0 20px;
}

.header__search input:focus {
	border-color: #fff;
}

.header__search button {
	position: absolute;
	right: 60px;
	top: 15px;
	height: 40px;
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.header__search button svg {
	width: 20px;
	height: auto;
	fill: #c0c0c0;
	transition: 0.5s ease;
}

.header__search button:hover svg {
	fill: #25a56a;
}

.header__search button.close {
	right: 15px;
}

.header__search--active {
	top: 0;
}

@media (min-width: 400px) {
	.header__action {
		margin-left: 20px;
	}

	.header__action:first-child {
		margin-left: 0;
	}

	.header__actions {
		margin-right: 44px;
	}
}

@media (min-width: 576px) {
	.header__action--signin {
		width: auto;
		padding-left: 22px;
	}

	.header__action--signin:before {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		height: 24px;
		background-color: #222227;
		top: 50%;
		left: 0;
		margin-top: -11px;
	}

	.header__action--signin:hover a span,
	.header__action--signin:hover button span {
		color: #fff;
	}

	.header__action--signin:hover a svg,
	.header__action--signin:hover button svg {
		fill: #25a56a;
	}

	.header__action-btn span {
		display: block;
		white-space: nowrap;
		color: #c0c0c0;
		font-size: 16px;
		margin-right: 10px;
		transition: color 0.5s ease;
	}

	.header__content {
		padding: 0 30px;
	}

	.header__search {
		padding: 0 30px;
	}

	.header__search button {
		right: 75px;
	}

	.header__search button.close {
		right: 30px;
	}

	.header__btn {
		right: 30px;
	}
}

@media (min-width: 768px) {
	.header__action {
		margin-left: 16px;
	}

	.header__action--signin {
		padding-left: 16px;
	}
}

@media (min-width: 1200px) {
	.header {
		position: relative;
	}

	.header__btn {
		display: none;
	}

	.header__actions {
		margin-right: 0;
	}

	.header__action--search {
		display: none;
	}

	.header__search {
		position: relative;
		top: auto;
		left: auto;
		width: 320px;
		padding: 0;
		border: none;
		background-color: transparent;
	}

	.header__search input {
		padding: 0 60px 0 20px;
		width: 100%;
	}

	.header__search button {
		right: 20px;
	}

	.header__search button.close {
		display: none;
	}

	.header__search--active {
		top: auto;
	}
}

.header__action-btn i {
	background-color: #25a56a;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c0c0c0;
	font-size: 11px;
	line-height: 10px;
	width: 14px;
	height: 14px;
	font-weight: 700;
	border-radius: 50%;
	top: 0;
	right: 0;
	font-style: normal;
}

/*============================== 	Sidebar ==============================*/
.sidebar {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #16151a;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 101;
	width: 280px;
	transform: translateX(-100%);
	transition: transform 0.5s ease;
	border-right: 1px solid #222227;
}

.sidebar__logo {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 64px;
	width: 100%;
	padding: 8px 30px 8px 15px;
	border-bottom: 1px solid #222227;
}

.sidebar__logo img {
	width: auto;
	height: auto;
	display: block;
}

.sidebar__nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	padding: 30px 0 0;
	width: 100%;
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}

.sidebar__nav-link {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 1rem;
	color: #c0c0c0;
	font-family: "Poppins", sans-serif;
	margin-left: 15px;
	transition: 0.4s ease;
	position: relative;
}

.sidebar__nav-link svg {
	fill: #c0c0c0;
	width: 22px;
	height: auto;
	transition: fill 0.5s;
	margin-right: 12px;
	margin-bottom: 2px;
}

.sidebar__nav-link svg:last-child {
	width: 16px;
	margin-right: 0;
	margin-top: 3px;
	margin-left: 2px;
	margin-bottom: 0;
}

.sidebar__nav-link:hover {
	color: #fff;
}

.sidebar__nav-link:hover svg {
	fill: #25a56a;
}

.sidebar__nav-link--active,
.sidebar__nav-link[aria-expanded="true"] {
	color: #fff;
}

.sidebar__nav-link--active svg,
.sidebar__nav-link[aria-expanded="true"] svg {
	fill: #25a56a;
}

.sidebar__nav-link--active:hover svg,
.sidebar__nav-link[aria-expanded="true"]:hover svg {
	fill: #25a56a;
}

.sidebar__nav-link[aria-expanded="true"] {
	margin-bottom: 15px;
}

.sidebar__nav-link--active {
	cursor: default;
}

.sidebar__nav-item {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	position: relative;
}

.sidebar__nav-item:last-child {
	margin-bottom: 0;
}

.sidebar__menu--scroll {
	height: 165px;
	overflow: hidden;
}

.sidebar--active {
	transform: translateX(0);
}

@media (min-width: 576px) {
	.sidebar__logo {
		padding: 0 30px;
	}

	.sidebar__nav-link {
		margin-left: 30px;
	}
}

/*============================== 	Player ==============================*/
.player {
	position: fixed;
	z-index: 102;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #16151a;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #222227;
	transform: translateY(100%);
	transition: transform 0.5s ease;
}

@media (min-width: 1200px) {
	.player {
		width: 278px;
		padding: 20px 30px;
		transform: translateY(0);
	}
}

.plyr__control {
	padding: 0;
}

.plyr__control svg {
	width: 24px;
	height: 24px;
	transition: fill 0.4s ease;
}

.plyr__control:hover {
	background-color: transparent !important;
}

.plyr__control:hover svg {
	fill: #25a56a;
}

.plyr__controls {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.plyr__tooltip {
	background-color: #222227;
	box-shadow: none;
	color: #fff;
	font-size: 14px !important;
}

.plyr__tooltip:before {
	border-top-color: #222227;
}

.plyr__time {
	margin-left: 10px;
	color: #c0c0c0;
	font-size: 14px;
	line-height: 100%;
}

.plyr__volume {
	margin-right: auto;
}

.plyr__progress {
	width: 100%;
}

.plyr--full-ui input[type="range"] {
	color: #25a56a;
}

/*============================== 	Main ==============================*/
.main {
	position: relative;
	padding: 0px 0 60px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
}

.main__title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-top: 24px;
}

.main__title h1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 400;
	color: #fff;
	font-size: 30px;
	line-height: 140%;
	margin-bottom: 0;
	position: relative;
}

.main__title h1 b {
	font-weight: 500;
}

.main__title h1 a {
	color: #fff;
}

.main__title h1 a:hover {
	color: #25a56a;
}

.main__title h2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 400;
	color: #fff;
	font-size: 26px;
	line-height: 100%;
	margin-bottom: 0;
	position: relative;
	padding-left: 12px;
}

.main__title h2 svg {
	width: 26px;
	height: auto;
	fill: #25a56a;
	margin-right: 10px;
}

.main__title h2 b {
	font-weight: 500;
}

.main__title h2 a {
	color: #fff;
}

.main__title h2 a:hover {
	color: #25a56a;
}

.main__title h3 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	margin-bottom: 0;
	line-height: 100%;
	position: relative;
}

.main__title p {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #c0c0c0;
	margin-top: 20px;
	margin-bottom: 0;
}

.main__title p b {
	font-weight: 600;
}

.main__title p a {
	color: #25a56a;
	text-decoration: underline;
}

.main__title p a:hover {
	text-decoration: none;
}

.main__title ol {
	padding-left: 0;
	list-style: none;
	counter-reset: li;
	margin-bottom: 0;
}

.main__title ol ol {
	padding-left: 15px;
	margin-top: 10px;
}

.main__title ol ol ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

.main__title ol ol ol li {
	margin-top: 5px;
}

.main__title ol h4 {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	margin-top: 20px;
	font-weight: 500;
}

.main__title ol li {
	font-size: 16px;
	line-height: 24px;
	color: #c0c0c0;
	position: relative;
}

.main__title ol li b {
	font-weight: 600;
	color: #c0c0c0;
}

.main__title ol li a {
	color: #eb5757;
}

.main__title ol li a:hover {
	color: #eb5757;
	text-decoration: underline;
}

.main__title ol li:last-child {
	margin-bottom: 0;
}

.main__title ol li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
}

.main__carousel-wrap {
	position: relative;
}

.main__carousel .owl-dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.main__carousel .owl-dot {
	margin-right: 10px;
}

.main__carousel .owl-dot:last-child {
	margin-right: 0;
}

.main__carousel .owl-dot span {
	display: block;
	height: 4px;
	width: 10px;
	border-radius: 2px;
	background-color: #c0c0c0;
	transition: 0.5s ease;
}

.main__carousel .owl-dot.active span {
	width: 20px;
	background-color: #25a56a;
}

.main__nav {
	display: none;
}

.main__filter {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #16151a;
	position: relative;
}

.main__filter:before {
	content: "";
	position: absolute;
	display: block;
	left: -15px;
	right: -15px;
	width: auto;
	top: 0;
	border-top: 1px solid #222227;
	border-bottom: 1px solid #222227;
	bottom: 0;
	background-color: #16151a;
}

.main__filter-search {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.main__filter-search input {
	width: 100%;
	height: 40px;
	background-color: #222227;
	color: #fff;
	font-size: 14px;
	border-radius: 12px;
	border: none;
	padding: 0 60px 0 20px;
}

.main__filter-search input:focus {
	border-color: #222227;
}

.main__filter-search button {
	position: absolute;
	right: 20px;
	top: 0;
	height: 40px;
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.main__filter-search button svg {
	width: 20px;
	height: auto;
	fill: #c0c0c0;
	transition: 0.5s ease;
}

.main__filter-search button:hover svg {
	fill: #25a56a;
}

.main__load {
	width: 160px;
	height: 50px;
	border-radius: 12px;
	background-color: #25a56a;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 500;
	margin: 30px auto 0;
}

.main__load:hover {
	color: #25a56a;
	background-color: #222227;
}

.main__table {
	width: 100%;
	min-width: 520px;
	border-spacing: 0;
}

.main__table thead {
	border-bottom: 1px solid #222227;
}

.main__table thead th {
	font-size: 14px;
	color: #c0c0c0;
	font-weight: 400;
	padding: 0 10px 20px 0;
	line-height: 100%;
	margin-bottom: 0;
	border: none;
}

.main__table thead th a {
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #c0c0c0;
}

.main__table thead th a svg {
	width: 20px;
	height: auto;
	fill: #c0c0c0;
	transition: fill 0.5s ease;
}

.main__table thead th a:hover {
	color: #fff;
}

.main__table thead th a:hover svg {
	fill: #25a56a;
}

.main__table thead th a.active {
	color: #fff;
}

.main__table thead th a.active svg {
	width: 16px;
	fill: #25a56a;
}

.main__table tbody tr {
	border-bottom: none;
	background-color: transparent;
	border-top: 1px solid #222227;
}

.main__table tbody td {
	padding: 0;
	background-color: transparent;
	border: 0px solid transparent;
}

.color-green {
	color: #25a56a;
}

@media (min-width: 576px) {
	.main {
		padding: 0px 15px 50px;
	}
}

@media (min-width: 768px) {
	.main {
		padding: 0px 15px 70px;
	}

	.main__title h1 {
		font-size: 36px;
	}

	.main__title h2 {
		font-size: 30px;
	}

	.main__title h2 svg {
		width: 30px;
	}

	.main__title p:last-child {
		margin-bottom: 10px;
	}

	.main__title--sidebar {
		margin-bottom: 10px;
	}

	.main__carousel .owl-dots {
		margin-top: 30px;
	}

	.main__filter {
		padding: 0;
		flex-direction: row;
		align-items: center;
		margin-top: 30px;
		height: 70px;
	}

	.main__load {
		margin: 40px auto 0;
	}

	.main__filter-search {
		margin-bottom: 0;
		width: 180px;
		margin-right: 30px;
	}

	.main__filter-search input {
		width: 180px;
	}
}

@media (min-width: 992px) {
	.main__filter-search {
		margin-bottom: 0;
		width: 250px;
	}

	.main__filter-search input {
		width: 250px;
	}

	.main__title--sidebar {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.main {
		padding: 0 16px;
		margin-top: 0;
	}

	.main__carousel .owl-dots {
		justify-content: flex-end;
		padding-right: 68px;
	}

	.main__nav {
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 34px;
		height: 34px;
		right: 0;
		bottom: -14px;
		z-index: 2;
	}

	.main__nav svg {
		width: 30px;
		height: auto;
		fill: #c0c0c0;
		transition: fill 0.5s ease;
	}

	.main__nav:hover svg {
		fill: #25a56a;
	}

	.main__nav--prev {
		right: 25px;
	}

	.main__nav--next {
		right: -5px;
	}

	.main__nav--hero {
		bottom: 15px;
	}

	.main__nav--hero svg {
		fill: #fff;
	}

	.main__nav--hero.main__nav--prev {
		right: 95px;
	}

	.main__nav--hero.main__nav--next {
		right: 65px;
	}

	.main__nav--hero:hover svg {
		fill: #25a56a;
	}

	.main__filter {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 99;
		background-color: #fff;
		border: none;
	}

	.main__filter-search {
		margin-bottom: 0;
		width: 220px;
	}

	.main__filter-search input {
		width: 220px;
	}
}

/*============================== 	Breadcrumb ==============================*/
.breadcrumb {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.breadcrumb__item {
	font-size: 14px;
	color: #c0c0c0;
	transition: 0.5s ease;
	position: relative;
	margin-right: 34px;
}

.breadcrumb__item:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 1px;
	bottom: 0;
	width: 34px;
	background: url("../img/breadcrumb.svg") no-repeat center / 16px auto;
}

.breadcrumb__item:hover {
	color: #c0c0c0;
}

.breadcrumb__item:last-child {
	margin-right: 0;
}

.breadcrumb__item:last-child:before {
	display: none;
}

.breadcrumb__item--active {
	cursor: default;
	margin-right: 0;
}

.breadcrumb__item--active:before {
	display: none;
}

.breadcrumb__item--active:hover {
	color: #c0c0c0;
}

.breadcrumb a {
	color: #c0c0c0;
}

.breadcrumb a:hover {
	color: #25a56a;
}

@media (min-width: 1200px) {
	.breadcrumb {
		margin-top: 25px;
	}
}

/*============================== 	Profile ==============================*/
.profile {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #16151a;
	padding: 20px 20px 0;
	border-radius: 12px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #222227;
}

.profile__tabs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	width: 100%;
}

.profile__tabs li {
	margin-right: 20px;
}

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

.profile__tabs a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	height: 40px;
	color: #c0c0c0;
	position: relative;
	font-size: 14px;
}

.profile__tabs a:hover {
	color: #fff;
}

.profile__tabs a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	display: block;
	background-color: #25a56a;
	transition: 0.5s ease;
	transform: translateY(2px);
	opacity: 0;
	border-radius: 2px 2px 0 0;
}

.profile__tabs a.active {
	color: #fff;
	cursor: default;
}

.profile__tabs a.active:before {
	opacity: 1;
	transform: translateY(0);
}

.profile__logout {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	position: absolute;
	top: 20px;
	right: 20px;
}

.profile__logout span {
	display: none;
	font-size: 16px;
	color: #c0c0c0;
	margin-right: 10px;
	transition: 0.5s ease;
}

.profile__logout svg {
	fill: #c0c0c0;
	width: 24px;
	height: auto;
	transition: fill 0.5s ease;
}

.profile__logout:hover span {
	color: #fff;
}

.profile__logout:hover svg {
	fill: #25a56a;
}

.profile__user {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.profile__meta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.profile__meta h3 {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 7px;
	line-height: 100%;
}

.profile__meta span {
	color: #c0c0c0;
	font-size: 12px;
	line-height: 100%;
}

@media (min-width: 768px) {
	.profile {
		margin-top: 30px;
		padding: 0 20px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.profile__tabs {
		border-bottom: none;
		margin-bottom: 0;
		width: auto;
		margin-right: auto;
	}

	.profile__tabs li {
		margin-right: 30px;
	}

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

	.profile__tabs a {
		align-items: center;
		height: 70px;
		font-size: 16px;
	}

	.profile__user {
		margin-bottom: 0;
		margin-right: 60px;
	}

	.profile__logout {
		position: relative;
		top: auto;
		right: auto;
	}

	.profile__logout span {
		display: block;
	}
}

/*============================== 	Hero ==============================*/
#hero {
	display: block;
	width: 100%;
}

#hero .owl-stage-outer {
	border-radius: 12px;
}

#hero .hero__slide {
	padding: 38px;
}

#hero.owl-dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

#hero.owl-dot {
	margin-right: 10px;
}

#hero.owl-dot:last-child {
	margin-right: 0;
}

#hero.owl-dot span {
	display: block;
	height: 4px;
	width: 10px;
	border-radius: 2px;
	background-color: #c0c0c0;
	transition: 0.5s ease;
}

#hero.owl-dot.active span {
	width: 20px;
	background-color: #25a56a;
}

#hero.owl-stage-outer {
	border-radius: 12px;
}

.hero__slide {
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	border-radius: 12px;
	width: 100%;
	position: relative;
	height: unset !important;
	aspect-ratio: 28 / 15;
}

.hero-slider-con {
	margin-top: 32px;
}

.hero__slider__item img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 28 / 15;
}

.hero__slider__item img[data-card] {
	display: none;
	aspect-ratio: 7 / 5;
}

@media (min-width: 1400px) {
	.hero__slider__item {
		max-width: 933px;
	}
}

@media (max-width: 580px) {
	.hero__slider__item img[data-card] {
		display: inline-block;
	}

	.hero__slider__item img[data-header] {
		display: none;
	}
}

@media (min-width: 1921px) {
	.hero__slide {
		max-height: 700px !important;
		min-height: 650px !important;
	}
}

.hero__slide:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		45deg,
		rgba(0, 0, 0, 0.8) 0%,
		rgba(0, 0, 0, 0.2) 100%
	);
	z-index: 1;
}

.hero__title {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 130%;
}

.hero__text {
	position: relative;
	z-index: 2;
	color: #c0c0c0;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

.hero__btns {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.hero__btn {
	width: auto;
	min-width: 110px;
	height: 50px;
	border-radius: 12px;
	background-color: #222227;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 14px;
	margin-top: 20px;
	margin-right: 12px;
}

.hero__btn svg {
	width: 28px;
	height: auto;
	margin-right: 7px;
}

.hero__btn *[fill] {
	fill: #fff;
}

.hero__btn *[stroke] {
	stroke: #fff;
}

.view-btn {
	width: 80px !important;
	min-width: 80px !important;
	padding: 0 !important;
}

.view-btn svg {
	width: 22px !important;
}

.hero__btn:last-child {
	margin-right: 0;
}

.hero__btn:hover {
	color: #25a56a;
}

.hero__btn--red {
	background-color: rgb(183, 28, 28);
	color: #fff;
}

.hero__btn--green {
	background-color: #25a56a;
	color: #fff;
}

.hero__btn--green:hover {
	background-color: #222227;
	color: #25a56a;
}

.hero__btn--orange {
	background-color: #ef6836;
	color: #fff;
	font-size: 14px;
}

.hero__btn--orange:hover {
	background-color: #222227;
	color: #f4511e;
}

.hero__btn--red:hover {
	background-color: #222227;
	color: #eb5757;
}

/* @media (max-width: 575px) {
  .hero__slide {
    justify-content: flex-end;
  }
}

@media (min-width: 576px) {
  .hero__slide {
    min-height: 400px;
  }
} */

@media (min-width: 768px) {
	#hero.owl-dots {
		margin-top: 30px;
	}

	/* .hero__slide {
    padding: 40px 30px;
    padding-right: 10%;
    min-height: 460px;
    padding-bottom: 260px;
  } */

	.hero__title {
		font-size: 36px;
	}

	.hero__btn {
		margin-top: 30px;
		margin-right: 30px;
		min-width: 160px;
		padding: 0 25px;
	}

	.hero__btn:last-child {
		margin-right: 0;
	}
}

/* @media (min-width: 992px) {
  .hero__slide {
    padding-right: 25%;
  }
} */

@media (min-width: 1200px) {
	#hero.owl-dots {
		justify-content: flex-end;
		margin-top: -34px;
		margin-bottom: 30px;
		padding-right: 124px;
		z-index: 2;
	}

	#hero.owl-dot span {
		background-color: rgba(255, 255, 255, 0.6);
	}

	#hero.owl-dot.active span {
		background-color: #fff;
	}

	.hero__title {
		font-size: 44px;
	}

	.hero__text {
		font-size: 17px;
		line-height: 28px;
	}

	.hero__btn {
		margin-top: 40px;
	}

	/* .hero__slide {
    padding-bottom: 260px;
    padding-right: 33%;
  } */
}

/* @media (min-width: 1900px) {
  .hero__slide {
    padding-right: 50%;
  }
} */

/*============================== 	Album ==============================*/

/*============================== 	Releases ==============================*/
.release {
	margin-top: 20px;
	border: 1px solid #222227;
	background-color: #16151a;
	padding: 20px;
	border-radius: 12px;
	position: release;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

@media (min-width: 768px) {
	.release {
		flex-direction: row;
		margin-bottom: 10px;
	}
}

/*============================== 	Store-item ==============================*/

/*============================== 	Artist ==============================*/

/*============================== 	Event ==============================*/
.event {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 20px;
	width: 100%;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	padding: 20px;
	/* height: 300px; */
	aspect-ratio: 7 / 5;
}

.event:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		45deg,
		rgba(0, 0, 0, 0.8) 0%,
		rgba(0, 0, 0, 0.2) 100%
	);
	opacity: 1;
	transition: opacity 0.5s ease;
	z-index: 3;
}

.event.past:before,
.hero__slide.past:before {
	background: linear-gradient(
		45deg,
		rgba(183, 28, 28, 0.7) 0%,
		rgba(183, 28, 28, 0.2) 100%
	);
}

.event.sold_out:before,
.hero__slide.sold_out:before {
	background: inherit;
	filter: grayscale(100%);
}

.event.sold_out::after,
.hero__slide.sold_out::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		45deg,
		rgba(0, 0, 0, 0.8) 0%,
		rgba(0, 0, 0, 0.2) 100%
	);
	z-index: 3;
}

.hero__slide.sold_out::after {
	z-index: 1;
}

.event > * {
	position: relative;
	z-index: 4 !important;
}

.event__date {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.event__time {
	position: relative;
	z-index: 2;
	font-size: 16px;
	color: #c0c0c0;
	font-weight: 500;
	margin-bottom: 16px;
}

.event__title {
	position: relative;
	z-index: 2;
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
	width: 100%;
}

.event__title a {
	color: #fff;
	font-size: clamp(1.08rem, 1.4vw, 1.4rem);
	font-weight: 500;
	line-height: 80% !important;
}

.event__title a:hover {
	color: #25a56a;
}

.event__address {
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 0;
	width: 100%;
}

.event__ticket {
	position: absolute;
	top: 20px;
	left: 20px;
	min-width: 130px;
	height: 40px;
	border-radius: 12px;
	background-color: #222227;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	font-weight: 500;
	padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.event__ticket svg {
	width: 18px;
	height: auto;
	margin-right: 7px;
	fill: #25a56a;
	transition: fill 0.5s ease;
}

.event__ticket:hover {
	color: #fff;
	background-color: #25a56a;
	border-color: #25a56a;
}

.event__ticket:hover svg {
	fill: #fff;
}

.event__out {
	position: absolute;
	top: 20px;
	left: 20px;
	min-width: 120px;
	height: 40px;
	border-radius: 12px;
	background-color: #a50000;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	font-weight: 500;
	padding: 0 15px;
}

.event__out.event__past {
	background-color: #eb5757;
}

.event:hover:before {
	opacity: 0.8;
}

@media (min-width: 768px) {
	.event {
		margin-top: 30px;
	}
}

/*============================== 	Single ==============================*/

/*============================== 	Post ==============================*/
.post {
	position: relative;
	margin-top: 20px;
	border-radius: 12px;
	width: 100%;
	overflow: hidden;
	background-color: #222227;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: calc(100% - 20px);
}

@media (min-width: 768px) {
	.post {
		margin-top: 30px;
		height: calc(100% - 30px);
	}
}

/*============================== 	Live ==============================*/

/*============================== 	Product ==============================*/
.product {
	position: relative;
	margin-top: 20px;
	border-radius: 12px;
	width: 100%;
	overflow: hidden;
	background-color: #222227;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
}

@media (min-width: 768px) {
	.product {
		margin-top: 30px;
	}
}

/*============================== 	Partners ==============================*/

/*============================== 	Stats ==============================*/

/*============================== 	Dashbox ==============================*/
.dashbox {
	background-color: #16151a;
	margin-top: 20px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #222227;
}

.dashbox__table-wrap {
	position: relative;
	display: block;
	width: 100%;
	overflow: auto;
	padding: 20px 20px 5px;
}

.dashbox__table-scroll {
	width: 100%;
	display: block;
}

@media (min-width: 768px) {
	.dashbox {
		margin-top: 30px;
	}
}

/*============================== 	Feature ==============================*/

/*============================== 	Step ==============================*/
.step {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	border-radius: 12px;
	background-color: #16151a;
	border: 1px solid #222227;
}

@media (min-width: 768px) {
	.step {
		margin-top: 30px;
	}
}

/*============================== 	Plan ==============================*/

/*============================== 	Contacts ==============================*/

/*============================== 	Cart ==============================*/
.cart {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #16151a;
	width: 100%;
	padding: 0;
	border: 1px solid #222227;
	border-radius: 20px;
	min-height: 400px;
	margin-top: 20px;
}

.cart__table {
	width: 100%;
	min-width: 600px;
}

.cart__table th {
	font-size: 14px;
	font-weight: 400;
	color: #c0c0c0;
	line-height: 100%;
	padding: 0 20px 10px 0;
}

.cart__table th:last-child {
	width: 24px;
	padding: 0 0 10px 0;
}

.cart__table td {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 10px 20px 10px 0;
}

.cart__table td a {
	color: #fff;
	font-weight: 400;
}

.cart__table td a:hover {
	color: #25a56a;
}

.cart__table td:last-child {
	width: 24px;
	padding: 10px 0;
}

.cart__table td:first-child {
	width: 100px;
}

.cart__delete {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
}

.cart__delete svg {
	fill: #c0c0c0;
	width: 18px;
	height: auto;
	transition: 0.5s ease;
}

.cart__delete:hover svg {
	fill: #25a56a;
}

.cart__price {
	font-size: 16px;
	color: #c0c0c0;
	font-weight: 500;
}

.cart__price span {
	font-weight: 400;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 5px;
	color: #eb5757 !important;
}

.cart__info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px;
	padding: 10px 20px 20px;
}

.cart__total {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.cart__total p {
	font-size: 14px;
	color: #c0c0c0;
	margin-bottom: 10px;
}

.cart__total span {
	font-size: 28px;
	color: #fff;
	line-height: 100%;
	font-weight: 500;
}

.cart__promo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.cart__promo .sign__btn {
	width: 80px;
	margin: 0;
	height: 40px;
	border-radius: 12px;
}

.cart__promo .sign__input {
	width: calc(100% - 90px);
	height: 40px;
}

.cart__amount {
	background-color: #222227;
	height: 36px;
	border-radius: 12px;
	padding: 0 10px;
}

.cart__amount input {
	width: 100%;
	height: 36px;
	border: none;
	text-align: center;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	pointer-events: none;
}

.cart__amount button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 36px;
}

.cart__amount button svg {
	width: 18px;
	height: auto;
	fill: #c0c0c0;
	transition: fill 0.5s ease;
}

.cart__amount button:hover svg {
	fill: #25a56a;
}

.cart__table-wrap {
	position: relative;
	display: block;
	width: 100%;
	overflow: auto;
	padding: 8px 20px 10px;
}

.cart__table-scroll {
	width: 100%;
	display: block;
}

.sign__btn.btn-blue {
	background-color: #2f80ed;
}

@media (min-width: 768px) {
	.cart {
		margin-top: 30px;
	}

	.cart__table-wrap {
		padding: 8px 20px 10px;
	}

	.cart__table th {
		padding: 0 20px 15px 0;
	}

	.cart__table th:last-child {
		padding: 0 0 15px 0;
	}

	.cart__total {
		order: 1;
	}

	.cart__promo {
		width: 350px;
		margin-top: 0;
		order: 3;
	}
}

.coupon-show {
	width: 100px;
	margin-right: 16px;
	font-size: 1.1rem;
	color: rgb(21, 101, 192);
	font-weight: 700;
	border: 1px solid rgb(21, 101, 192);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 100%;
	height: 36px;
	border-radius: 12px;
}

.coupon-show:empty {
	display: none;
}

#couponForm button {
	font-size: 12px;
}

/*============================== 	Article ==============================*/
.article {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.article__date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: #c0c0c0;
	height: 30px;
}

.article__date svg {
	fill: #fff;
	width: 24px;
	height: auto;
	margin-right: 5px;
}

.article__place {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: #c0c0c0;
	min-height: 30px;
	width: 100%;
	margin-bottom: 10px;
}

.article__place svg {
	fill: #fff;
	width: 22px;
	height: auto;
	margin-right: 5px;
}

.article__place:hover {
	color: #25a56a;
}

.article__content {
	position: relative;
}

.article__content img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 12px;
}

.article__content iframe {
	display: block;
	width: 100%;
	height: 240px;
	margin-bottom: 20px;
	border-radius: 12px;
	border: none;
}

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
	line-height: 140%;
}

.article__content h1:last-child,
.article__content h2:last-child,
.article__content h3:last-child,
.article__content h4:last-child,
.article__content h5:last-child,
.article__content h6:last-child {
	margin-bottom: 0;
}

.article__content h1 {
	font-size: 30px;
}

.article__content h2 {
	font-size: 28px;
}

.article__content h3 {
	font-size: 24px;
}

.article__content h4 {
	font-size: 22px;
}

.article__content h5 {
	font-size: 18px;
}

.article__content h6 {
	font-size: 16px;
}

.article__content p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #c0c0c0;
	margin-bottom: 20px;
}

.article__content p b {
	font-weight: 600;
}

.article__content p a {
	color: #25a56a;
	text-decoration: underline;
}

.article__content p a:hover,
.article__content p a:focus {
	color: #25a56a;
	text-decoration: none;
}

.article__content p:last-child {
	margin-bottom: 0;
}

.article__content ul {
	margin-bottom: 20px;
	display: block;
}

.article__content ul li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #c0c0c0;
	padding-left: 20px;
	position: relative;
}

.article__content ul li:before {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #25a56a;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

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

.article__meta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

@media (min-width: 576px) {
	.article__content iframe {
		height: 280px;
	}
}

@media (min-width: 768px) {
	.article {
		margin-top: 30px;
	}

	.article__content h1 {
		font-size: 36px;
	}

	.article__content h2 {
		font-size: 32px;
	}

	.article__content h3 {
		font-size: 28px;
	}

	.article__content h4 {
		font-size: 24px;
	}

	.article__content h5 {
		font-size: 20px;
	}

	.article__content h6 {
		font-size: 18px;
	}

	.article__content iframe {
		height: 400px;
	}

	.article__place {
		margin-bottom: 0;
		width: auto;
	}
}

@media (min-width: 1200px) {
	.article__content iframe {
		height: 460px;
	}
}

/*============================== 	Share ==============================*/
.share {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.share__link {
	margin-top: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
	height: 30px;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	background-color: #25a56a;
}

.share__link svg {
	fill: #fff;
	margin-right: 10px;
	margin-top: 1px;
}

.share__link:last-child {
	margin-right: 0;
}

.share__link--fb {
	background-color: #3b5998;
}

.share__link--tw {
	background-color: #55acee;
}

.share__link--vk {
	background-color: #4c6c91;
}

.share__link:hover {
	background-color: #25a56a;
	color: #fff;
}

/*============================== 	Comments ==============================*/

/*============================== 	Footer ==============================*/
.footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: white;
	z-index: 1000;
	position: relative;
	background-color: #1f1d25;
}

.footer .footer-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px;
}

.footer-content .footer-brand {
	flex: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 52px;
}

.footer-content .footer-brand > img.brand-logo {
	width: 200px;
	height: auto;
}

.footer-content .footer-brand__slogan {
	font-size: 1.1rem;
	font-weight: 600;
}

.footer-content .footer-social ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
}

.footer-content .footer-social ul img {
	width: 24px;
	height: 24px;
}

.footer-content .footer-download {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.footer-content .footer-download > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}

.footer-content .footer-download img {
	height: 42px;
	width: auto;
}

.footer .footer__bottom {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px 16px;
}

.footer .footer__bottom p {
	font-size: 0.9rem;
}

.footer-content .footer-links {
	flex: 4;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
}

.footer-links > div {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-content .footer-links h4 {
	font-size: 1.2rem;
	font-weight: 600;
}

.footer-links > div ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-links > div ul a {
	font-size: 1rem;
	font-weight: 500;
	color: white;
	text-decoration: none;
	transition: all 0s;
}

.footer-links > div ul a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1199px) {
	.footer {
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.footer .footer-content {
		flex-direction: column;
		gap: 50px;
	}

	.footer-content .footer-brand {
		align-items: center;
		text-align: center;
	}

	.footer-content .footer-brand__slogan {
		text-align: center;
		width: 100%;
	}

	.footer .footer__bottom {
		flex-direction: column;
		gap: 16px;
	}
}

/*============================== 	Sign ==============================*/
.sign {
	display: block;
	position: relative;
}

.sign__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	gap: 8px;
}

.sign__form {
	background-color: #16151a;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	padding: 30px 20px;
	position: relative;
	width: 100%;
	max-width: 420px;
	border: 1px solid #222227;
}

.sign__form--contacts,
.sign__form--profile,
.sign__form--cart {
	margin-top: 20px;
	max-width: 100%;
	padding: 20px 20px 5px;
	align-items: flex-start;
}

.sign__form--contacts .sign__btn,
.sign__form--profile .sign__btn,
.sign__form--cart .sign__btn {
	margin: 0 0 15px;
}

.sign__form--contacts .row,
.sign__form--profile .row,
.sign__form--cart .row {
	margin-left: -10px;
	margin-right: -10px;
}

.sign__form--contacts .col-12,
.sign__form--profile .col-12,
.sign__form--cart .col-12 {
	padding-left: 10px;
	padding-right: 10px;
}

.sign__form--profile .sign__btn {
	margin: 5px 0 15px;
}

.sign__form--profile input[disabled] {
	color: #c0c0c0;
}

.sign__title {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

.sign__label {
	font-weight: 400;
	font-size: 14px;
	color: #c0c0c0;
	margin-bottom: 5px;
	padding-left: 20px;
}

.sign__label b {
	font-weight: 600;
	color: #fff;
}

.sign__input {
	background-color: #222227;
	border: 1px solid transparent;
	border-radius: 12px;
	height: 46px;
	position: relative;
	color: #fff;
	font-size: 16px;
	width: 100%;
	padding: 0 20px;
}

.sign__input:focus {
	border-color: #25a56a;
}

.sign__textarea {
	background-color: #222227;
	border: 1px solid transparent;
	border-radius: 12px;
	height: 144px;
	position: relative;
	color: #fff;
	font-size: 16px;
	width: 100%;
	padding: 15px 20px;
	resize: none;
}

.sign__textarea:focus {
	border-color: #25a56a;
}

.sign__group {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	position: relative;
	/* margin-bottom: 20px; */
	width: 100%;
}

.sign__group--row .sign__label {
	padding-left: 0;
}

.sign__btn {
	width: 100%;
	height: 50px;
	border-radius: 12px;
	background-color: #25a56a;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	margin: 15px auto;
}

.sign__btn:hover:not(:disabled) {
	color: #fff;
	background-color: #222227;
}

.sign__text {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.sign__text:first-child {
	margin-top: 0;
}

.sign__text a {
	position: relative;
	color: #25a56a;
}

.sign__text a:hover {
	color: #25a56a;
	text-decoration: underline;
}

.sign__delimiter {
	font-size: 14px;
	color: #c0c0c0;
	line-height: 100%;
	width: 100%;
	display: block;
	text-align: center;
}

@media (min-width: 576px) {
	.sign__form {
		padding: 40px;
	}

	.sign__form--contacts,
	.sign__form--profile,
	.sign__form--cart {
		padding: 20px 20px 5px;
	}
}

@media (min-width: 768px) {
	.sign__form--contacts,
	.sign__form--profile {
		margin-top: 30px;
	}

	.sign__form--contacts .sign__btn,
	.sign__form--profile .sign__btn {
		margin: 10px 0 15px;
	}

	.sign__form--cart {
		margin-top: 30px;
	}

	.sign__form--cart .sign__btn {
		margin-top: 10px;
	}

	.sign__content {
		padding: 30px 0 0;
	}
}

@media (min-width: 992px) {
	.sign__form--profile .sign__btn {
		width: 180px;
	}
}

/*============================== 	Page 404 ==============================*/

/*============================== 	Modal ==============================*/
.modal {
	position: relative;
	display: block;
	background-color: #16151a;
	margin: 40px auto;
	width: 100%;
	max-width: 420px;
	padding: 20px;
	border-radius: 12px;
}

.modal--form {
	margin-top: 0px !important;
	padding: 20px 20px 5px;
}

.modal .mfp-close {
	display: none;
}

.modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal__close svg {
	fill: #c0c0c0;
	opacity: 0.6;
	transition: 0.5s ease;
	height: auto;
	width: 24px;
}

.modal__close:hover svg {
	opacity: 1;
	fill: green;
}

@media (min-width: 768px) {
	.modal {
		padding: 40px;
	}

	.modal--form {
		padding: 40px 40px 25px;
	}

	.modal--form .modal__close {
		top: 37px;
		right: 35px;
	}

	.modal--form .sign__btn {
		margin-top: 30px;
	}
}

.mfp-bg {
	background: rgba(34, 34, 39, 0.75);
}

.mfp-container {
	padding: 0 15px !important;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 1;
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: opacity 0.4s ease-out;
}

.mfp-iframe-scaler iframe {
	border-radius: 12px;
	box-shadow: none;
	background-color: #16151a;
}

.mfp-figure::after {
	box-shadow: none;
	background-color: #222227;
}

/*============================== 	Slider radio ==============================*/
.slider-radio {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #222227;
	padding: 5px 0;
	border-radius: 12px;
	margin-top: 10px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.slider-radio .radio-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 15px;
	font-size: 14px;
	color: #c0c0c0;
	cursor: pointer;
	border-radius: 10px;
	margin: 0 5px;
	margin-bottom: 0;
	position: relative;
	z-index: 100;
	transition: color 0.5s;
	font-weight: 400;
}

.slider-radio .radio-btn:hover {
	color: #fff;
}

.slider-radio .radio-btn.active {
	color: #fff;
	background-color: #25a56a;
}

@media (min-width: 768px) {
	.slider-radio {
		margin-left: auto;
		margin-top: 0;
		width: auto;
	}
}

/*============================== 	Select2 ==============================*/
.select2-container {
	width: auto !important;
	margin-right: 30px;
}

.select2-container .select2-selection--single {
	height: 40px;
	background-color: transparent;
	border-radius: 0;
	border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	color: #fff;
	padding: 0 18px 0 0;
	font-size: 14px;
	font-weight: 400;
	transition: 0.5s ease;
}

.select2-container .select2-selection--single[aria-expanded="true"] {
	background-color: transparent;
}

.select2-container
	.select2-selection--single:hover
	.select2-selection__rendered {
	color: #25a56a;
}

.select2-results__option {
	padding: 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	height: 40px;
	line-height: 40px;
	transition: 0.5s ease;
}

.select2-dropdown {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	border-radius: 12px !important;
	min-width: 180px;
	padding: 5px 0 5px 15px;
	background-color: #222227;
}

.select2-container--open .select2-dropdown--below {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.select2-container--open .select2-dropdown--above {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

/*============================== 	Scrollbar-track ==============================*/
.scrollbar-track-y {
	background: #222227 !important;
	top: 0px !important;
	bottom: 0px !important;
	height: auto !important;
	width: 4px !important;
	border-radius: 4px !important;
	right: 0px !important;
	overflow: hidden;
}

.scrollbar-track-x {
	background: #222227 !important;
	left: 0px !important;
	right: 0px !important;
	height: 4px !important;
	width: auto !important;
	border-radius: 4px !important;
	bottom: 0px !important;
	overflow: hidden;
}

.main__carousel--events.empty {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main__carousel--events.empty::after {
	content: "No events available";
	font-family: "Poppins", sans-serif;
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	font-weight: 500;
	color: white;
	opacity: 0.7;
}

@media (max-width: 768px) {
	.ticket-modal {
		max-width: 100%;
	}
}

@media (min-width: 769px) {
	.ticket-modal {
		max-width: 700px;
	}
}

.ticket-groups {
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: white;
	max-height: 50vh;
	overflow-y: auto;
}

.ticket-groups * {
	user-select: none;
}

.ticket-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ticket-group .tickets-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 8px;
}

.ticket-group .tickets-grid .ticket-item {
	display: flex;
	flex-direction: column;
	padding: 12px;
	border-radius: 8px;
	background-color: #222227;
	color: white;
	position: relative;
}

.ticket-item.sold_out::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: opacity 0.5s ease;
	z-index: 3;
	background: linear-gradient(
		45deg,
		rgba(235, 87, 87, 0.2) 0%,
		rgba(235, 87, 87, 0) 100%
	);
	border-radius: 8px;
}

.ticket-item .ticket-desc {
	font-size: 0.8rem;
	opacity: 0.85;
	font-family: inherit;
	padding-left: 8px;
	padding-right: 3px;
	border-left: 3px solid whitesmoke;
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 8px;
}

.ticket-item select {
	margin-top: 12px;
}

.ticket-group .tickets-grid * {
	font-family: "Poppins", sans-serif;
}

.tickets-grid .ticket-item span.remaining {
	color: #25a56a;
	font-size: 11px;
}

.tickets-grid .ticket-item button {
	color: #1da1f2;
	font-size: 0.95rem;
	border-radius: 4px;
	padding: 0px 8px;
	user-select: none;
}

.tickets-grid .ticket-item button:hover {
	opacity: 0.9;
}

.order-table {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.order-table * {
	width: 100%;
}

#order-items {
	display: flex;
	flex-direction: column;
}

#order-items > div {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #222227;
	border-bottom: 1px solid #222227;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
}

#order-items > div > span {
	width: 85%;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-align: left;
}

#order-items > div > .number-selector {
	display: flex;
	width: 15%;
	font-size: 1rem;
	color: white;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	background-color: transparent;
	border: 1px solid #222227;
	border-radius: 4px;
	user-select: none;
	padding: 2px 6px;
}

@media (max-width: 768px) {
	#order-items > div > span {
		width: 65%;
	}

	#order-items .sign__text {
		font-size: 1.07rem;
	}

	#order-items > div > .number-selector {
		width: 35%;
		font-size: 1.6rem;
	}

	#order-items > div > .number-selector #count {
		font-size: 1.1rem;
		padding-left: 8px;
		padding-right: 8px;
		line-height: 2;
	}

	#order-items > div > .number-selector > span {
		padding-left: 8px;
		padding-right: 8px;
	}
}

form[data-step="checkout"] .number-selector .next,
*[data-type="seat"] .number-selector .next,
form[data-step="checkout"] .number-selector .prev,
*[data-type="seat"] .number-selector .prev {
	display: none;
}

.number-selector .next,
.number-selector .prev {
	cursor: pointer;
	transition: all 0.3s;
}

.number-selector .next:hover,
.number-selector .prev:hover {
	color: #2f80ed;
}

#order-items:empty {
	width: 100%;
	height: 50px;
}

#order-items:empty::after {
	content: "No items added";
	font-family: "Poppins", sans-serif;
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	color: white;
	opacity: 0.7;
}

#order-items > div .delete {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	left: -8px;
}

form[data-step="checkout"] #order-items > div .delete {
	display: none;
}

#order-items > div .delete::before {
	content: url("/assets/img/delete.svg");
}

#order-items .price-tag {
	font-size: 0.9rem;
	color: #2f80ed;
}

.acc-input-group {
	display: flex;
	padding: 0px 16px;
	flex-direction: column;
	gap: 8px;
}

.dub-input-group {
	display: flex;
	width: 100%;
	gap: 12px;
}

.acc-input-group input::placeholder {
	opacity: 0.6;
}

.acc-input-group > * {
	width: 100%;
}

input.error {
	border: 1px solid red;
}

.cancel-btn {
	background-color: rgb(100, 100, 100);
	width: 30%;
}

.isLoading span {
	display: none;
}

.isLoading .loader {
	display: block;
}

.loader {
	display: none;
	width: 32px;
	padding: 4px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #1c4c5b;
	--_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
}

@keyframes l3 {
	to {
		transform: rotate(1turn);
	}
}

.cart__table {
	width: 100%;
	table-layout: fixed;
}

.cart__table th,
.cart__table td {
	padding: 8px;
	text-align: center;
}

.cart__table th:first-child,
.cart__table td:first-child {
	text-align: left;
}

.cart__table .col-event-name {
	width: 40%;
}

.cart__table .col-order-code {
	width: 20%;
}

.cart__table .col-total-tickets {
	width: 17%;
}

.cart__table .col-total {
	width: 18%;
}

.cart__table .col-actions {
	width: 5%;
}

.loading-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	pointer-events: all;
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	margin-top: 16px;
}

.loading-container.active {
	display: flex;
}

.cart-loader {
	width: 48px;
	height: 48px;
	border: 3px dotted #fff;
	border-style: solid solid dotted dotted;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	animation: rotation 1.2s linear infinite;
}

.cart-loader::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 3px dotted #ff3d00;
	border-style: solid solid dotted;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	animation: rotationBack 0.6s linear infinite;
	transform-origin: center center;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

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

@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}

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

.cart-container .alert-simple > div {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-shadow: none;
	font-size: 1.1rem;
}

.checkout-con .sign__title {
	font-size: 1.2rem;
	font-weight: 700;
}

.checkout-con .checkout-summery-title {
	font-size: 1.05rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.checkout-con span {
	font-size: 1rem;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}

.item-price-span span {
	font-size: 0.9rem;
	font-weight: 500;
}

.checkout-summery-con {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: flex-start;
	color: white;
	width: 100%;
}

.checkout-summery-con > div {
	display: flex;
	justify-content: space-between;
}

.checkout-summery-line {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #25a56a;
	margin: 1em 0;
	padding: 0;
}

.ticket-amount {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 4px 12px;
	background: #16151a;
	color: white;
	border-radius: 8px;
	border: 1px solid #161616;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
}

.profile-orders-tbody {
	color: white;
}

.profile-orders-tbody tr {
	border-bottom: 1px solid #222227;
	height: 48px;
	font-size: 1.1rem;
}

.profile-orders-tbody tr a {
	color: #25a56a;
}

.text-center {
	text-align: center;
}

.seating-modal {
	max-width: 900px;
	max-height: 80vh;
	/* min-height: 60vh; */
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #f0f0f0;
}

.seating-modal .seating-close {
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	width: unset;
	padding-left: 16px;
	padding-right: 16px;
	height: 36px;
}

.fullscreen-modal {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0px !important;
	margin: 0px !important;
}

#callBtn,
.location-btn,
.buy-ticket-btn {
	min-width: unset !important;
	padding: 0 12px;
}

#callBtn svg,
.location-btn svg {
	margin-right: 0px;
}

.buy-ticket-btn {
	padding-right: 16px;
}

.buy-ticket-btn svg {
	width: 24px;
	height: 24px;
}

.buy-ticket-btn svg *[fill] {
	fill: white;
	stroke: none;
}

.buy-ticket-btn svg *[stroke] {
	stroke: white;
	fill: none;
}

.disabled-sold_out {
	color: #eb5757 !important;
	font-weight: 500;
	font-size: 1rem;
	cursor: not-allowed !important;
}

.top-section .event-name {
	color: #f0f0f0;
	font-size: 27px;
	margin-top: 43vw;
}

@media (min-width: 680px) {
	.top-section .event-name {
		margin-top: 40vh;
	}
}

@media (max-width: 575px) {
	.hero-faded {
		left: 0px !important;
		width: 100% !important;
	}
}

.top-section {
	padding-top: 32px;
}

.hero-faded {
	position: absolute;
	left: -15px;
	width: calc(15px + 100%);
}

.hero-faded img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: -10;
}

.hero-faded > div {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.35) 70%,
		rgba(22, 21, 26, 1) 100%
	);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media (min-width: 576px) {
	.hero-faded {
		width: calc(30px + 100%);
	}
}

.featured-container {
	padding-left: 16px;
	padding-right: 16px;
}

#seating-chart {
	height: 100%;
	padding-bottom: 4rem;
}

.invalid-seats-con {
	background: linear-gradient(
		to right,
		rgba(255, 65, 108, 0.5),
		rgba(255, 75, 43, 0.5)
	);
	padding: 8px 16px;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 50px;
}

.no-neary-event {
	height: 200px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 1px;
}

.checkbox-wrapper-4 * {
	box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	padding: 6px 8px;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.2s ease;
	display: inline-block;
}

.checkbox-wrapper-4 .cbx:not(:last-child) {
	margin-right: 6px;
}

.checkbox-wrapper-4 .cbx:hover {
	background: rgba(0, 119, 255, 0.06);
}

.checkbox-wrapper-4 .cbx span {
	float: left;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	transform: scale(1);
	border: 1px solid #cccfdb;
	transition: all 0.2s ease;
	box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.checkbox-wrapper-4 .cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:last-child {
	padding-left: 8px;
	line-height: 18px;
}

.checkbox-wrapper-4 .cbx:hover span:first-child {
	border-color: #07f;
}

.checkbox-wrapper-4 .inp-cbx {
	position: absolute;
	visibility: hidden;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
	background: #07f;
	border-color: #07f;
	animation: wave-4 0.4s ease;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.checkbox-wrapper-4 .inline-svg {
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
	user-select: none;
}

@media screen and (max-width: 640px) {
	.checkbox-wrapper-4 .cbx {
		width: 100%;
		display: inline-block;
	}
}

@-moz-keyframes wave-4 {
	50% {
		transform: scale(0.9);
	}
}

@-webkit-keyframes wave-4 {
	50% {
		transform: scale(0.9);
	}
}

@-o-keyframes wave-4 {
	50% {
		transform: scale(0.9);
	}
}

@keyframes wave-4 {
	50% {
		transform: scale(0.9);
	}
}

.checkbox-wrapper-4 span {
	color: white;
	font-size: 16px;
}

/* Navigation buttons */

/* media query between 1200 and 1500px */
@media (min-width: 1200px) and (max-width: 1500px) {
	.event .event__date {
		display: none;
	}

	.event .event__time {
		display: none;
	}
}

.up-events,
.past-events,
.free-events,
.featured-container > div {
	padding: 8px !important;
}

.up-events > div,
.past-events > div,
.free-events > div,
.featured-container > div > div {
	margin-top: 0px !important;
}

.slider-content-con,
.top-content-con {
	margin-top: 16px !important;
}

.main__nav.main__nav--hero {
	bottom: 46px !important;
}

@media (max-width: 900px) {
	.hero__slide.hero__slide .hero__title {
		font-size: clamp(1.5rem, 5vw, 2.1rem);
	}

	.hero__slide.hero__slide .hero__btns,
	.hero__slide.hero__slide .hero__text {
		display: none;
	}

	#hero .hero__slide {
		padding: clamp(1.3rem, 2.5vw, 1.7rem);
	}
}

.nav-links-con {
	display: flex;
	flex-direction: row;
	gap: 16px;
	margin-left: 32px;
	gap: 10px;
}

.nav-links-con a {
	padding: 8px 16px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 500;
	border: #26272c solid 1px;
	color: white;
	transition: all 0.2s ease;
	line-height: 130%;
}

.nav-links-con a:hover {
	border: #16151a solid 1px;
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.nav-links-con {
		display: none;
	}
}

.organizer-info-con {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.organizer-info-con > div {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}

.organizer-info-con h2 {
	font-size: 2rem;
	font-weight: 600;
}

.organizer-info-con p {
	margin-top: 1rem;
	margin-bottom: 3rem;
}

.organizer-info-con img,
.organizer-info-con .logo-replacement {
	height: 100px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
	color: white;
	text-transform: uppercase;
	background: #444;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
	font-weight: 700;
}

.order-table .sign__label {
	text-align: left;
}

.mfp-container::before {
	display: none !important;
}

.mfp-container .mfp-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.cart-title-h1 {
	color: white;
	font-weight: 600;
	margin-top: 16px;
}

.no-shadow-hero::before {
	display: none !important;
}

.profile-order-item {
	display: flex;
	flex-direction: column;
	border: 1px solid #46464663;
	border-radius: 8px;
	color: white;
	padding: 8px 16px;
	margin-bottom: 16px;
}

.profile-order-item .divider {
	width: 100%;
	height: 2px;
	background: #46464663;
	margin-top: 8px;
	margin-bottom: 8px;
}

.profile-order-item * {
	margin: 0px;
}

.profile-order-item .download-ticket {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border-radius: 8px;
	background: #1da1f2;
	color: white;
	cursor: pointer;
	transition: all 0.2s ease;
	opacity: 1;
}

.profile-order-item .download-ticket:hover {
	opacity: 0.7;
}

@media (max-width: 768px) {
	.desktop-order-list {
		display: none;
	}
}

@media (min-width: 769px) {
	.mobile-order-list {
		display: none;
	}
}

.country-list-con {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 16px 0px;
	color: white;
	border-bottom: 1px solid #46464663;
	padding-bottom: 8px;
}

.country-list-con * {
	margin: 0px;
	font-weight: 600;
	font-size: 1.1rem;
}

.countries-list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.countries-list img {
	height: 28px;
}

.addon-details-con {
	margin-top: 2rem;
	color: white;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 3rem;
}

.addon-details-con span {
	color: #1da1f2;
	font-weight: 600;
}

.included-addon-text {
	padding-top: 0.5rem;
	font-size: 0.8rem;
	line-height: 150%;
	font-weight: 400;
	display: block;
	color: #1da1f2;
}

.ticket-title-con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.ticket-title-con > :nth-child(2) {
	width: 35%;
	font-size: 0.9rem !important;
	text-align: end;
}

.ticket-group h4:empty {
	display: none;
}

#ticketForm {
	margin-top: 1.5rem;
}

.checkout-summery-con .checkout-summery-title {
	margin-bottom: 0rem;
	font-size: 0.9rem;
	opacity: 0.9;
}

.checkout-summery-con > div {
	border-bottom: 1px solid #222227aa;
}

.checkout-summery-con {
	gap: 8px;
}
