/* *---------------------
  Hero
-----------------------*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	transition: all .03s linear;

}


/*---------------------
  Header
-----------------------*/

.header__logo {
  width: 290px;
  height: 44px;
}

.header {
	background: rgba(42, 1, 74, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.header.header--normal {
	position: relative;
	background: #290849;
}

.header .container .row {
	align-items: center;
}

.header .container .header__logo a img {
	width: 180px;
	height: 50px;
}

.header__nav {
	text-align: right;
}

.header__menu {
	padding: 31px 0 27px;
	display: inline-block;
	margin-right: 45px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.header__menu ul li.active a:after {
	opacity: 1;
}

.header__menu ul li:hover a:after {
	opacity: 1;
}

.header__menu ul li:hover .dropdown {
	top: 34px;
	opacity: 1;
	visibility: visible;
}

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

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	background: #111111;
	text-align: left;
	padding: 2px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 8px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	padding: 6px 0;
	position: relative;
}

.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	opacity: 0;
}

/* social */

.header__right__social {
	display: inline-block;
}

.header__right__social a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 16px;
}

.header__right__social a:hover {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 16px;
}

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

.slicknav_menu {
	display: none;
}

/* icons */

.header__logo {
  width: 400px;
  height: 44px;
}
.header__right__social a .fa-facebook {
  padding: 8px 13px 8px 13px;
  border-radius: 50%;
  font-size: 18px;
  color: #150126;
  background-color: #fff;
}
.header__right__social a .fa-facebook:hover {
  color: #ffffff;
  background-color: #8b45d1;
}
.header__right__social a .fa-instagram {
  padding: 8px 10px 8px 10px;
  border-radius: 50%;
  font-size: 18px;
  color: #150126;
  background-color: #fff;
}
.header__right__social a .fa-instagram:hover {
  color: #ffffff;
  background-color: #8b45d1;
}

html,
body {
	height: 100%;
	font-family: "Now Regular";
	-webkit-font-smoothing: antialiased;
}



img {
	max-width: 100%;
}

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

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

.hero {
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
}

.hero .container,
.hero .hero__text {
	position: relative;
	z-index: 3;
}

.hero {
	padding-top: 300px;
	padding-bottom: 295px;
	position: relative;
}

.hero__text {
	text-align: center;
}

.hero__text span {
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.hero__text h1 {
	font-size: 110px;
	font-family: "Rockville Solid Regular";
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 22px;
}

.hero__text p {
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 20px;
}

.hero__text .play-btn {
	font-size: 26px;
	color: #5c00ce;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	display: inline-block;
	line-height: 90px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.hero__text .play-btn i {
	position: relative;
	top: 2px;
	left: 2px;
}

.hero__text .play-btn:after {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 60px;
	width: 60px;
	background: #ffffff;
	border-radius: 50%;
	content: "";
	z-index: -1;
}

.linear__icon {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -16px;
	-webkit-animation: mymove 0.5s infinite alternate;
	animation: mymove 0.5s infinite alternate;
}

.linear__icon i {
	font-size: 50px;
	color: #5c00ce;
}

@-webkit-keyframes mymove {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -10px;
	}
}

@keyframes mymove {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -10px;
	}
}
	.btn {
		background: #ffffff;
		margin-top: 20px;
		color: #290849;
		margin-top: 40px;
		padding: 12px 24px;

	}

	.btn:hover {
		background: #ffffff00;
		
		color: #ffffff;
		transition: all .2s linear;
		border: 1px solid #fff;

	}
	
/* Vision */
.whatareoffer{
	background-color: #111111;
	color: #f0ecec;
	padding-left: 20px;
	padding-right: 20px;
}
.bg-whatweoffer {
	color: #111111;
	height: 220px;
	background-color: #f0ecec;
	padding: 28px;
	margin-bottom: 50px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #fef0a4;
	
}
.bg-whatweoffer:hover {
	transition: 0.3s all linear;
	border: #111111 2px solid;
	 transform: scale(1.04);
	 box-shadow: 2px 2px 3px #fef0a4;
}
.bg-whatweoffer_1 {
	color: #ffffff;
	height: 220px;
	background-color: #f0ecec00;
	padding: 28px;
	margin-bottom: 50px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #fef0a4;	
}
.bg-whatweoffer_1:hover {
	transition: 0.3s all linear;
	border: #ffffff 2px solid;
	 transform: scale(1.04);
	 box-shadow: 2px 2px 3px #fef0a4;
}

.bg-whatweoffer_2 {
		color: #ffffff;
	height: 220px;
	background-color: #f0ecec00;
	padding: 28px;
	margin-bottom: 50px;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #fef0a4;		
}
.bg-whatweoffer_2:hover {
	transition: 0.3s all linear;
	border: #ffffff 2px solid;
	 transform: scale(1.04);
	 box-shadow: 2px 2px 3px #fef0a4;	
}
.vision_section .row .bg-whatweoffer h5{
	font-weight: 700;
	font-size: 22px;
}
.vision_section .bg-whatweoffer p{
	font-size: 12px;
}
.vision_section h2{
	font-size: 40px;
	font-weight: 700;
	padding: 8px;	
}
.vision_section h5{
	font-size: 24px;
	font-weight: 500;
	padding: 8px;
	color: #8b45d1;	
}
.vision_section .text-center p{
	font-size: 16px;
}
/* vision end */
/* Gallery  */

  .gallery-showcase h1{
	font-weight: 800;
  }

      .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .gallery-item {
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
      transition: transform 0.3s ease;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.05);
    }


/* about_section section start */

.studio {
	width: 100%;
	padding: 80px 60px 80px 60px;
}

.studio .row {
	padding: 60px 40px 60px 40px;
}

.studio .studio_content h2 {
	color: #000000;
	font-weight: 700;
}

.studio .studio_content h5 {
	padding-top: 14px;
	color: #000000;
	font-weight: 500;
}



.read_bt {
	width: 200px;
	float: left;
	padding-top: 40px;
}

.read_bt a {
	width: 100%;
	float: left;
	font-size: 18px;
	background: #150126;
	color: #ffffff;
	text-align: center;
	padding: 8px;
	text-transform: uppercase;
}

.read_bt a:hover {
	color: #150126;
	background-color: #ffffff;
	border: 1px solid #150126;
}


/* respocsive */



/* Other pagers resp all css */



/* Footer */

/*---------------------
  Footer
-----------------------*/

.footer {
  padding-top: 80px;
  background: url("/img/footer-bg.png"),#290849;
  background-position-x: 60%;
  background-position-y: 730%;
}


.footer.footer--normal {
  margin-top: 0;
}

.footer__address ul li {
  list-style: none;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

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

.footer__address ul li i {
  font-size: 18px;
  color: #5c00ce;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.footer__address ul li p {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 8px;
}

.footer__address ul li h6 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.footer__social {
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px;
}

.footer__social h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer__newslatter .footer__social__links a {
  font-size: 18px;
  color: #5c00ce;
  height: 50px;
  width: 50px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.footer__newslatter .footer__social__links a:hover {
  background: #5c00ce;
  color: #ffffff;
}

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

.footer__newslatter {
  margin-bottom: 50px;
  padding-top: 20px;
}

.footer__newslatter h4 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer__newslatter form {
  position: relative;
}

.footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 70%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

.footer__newslatter form input::-webkit-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-moz-placeholder {
  color: #ffffff;
}

.footer__newslatter form input:-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::-ms-input-placeholder {
  color: #ffffff;
}

.footer__newslatter form input::placeholder {
  color: #ffffff;
}

.footer__newslatter form button {
  font-size: 18px;
  color: #5c00ce;
  position: absolute;
  /* right: 0; */
  top: 0;
  height: 100%;
  padding: 0 16px;
  background: #ffffff;
  border: none;
}

.footer__copyright__text {
  text-align: center;
  margin-top: 20px;
  background: #111111;
}

.footer__copyright__text p {
  color: #999999;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer__copyright__text a {
  color: #999999;
  text-decoration: underline;
}

.footer__copyright__text a:hover {
  color: #ffffff;
}

.footer__copyright__text i {
  color: #c11;
}




@media only screen and (max-width: 479px) {
	 .footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 80%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}


	.section-title h1 {
		top: -40px;
		font-size: 79px;
		line-height: 0.8;
	}

	.hero {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.hero .container .hero__text span {
		font-size: 14px;
	}

	.hero .container .hero__text h1 {
		font-size: 40px;
	}

	.hero .container .hero__text p {
		font-size: 16px;
	}

	.hero .container .hero__text a {
		display: none;
	}

	.videos {
		padding-bottom: 0;
	}

	.countdown__text h1 {
		font-size: 50px;
	}

	.single_player_container h4 {
		font-size: 16px;
	}

	.player_bars {
		width: 150px;
		margin-right: 10px;
	}

	.player_controls_box {
		margin-right: 10px;
	}

	.jp-volume-controls {
		width: 68px;
		padding-left: 23px;
	}

	.jp-volume-bar {
		width: 42px;
	}

	.jp-seek-bar>div {
		width: 55px;
	}

	.service__item {
		height: auto;
		padding: 40px 40px 40px 40px;
	}

	.skills__content {
		height: auto;
		padding: 80px 25px 40px;
	}

	.tours__item__text .tours__text__widget ul {
		float: none;
		margin-bottom: 30px;
	}

	.tours__item__text .tours__text__widget .price {
		float: none;
	}

	.tours__item__pic {
		padding-left: 0;
	}

	.tours__item__text.tours__item__text--right {
		padding-left: 0;
	}

	.blog__large__text {
		padding: 30px 20px 0;
	}

	.blog__large__widget {
		margin: 0;
	}

	.blog__details__tags a {
		margin-bottom: 10px;
	}

	.countdown {
		padding-bottom: 980px;
	}

	.footer {
		margin-top: 0px;
		background-position: top 0 left 19%;
	}


	/* count start  */
	.countdown {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/* count end */
	/* footer */
	.footer {
		margin-top: 0px;
		background-position: top 0px left 19%;
		background-size: cover;
	}

	/* footer */
	/* hero page recording*/
}







/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
 .footer__newslatter form input {
  height: 50px;
  font-size: 15px;
  color: #ffffff;
  width: 80%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}

	.gallery-showcase h1{
		text-align: center;
		font-size: 36px;
		line-height: 60px;
	font-weight: 800;
  } .gallery-item img {
      width: 100%;
      height: 300px;
      
    }

	.hero {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.hero .container .hero__text span {
		font-size: 12px;
	}

	.hero .container .hero__text h1 {
		font-size: 48px;
	}

	.hero .container .hero__text p {
		font-size: 16px;
	}

	.hero .container .hero__text a {
		display: none;
	}

	.event .section-title:after {
		display: none;
	}

	.track__all {
		text-align: left;
		margin-bottom: 60px;
	}

	.track__content {
		margin-bottom: 120px;
	}

	.track .p-0 {
		padding: 0 15px !important;
	}

	.track__pic img {
		height: auto;
	}

	.discography__item__text a {
		margin-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}

	.blog__sidebar {
		padding-top: 50px;
	}

	.contact__address {
		margin-bottom: 40px;
	}

	.footer {
		height: auto;
	}

	.footer__social::before {
		display: none;
	}

	.footer__social::after {
		display: none;
	}

	.player_bars {
		width: 240px;
		margin-right: 20px;
	}

	.jp-seek-bar>div {
		width: 140px;
	}

	.countdown__item {
		margin-right: 0;
		margin-bottom: 30px;
		width: 50%;
		float: left;
	}

	.footer__social {
		text-align: left;
	}

	.skills__content {
		height: auto;
	}


	.tours__item__pic {
		margin-bottom: 50px;
	}

	.blog__large__widget ul {
		text-align: center;
	}

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

	.blog__option__btn {
		margin-bottom: 30px;
	}

	.blog__details__form form .input__list,
	.contact__form form .input__list {
		margin-right: 0;
		overflow: visible;
	}

	.blog__details__form form .input__list input,
	.contact__form form .input__list input {
		width: 100%;
		margin-right: 0;
	}

	.header__nav {
		display: none;
	}

	/* header redesign*/
	.header .container {
		position: relative;
		padding: 12px;
		display: flex;
	}

	/* header redesign*/
	.slicknav_btn {
		position: absolute;
		right: 15px;
		/* justify-content: center; */
		margin: 0;
		border-radius: 0;
		padding: 12px 15px;
		float: none;
		background: #5c00ce;
	}

	.slicknav_nav {
		position: absolute;
		left: 0;
		top: 90px;
		background: #222;
		width: 100%;
	}

	.slicknav_menu {
		background: transparent;
		padding: 0;
		display: block;
	}

	.slicknav_nav ul {
		margin: 0;
		padding: 5px 0;
	}

	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 28px;
		margin: 0;
	}

	.slicknav_nav a:hover {
		border-radius: 0;
		background: #5c00ce;
		color: #ffffff;
	}

	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #5c00ce;
		color: #ffffff;
	}

	.service__item {
		height: auto;
	}

	.tours__item__text {
		padding-right: 0;
	}

	.countdown {
		padding-bottom: 940px;
	}

	.footer {
		margin-top: 0px;
		background-position: top 0 left 19%;
	}

	.footer__social .footer__social__links {
		padding-top: 40px;
	}

	.footer__social .footer__social__links a:hover {
		background: #5c00ce;
		color: #ffffff;
	}

	element.style {
		margin-top: -50px;
	}

	.read_bt {
		padding: 20px;
	}

	/* About Section start  home page*/
	.studio {
		margin-top: -10px;
		margin-bottom: 80px;
		padding: 10px;
		/* overflow: auto; */
	}

	.image-wrapper {
		position: relative;
		width: 100%;
		height: 400px;
		min-width: 300px;
	}

	.main-image {
		position: absolute;
		left: -16px;
		top: 42%;
		transform: translateY(-50%);
		width: 69%;
		height: auto;
		border: 2px solid white;
		/* border-radius: 15px; */
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

	.overlay-column {
		position: absolute;
		right: 0;
		right: -5%;
		top: 7.7%;
		/* transform: translateY(-50%); */
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.section-title h2 {
		font-size: 26px;
		color: #111111;
		font-weight: 700;
		text-transform: uppercase;
	}

	/* about */

	.studio_section {
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 420px 20px 80px 20px;
	}

	.studio_section .row {
		justify-content: center;
		align-items: center;
		padding: 20px 0px 60px 0px;
	}

	.studio_content {
		justify-items: center;
	}

	.studio_section .studio_content h2 {
		text-align: center;
		font-size: 28px;
		font-weight: 900;
	}

	.studio_section .studio_content h5 {
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		font-weight: 600;
	}

	.studio_section .studiot_content p {
		font-size: 12px;
		line-height: 24px;
		text-align: center;
		font-weight: normal;
	}

	.studio__content_images {
		position: absolute;
		top: 570px;
		width: 340px;
	}




	/* about end  home page*/


	/* c1tybound start */

	.event__item__pic {
		height: 280px;
		width: 100%;
		position: relative;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	/* c1tybound ends home page */

	/* Services start home page */
	.services__left {
		height: 340px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.services .services__list .service__item img {
		width: 120px;
		height: 120px;
		margin: 0px 0px 0px -20px;
	}

	.service__item h4 {
		font-size: 26px;
		color: #ffffff;
		font-weight: 700;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	/* Services end home page */




	/* Clothin store start home page */

	.product-card {
		height: 100%;
		margin: 8px;
		min-height: 350px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border: 1px solid #ddd;
		border-radius: 8px;
		overflow: hidden;
		transition: transform 0.3s ease;
	}

	.justify-content-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
		padding: 20px;
	}

	/* Clothin store home page */

	/* count start  */
	.countdown {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/* count end */

	/* footer */
	.footer {
		padding-top: 150px;
		padding-bottom: 60px;
		margin-top: 0px;
	}

	/* footer */






	.event .container .section-title .retails-btn {
		margin-left: 12px;
		/* justify-content: center; */
		font-size: 12px;
		background: #150126;
		/* align-items: center; */
		color: #ffffff;
		/* text-align: center; */
		padding: 12px 20px 12px 20px;
		text-transform: uppercase;
		/* background: #5c00ce; */
	}


	.event .row .section-title {
		display: flex;
		align-items: center;
	}

	.event__slider.owl-carousel .owl-nav {
		position: absolute;
		right: 15px;
		top: -45px;
		display: none;
	}

}


/* RecordingStudio  CSS page start*/



/* RecordingStudio  CSS Page end*/