/* *---------------------
  Hero
-----------------------*/



.product-card .btn{
  color: #007bff;
  background: #ffff;
}
.product-card .btn:hover{
  color: #007bff;
  background: #fff;
  border: 1px solid #007bff;
}
.btn:focus, .btn:active, .btn:hover {
    outline: none !important;    /* Blue outline hatayega */
    box-shadow: none !important; /* Shadow effect hatayega */
    background-color: transparent !important; /* Background color hatayega */
    color: #007bff !important;
  }
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    transition: all .03s linear;
    
}

.header__logo {
  width: 290px;
  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;
}
/*---------------------
  Header
-----------------------*/

.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 */





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;
	}
}
/*---------------------
  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: 300px;
	}
  .hero .container .hero__text span{
    font-size: 14px;
  }
  .hero .container .hero__text h1{
    font-size: 34px;
  }
  .hero .container .hero__text p{
    font-size: 14px;
  }
  .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;
}

	.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;
	}

	.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;
	}

	.about.about--page .about__text {
		padding-top: 30px;
	}

	.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*/
	.about {
		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 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 */



.overlay-image, .overlay-image1 {
    width: 119px;
    height: 134px;
    /* border-radius: 15px; */
    border: 2px solid white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}



.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;
}


.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*/

.about_section {
    width: 100%;
    padding: 0;
}
.about_section .container-fluid{
	padding: 0;
	margin: 0;
}
.m-5 {
    margin: 10px 0px 10px 0px !important;
}
.p-5 {
    padding: 10px !important;
}
.about__content_images{
	width: 100%;
}

.about_img img {
    position: absolute;
    width: 100%;
    top: -774px;
	left: 0;
    height: 350px;
    box-shadow: 18px 18px 4px 4px #15012629;
}
.about_content{
	padding-top: 400px;
}
.about_img_sh img {
    margin-bottom: 16px;
    width: 100%;
    height: 350px;
    box-shadow: -18px -18px 4px 4px #15012629;
}
.about_section .about_content h2 {
    color: #000000;
    font-weight: 700;
    font-size: 21px;
}
.about_section .about_content h5 {
    padding-top: 16px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.about_text {
    width: 100%;
    font-size: 12px;
    color: #333333;
    margin: 0px;
    padding-top: 10px;
}
.about_section .about_content1 h2 {
    color: #000000;
    font-weight: 700;
    font-size: 21px;
}
.about_section .about_content1 h5 {
    padding-top: 16px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}
.about_text {
    width: 100%;
    font-size: 12px;
    color: #333333;
    margin: 0px;
    padding-top: 10px;
}
/* RecordingStudio  CSS Page end*/




