@media (min-width:1200px) {


}


@media(max-width:991px) {



}


@media(max-width:768px){



}

@media(max-width:576px){
.nc-brand img{width: 84px;}
.nc-brand-text .name {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 26px;
    color: var(--nc-cream);
    letter-spacing: .3px;
}
.nc-navbar {
    padding: 14px 0;
}
.hero-eyebrow {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 32px;
    color: #efcf4f;
    margin-bottom: -6px;
    text-shadow: 0 3px 12px rgba(0,0,0,.4);
}

.hero-title {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 66px;
    color: #fff;
    line-height: 1;
    margin: 6px 0 22px;
    text-shadow: 6px 8px 0px rgba(0, 0, 0, .15);
}


.music-stats {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    border-radius: 0px;
    margin-top: 0px;
}
.stat-item p {
    font-size: 14px;
    margin: 0;
    letter-spacing: .5px;
}
.stat-item h2 {
    font-size: 30px;
}

.music-section {
    padding: 42px 0px 30px 0px;
}
.mt_about_us {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.mt_about_us .circle1 {
    top: 4%;
    right: 8%;
    animation-delay: 0s;
}
.mt_about_us .circle3 {
    top: 36%;
    left: 65%;
    animation-delay: 4s;
}
.mt_about_us .note1 {
    top: 26px;
    right: 150px;
}

.music_testimonial {
    padding: 60px 0px 20px 0px;
    background: #ffffff;
    position: relative;
}
.footer-section h5::after {
    content: "";
    width: 45px;
    height: 3px;
    background: #d5b63a;
    display: block;
    margin-top: 10px;
    margin-left: 45%;
}
.hero-breadcrumb {
    margin: 141px 0px 0px 20px;
}
.hero-wrap-inner-page {
    position: relative;
    width: 100%;
    min-height: 222px;
    overflow: hidden;
}
.nc-brand-text .tagline {
    display: block;
    font-size: .68rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--nc-gold);
    font-weight: 600;
    margin-top: -2px;
    width: 162px;
    line-height: 16px;
}

            .contact-section,
            .map-section {
               padding: 60px 0;
            }
            .form-area {
               padding: 60px 0;
            }
            .contact-section .section-title,
            .form-title {
               font-size: 35px;
            }
            .form-card {
               padding: 25px 20px;
               margin-top: 30px;
            }
            .map-box {
               height: 350px;
            }





}