@charset "utf-8";

@font-face {
	font-family: "AkaAcidDosisBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/AkaAcidDosisBold.woff") format("woff");
}
@font-face {
	font-family: "AkaAcidDosisRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/AkaAcidDosisRegular.woff") format("woff");
}
@font-face {
	font-family: "AkaAcidDosisLight";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/AkaAcidDosisLight.woff") format("woff");
}
@font-face {
	font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Roboto-Regular.woff") format("woff");
}

/* reset/default rules */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img {
	border: 0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
a, .inputbox {
	outline-width:0;
}
a {
	text-decoration: none;
	color: #c62cf2;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 14px;
}
body {
	max-width: 1920px;
	margin:0px auto;
	padding:0px;
	height:100%;
	font-family: Roboto;
	font-size: 16px;
	letter-spacing: -0.25px;
	color: #0C0C0C;
}
html {
	height:100%;
	width:100%;
}
.innerBlock{
	max-width: 1440px;
	margin: 0 auto;
	border-bottom: 0;
	padding: 0 40px;
}
/* /reset/general rules */

/*---------------------------------------------------------------------------------------*/

/* base typography */
h1{
	font-size: 36px;
	font-family: "AkaAcidDosisBold";
}
h2{ font-size: 1.6em }
h3{ font-size: 1.4em }
h4{ font-size: 1.3em }
h5{ font-size: 1.2em }
h6{ font-size: 1em }
/* /base typography */

/* Buttons */
.button {
	display: inline-block;
	padding: 5px 20px;
	border: 2px solid #c62cf2;
	font-size: 16px;
	transition: all .2s ease;
}
.button:hover {
	background: #c62cf2;
	box-shadow: 5px 5px 0 #0C0C0C;
	color: #fffc00;
}
/* /Buttons */

/* Header */
.header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0);
	padding: 20px 40px;
	position: fixed;
	z-index: 1;
	justify-content: space-between;
	transition: height 0.3s ease, background-color 0.3s ease;
}
.header.scrolled {
    height: 100px;
    background-color: rgba(12, 12, 12, .8);
    padding: 10px 40px;
}
/* Logo */
.logo img {
	width: 300px;
	transition: width .3s ease;
}
@media (max-width: 768px) {
	.logo {
		margin: 0 auto;
	}
	.logo img {
		width: 200px;
	}
}
.header.scrolled .logo img {
	width: 150px;
}
/* /Logo */

/* Menu */
.header .mainMenu .slicknav_menu {
	display: none;
}
@media (max-width: 480px) {
	.header .mainMenu .slicknav_menu {
		display: block;
		z-index: 10;
	}
	.header .nav.menu {
		display: none;
	}
}
.header .mainMenu {
	display: flex;
  	justify-content: flex-end;
  	align-items: center;
}
.header .mainMenu li {
	padding: 10px;
	font-size: 20px;
	font-family: "AkaAcidDosisRegular";
}
.header .mainMenu li a {
	color: #fffff0;
	text-shadow: 2px 2px 5px #0f0f0f;
	transition: all .3s ease;
}
.header .mainMenu li a:hover {
	color: #fffc00;
	transition: all .3s ease;
	text-shadow: unset;
}
/* /Menu */
/* /Header */

/* Hero */
.hero {
	display: flex;
	width: 100%;
	height: 100vh;
	position: relative;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.hero .carousel-item {
	position: relative;
}
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  height: 100vh;
  width: 100vw;
}
.hero .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1920px) {
  .hero .carousel-item img {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
  }
  .hero .carousel {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media (min-width: 1420px) {
  .hero .carousel-item img {
    width: 100vw;
    object-fit: cover;
  }
}
.carousel-item .itemText.slide01 {
	position: absolute;
	display: inline-block;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: clamp(3vw, 45px, 5vw);
	font-family: "AkaAcidDosisBold";
	color: #c62cf2;
	animation: slideUp .3s ease-out .7s forwards;
	opacity: 0;
	padding: 0 20px;
	text-shadow: 3px 3px 0px #fffc00;
}
@keyframes slideUp {
	from {
		bottom: 15%;
		opacity: 0;
	}
	to {
		bottom: 30%;
		opacity: 1;
	}
}
@media (max-width: 1024px) {
	.carousel-item .itemText.slide01 {
		width: 70%;
	}
}
.carousel-item .itemText.slide02,
.carousel-item .itemText.slide03,
.carousel-item .itemText.slide04 {
	position: absolute;
	top: 40%;
	right: 15%;
	font-size: clamp(4vw, 45px, 6vw);
	font-family: "AkaAcidDosisBold";
	line-height: normal;
	color: #fffff0;
	text-align: right;
	animation: slideLeft .5s ease-out .7s forwards;
	opacity: 0;
	padding: 0 20px;
	text-shadow: 5px 5px 10px #0f0f0f;
}
@keyframes slideLeft {
	from {
		right: -15%;
		opacity: 0;
	}
	to {
		right: 0;
		opacity: 1;
	}
}
.playNIcons {
	position: absolute;
	bottom: 0;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.heroPlay {
	display: flex;
	font-size: 24px;
	background: #fffc00;
	padding: 20px;
	max-width: 350px;
	max-height: 120px;
	opacity: 0;
	transform: translateX(100%);
	animation: slideLeft .5s ease 1.15s forwards;
	font-family: "AkaAcidDosisRegular";
	margin-bottom: 10px;
}
@keyframes slideLeft {
	from {
		opacity: 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.heroPlay img {
	width: 80px;
}
.heroPlayTextCont {
	margin-top: -5px;
}
.playIconCont {
	margin-right: 20px;
}
.musicIcons {
	display: flex;
}
.musicIcons img {
	width: 90px;
	transition: all .3s ease;
	opacity: .5;
}
.musicPop {
	animation: musicPop .3s ease .95s forwards;
	opacity: 0;
}
@keyframes musicPop {
    from {
        bottom: -100%;
        opacity: 0;
      }
      to {
        bottom: 20px;
        opacity: 1;
      }
}
.musicHipHop {
	animation: musicHiphop .3s ease 1s forwards;
	opacity: 0;
}
@keyframes musicHiphop {
    from {
        bottom: -100%;
        opacity: 0;
      }
      to {
        bottom: 20px;
        opacity: 1;
      }
}
.musicRock {
	animation: musicRock .3s ease 1.05s forwards;
	opacity: 0;
}
@keyframes musicRock {
    from {
        bottom: -100%;
        opacity: 0;
      }
      to {
        bottom: 20px;
        opacity: 1;
      }
}
.musicRNB {
	animation: musicRNB .3s ease 1.1s forwards;
	opacity: 0;
}
@keyframes musicRNB {
    from {
        bottom: -100%;
        opacity: 0;
      }
      to {
        bottom: 20px;
        opacity: 1;
      }
}
@media (max-width: 480px) {
	@keyframes slideLeft {
		from {
			opacity: 0;
			transform: translateX(50%);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.musicIcons {
		right: 30px;
	}
	.playNIcons {
		bottom: 40px;
		right: 50%;
		transform: translate(50%);
	}
}
/* /Hero */

/* Top 1 */
.top1 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/top1bg.jpg) 0 -80px repeat;
	width: 100%;
	min-height: 50vh;
	padding: 150px 0 100px;
}
.top1Cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.top1Cont .top1blockIcon i {
	position: absolute;
	top: -21%;
	left: 50%;
	transform: translate(-50%);
	font-size: 32px;
	color: #fffc00;
	background: #c62cf2;
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top1block {
	flex: 0 400px;
	padding: 0 40px;
	text-align: center;
	background: #fff;
	position: relative;
	transition: all .3s ease;
	height: 300px;
}
@media (max-width: 768px) {
	.top1block {
		margin: 30px 0;
	}
}
.top1block:hover {
	background: #c62cf2;
	color: #f7f7f7;
	transition: all .3s ease;
}
.top1block:hover a.button {
	color: #fffc00;
	border: 2px solid #fffc00;
}
.top1blockTextBlock {
	margin: 80px 0 50px;
}
.top1blockText {
	margin: 25px 0;
	font-family: "Roboto";
	font-size: 16px;
}
.top1blockTextSocial ul li i {
	font-size: 30px;
}
.top1blockTextSocial ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.top1block:hover .top1blockTextSocial ul li i {
	color: #fffc00;
	transition: all .2s ease;
}
.top1block:hover .top1blockTextSocial ul li i:hover {
	text-shadow: 3px 3px 0 #0C0C0C;
	transition: all .2s ease;
}
/* /Top 1 */

/* Top 2 */
.top2GalleryCont .carousel-item {
	display: flex;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
.top2GalleryCont .carousel-item.active {
	display: flex;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
.top2GalleryCont .carousel-item .card {
	flex: 1;
	width: 20%;
	transition: flex 0.3s ease;
	border: 0;
}
.top2GalleryCont .carousel-item .card:hover {
	flex: 2;
	transition: flex 0.3s ease;
}
.top2GalleryCont .carousel-item img {
	height: 600px;
	object-fit: cover;
	transition: transform 0.3s ease;
	cursor: pointer;
	float: left;
}
.top2GalleryCont .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.top2GalleryCont .overlay.show {
  opacity: 1;
  visibility: visible;
}
.top2GalleryCont .overlay img {
  max-width: 90%;
  max-height: 90%;
  transition: transform 0.3s ease;
}
.top2GalleryCont .overlay img.show {
  transform: scale(1);
}
.carousel-control-next, .carousel-control-prev {
	width: 3%!important;
}
@media (max-width: 480px) {
	.top2GalleryCont .carousel-item img {
		height: 200px;
	}
}

.headerCont {
	max-height: 500px;
	position: relative;
	overflow: hidden;
}
.headerImage img {
	width: 100%;
	object-fit: cover;

}
.headerTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 90%);
	font-size: clamp(30px, 5vw, 60px);
	font-family: "AkaAcidDosisBold";
	color: #fffc00;
	text-shadow: 3px 3px 0 #c62cf2;
}
/* /Top 2 */

/* Top 3 */

/* /Top 3 */

/* Main Content & Side bar */
.mainContent {
	display: block;
	width: 100%;
}
.centerContent {
	width: 75%;
	float: left;
}
.columnRight {
	width: 25%;
	float: right;
	padding: 50px 20px;
}
.columnRight .moduletable {
	margin-bottom: 30px;
}
.columnRight img {
	width: 100%;
}
.columnRight .nowPlayingBlock {
	padding: 20px;
	border: 2px solid #f2f2f2;
	max-height: 160px;
}
.columnRight .playNow {
	font-family: "AkaAcidDosisBold";
	font-size: 30px;
	margin-bottom: 10px;
}
.columnRight .playNow i {
	color: #c62cf2;
	font-size: 28px;
	margin-right: 5px;
	animation: glow 1.5s infinite;
}
@keyframes glow {
	0% { text-shadow: 0 0 -10px #c62cf2; }
	40% { text-shadow: 0 0 10px #c62cf2; }
	60% { text-shadow: 0 0 10px #c62cf2; }
	100% { text-shadow: 0 0 -10px #c62cf2; }
}
@media (max-width: 1024px) {
	.mainContent {
		display: flex;
		flex-direction: column;
	}
	.centerContent {
		width: 100%;
		margin-right: 0;
	}
	.columnRight {
		width: 40%;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.columnRight {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.columnRight {
		width: 100%;
	}
}
/* /Main Content & Side bar */

/* K2 Item Misc */
.misc .itemHeader {
	display: flex;
	justify-content: center;
	position: relative;
	max-height: 500px;
	overflow: hidden;
}
.misc .itemHeader img {
	width: 100%;
}
.misc .itemBody {
	margin: 50px auto;
}
.nav-tabs .nav-link {
	color: #c62cf2;
	border-top-left-radius: 0;
	border-top-right-radius:  0;
	border: 0;
	font-family: "AkaAcidDosisRegular";
	font-size: 22px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
	color: #FFFC00;
	background: #c62cf2;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  text-align: left;
  padding: 8px;
}
th {
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    display: none;
  }
  td {
    position: relative;
    padding-left: 50%;
  }
  td:before {
    position: absolute;
    left: 10px;
    white-space: nowrap;
  }
}
/* /K2 Item Misc */

/* footer */
.footerBottom {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background: #0C0C0C;
	color: #f7f7f7;
	padding: 10px 20px;
	font-size: 12px;
	border-top: 1px solid #f7f7f7;
}
/* /footer */