/* Wide Mobile = 480px */


@media only screen and (max-width: 767px) {
	.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 20px 20px 0px;
	}

	/* 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; */
		left: 0;
		top: 42%;
		transform: translateY(-50%);
		width: 100%;
		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: 0px 10px;
} */

/* 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: -744px;
	left: 0;
    height: 350px;
    box-shadow: 18px 18px 4px 4px #15012629;
}
.about_content{
	padding-top: 0px;
}
.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*/

/* C1tybound  CSS Page Start*/



/* C1tybound  CSS Page end*/