@media all and (min-width: 1400px) {

}

@media all and (max-width: 1199px) {

	.heading1{
    line-height: 80px;
    font-size: 65px;
	}
	.heading2{
		font-size: 45px;
	}
	.heading3{
		font-size: 20px;
	}
	.font18px {
    line-height: 28px;
    font-size: 16px;
    letter-spacing: 2px;
	}


	.banner-bg-text h2 {
		font-size: 90px;
		line-height: 80px;
	}

	.counter-area {
    padding: 50px 0px;
	}
	#counter .heading2 {
    padding-bottom: 15px;
	}
	.have-fun h3 {
    font-size: 70px;
	}
	.have-fun .heading2 {
    font-size: 70px;
	}
	.content-card {
    max-width: 515px;
	}
	.featured-productions {
    padding: 80px 0px;
    padding-bottom: 100px;
	}
	.featured-productions .heading2 {
    padding-top: 12px;
    padding-bottom: 30px;
	}
	.mix .heading3 {
    padding-bottom: 5px;
	}
	.great-content .sub-heading {
    font-size: 70px;
	}
	.great-content .description {
    font-size: 16px;
    max-width: 578px;
	}
	.great-things {
    padding: 80px 0px;
	}
	.partners-slider {
    margin: 80px 0px;
	}
	.footer-area {
    padding: 70px 0px;
	}
}

@media all and (max-width: 1024px) {
	.banner-bg-text h2 {
		font-size: 80px;
		line-height: 70px;
	}
}

@media all and (min-width: 992px) {
	.header_menu {
		display: flex !important;
	}

	.header_nav nav {
		display: block !important;
	}
}

@media all and (max-width: 991px) {
	.header_main {
		padding: 30px 0px;
	}

	/* Mobile menu ----------------------------*/
	.mobile_menu {
		display: block;
	}

	.header_nav nav {
		position: absolute;
		width: 60%;
		top: calc(100% - 1px);
		right: calc(-100% - 74px);
		background: #FFF;
		z-index: 9999999;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		height: 100vh;
		padding: 40px 0;
		box-sizing: border-box;
		text-align: right !important;
		transition: 0.3s;
		/* display: none; */
	}
	.header_nav nav ul {
    gap: 0px 45px;
	}
	.header_nav nav.active_nav {
		right: -24px;
		flex-direction: column;
		align-items: flex-start;
	}
	.header_nav nav ul {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 24px;
    width: 100%;
    padding-right: 30px;
	}
	.header_nav nav ul li {
    width: 100%;
    border-bottom: 1px solid #807676b0;
    padding: 20px 0px;
	}
	.header_nav nav ul li:last-child{
		border-bottom: none;
	}





	.heading1 {
    line-height: 60px;
    font-size: 50px;
	}
	.heading2{
		font-size: 40px;
	}
	.heading3{
		font-size: 18px;
	}
	.font18px {
    line-height: 26px;
	}
	.have-fun .heading2 {
    font-size: 60px;
	}
	.have-fun h3 {
    font-size: 60px;
	}

	.banner-bg-text h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.banner-slide {
		height: 80vh;
	}


	.banner-content .heading1{
		padding-bottom: 50px;
	}
	#counter .item {
		width: 200px;
    padding: 15px 25px;
	}

	/* bio section  */
	.bio-wrapper {
    flex-direction: column;
  }
	.bio-content {
    margin-top: 60px;
	}
	.bio-section {
    padding-bottom: 90px;
	}
  .content-card::before {
    left: -20px; /* remove big overlap on smaller screens */
  }
  .content-card::after {
    left: -5px; /* remove big overlap on smaller screens */
  }


	.play-btn {
    width: 70px;
    height: 70px;
	}

	.filter-controls {
    margin: 0 0 40px;
	}

	.footer-area {
    padding: 50px 0px;
	}
}

@media all and (max-width: 767px) {
	.banner-bg-text {
		top: 150px;
	}
	.heading1 {
    line-height: 40px;
    font-size: 40px;
	}
	.heading2{
		font-size: 35px;
	}
	.banner-bg-text h2 {
		font-size: 40px;
		line-height: 40px;
	}
	#counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	}
	#counter .item {
    padding: 10px 25px;
    width: 100%;
	}
	.content-card {
    padding: 30px 30px;
	}
	.mix-container {
    grid-template-columns: repeat(2, 1fr);
	}
	.have-fun {
    padding: 80px 0px;
	}
	.signature p {
		margin-top: 10px;
	}
}

@media all and (max-width:575px) {
	.heading1 {
    line-height: 35px;
    font-size: 35px;
	}
	.banner-img img {
		max-width: 575px !important;
		object-fit: cover;
	}
	.banner-content .heading1{
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.banner-bg-text h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.mix-container {
    grid-template-columns: repeat(1, 1fr);
	}
	.play-btn {
    width: 60px;
    height: 60px;
	}
	.content-card::before {
    position: inherit;
	}
	.have-fun {
    padding: 60px 0px;
	}
	.featured-productions {
    padding: 60px 0px;
    padding-bottom: 80px;
	}
	.great-things {
    padding: 60px 0px;
	}
	.partners-slider {
    margin: 50px 0px;
	}
	.great-content .heading2 {
    padding-bottom: 20px;
	}
	.great-content .sub-heading {
    font-size: 50px;
	}
	.have-fun .heading2 {
    font-size: 50px;
	}
	.have-fun h3 {
    font-size: 50px;
	}
	.section-heading h2 {
		font-size: 20px;
	}
}


@media all and (max-width:450px) {
	#counter {
    grid-template-columns: repeat(1, 1fr);
	}
	#counter .item {
    width: 100%;
	}
}