@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
    background: #f4f5f9;
    /* background: linear-gradient(180deg, rgba(249,107,142,1) 0%, rgba(130,125,253,1) 100%); */
}

h1,h2,h3,h4,h5,h6{
font-family: 'Roboto', sans-serif;
}

.navbar-brand span{
    font-family: 'Audiowide', cursive;
}

.logo_text{
    font-size: 12px;
    margin: 0;
}

.banner{
    /*background: url(https://via.placeholder.com/800) no-repeat;
    background-size: cover;
    background-position: center;*/
     /*background: rgb(249,107,142); 
     background: linear-gradient(180deg, rgba(249,107,142,1) 0%, rgba(130,125,253,1) 100%); */
}

#bannerCarousel .carousel-caption{
    position: static;
    text-align: left;
}

#bannerCarousel.carousel {
    position: relative;
    min-height: 566px;
}


#bannerCarousel .carousel-control-next, #bannerCarousel .carousel-control-prev {
    width: 100px;
}
.banner {
    background: #fff;
}

.main_header a {
    color: #fff;
}

.ml-auto{
    margin-left: auto;
}
a:hover{
    text-decoration: unset;
}
.banner_content_inner span {
    color: #aa77d9;
    font-weight: 700;
    text-transform: uppercase;
}

img{
    max-width: 100%;
}

button{
    cursor: pointer;
}
    
.main_header ul.navbar-nav li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: initial;
    margin: 0px 15px;
        font-weight: 600;
    text-transform: uppercase;
}

.main_header nav.navbar {
    padding: 0 !important;
    justify-content: space-between !important;
}
 
.main_header {
    padding: 20px 0;
}

header{
    background: #000;
}
.banner_content h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    color: #ec008c;
    word-spacing: 7px;
    margin-bottom: 0;
}

.banner_content h2 span {
    color: #fff;
}

.banner_content h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.main_header ul.navbar-nav li a:hover {
    color: #ff3c81;
}

.banner_content p {
    font-size: 20px;
    color: rgb(255,255,255);
    font-weight: 300;
    padding-top: 10px;
}

.banner_content  h3 {
    font-size: 79px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
} 

span.app_content_sep {
    height: 1px;
    background: linear-gradient(to right,#ffa402,#ff5661,#ff279c);
    width: 100%;
    display: block;
}



.banner_content {
    background: #000;
    /*padding-bottom: 200px;*/
    /*background: url(../img/bann.png) no-repeat;
    background-position: 85% 60px;
    background-size: 32%;*/
}

.serive .row {
        background: #fff;
    align-items: center;
    background: #000;
    align-items: center;
    color: #fff;
    box-shadow: 0 0 6px 1px rgb(80 80 80 / 90%);
    border-radius: 0;
    border: 1px solid transparent;
}

.serive .row:hover {
    border-left: 1px solid #ffa402;
    border-right: 1px solid #ff279c;
    border-top: 1px solid #ffa402;
    border-bottom: 1px solid #ff279c;
    box-shadow: unset;
}

span.app_content_sep_center {
    height: 4px;
    background: linear-gradient(to right,#ffa402,#ff5661,#ff279c);
    width: 32px;
    display: block;
    margin-bottom: 15px;
}

div#collapsibleNavbar {
    justify-content: space-between;
    flex-grow: initial;
}

.serive_div img {
    max-height: 260px;
    margin: 0 auto;
}

.serive_div {
    text-align: center;
}

.social_icons {
    margin-bottom: 0;
}

.social_icons li {
    margin-left: 20px;
}

.banner_content a.get_ticket {
    display: inline-block;
    background-color: #0e0427;
    font-size: 21px;
    color: #ffffff;
    padding: 14px 45px;
    text-transform: uppercase;
}

.banner_content a.more_information {
    display: inline-block;
    font-size: 21px;
    color: #ffffff;
    padding: 14px 45px;
    text-transform: uppercase;
    background-color: #867bfb;
    /* margin-left: 8px; */
    border-radius: 25px;
    text-decoration: none;
}

.events {
    background: #100726;
    padding-top: 40px;
    padding-bottom: 90px;
}

.events .headings {
    text-align: center;
}

.serive h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}

.events .headings h6 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
}

.events .headings h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.events .events_main {
    border: 15px solid #2D1760;
    padding-top: 22px;
    margin-bottom: 0px;
}

.events .events_main .events_blc_bg .events_containt h4 {
    margin-bottom: 0;
    font-size: 28px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 80px;
}

.events .events_main .events_blc_bg h5 {
    font-size: 60px;
    font-weight: 900;
    color: #ED008E;
    margin-bottom: 0;
    line-height: 50px;
}

.events .events_main .events_blc_bg h5 span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    color: #ec008c;
    word-spacing: 7px;
    margin-bottom: 0;
    vertical-align: super;
    margin-left: 10px;
}

.events .events_main .events_blc_bg .events_containt {
    margin: -12px;
} 

.events p {
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    margin-top: 25px;
}

.events a.more_events {
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    padding: 7px 45px;
    text-transform: uppercase;
    background-color: #ec008c;
}

.events_btn {
    text-align: center;
    margin-top: 40px;
}

.live_concert {
    background: url(../img/19.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 150px;
    text-align: center;
}

.live_concert h6 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 35px;
}


.services {
    color: #62676d;
    padding-top: 70px;
     background: #000; 
    padding-bottom: 120px;
}

.services_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.services .headings {
    text-align: center;
}

.services .headings h6 {
    color: #fff;
    font-weight: 500;
    font-size: 72px;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: left;
}

.services .headings h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.services h3 { 
    margin-bottom: 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
    padding-left: 15px;
}

.contact_form{
    background: url(../img/21.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

.contact_form h2 {
    font-size: 41px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.contact_form h6 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 40px;
}

.contact_form input {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
    border-radius: 5px;
    border: 2px solid #ffffff;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.form_inner {
    max-width: 821px;
    margin: 0 auto;
}

.form_inner textarea {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
    border-radius: 5px;
    border: 2px solid #ffffff;
    padding: 15px 20px;
    margin-bottom: 30px;
    min-height: 175px;
}

.form_inner .submit_btn button {
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    padding: 10px 55px;
    text-transform: uppercase;
    background-color: #ec008c;
    border: none;
    margin-top: 10px;
}

.form_inner .submit_btn {
    text-align: center;
}

.contact_form input::placeholder,.contact_form textarea::placeholder{
    color: #fff;
}

.news_letter {
    background: #34197A;
    padding: 50px 0;
}

.news_letter h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.news_letter h2 span{
    color: #ec008c;
}

.news_letter h6 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}

.news_letter .news_letter_inner input {
    background-color: #ffffff;
    border: unset;
    padding: 15px 17px;
    height: 67px;
    vertical-align: middle;
    width: calc(100% - 165px);
}

.news_letter .news_letter_inner button {
    padding: 10px 17px;
    height: 67px;
    vertical-align: middle;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ec008c;
    border: none;
    margin-left: -4px;
}

.news_letter label {
    font-size: 17px;
    color: rgb(255,255,255);
    font-weight: 400;
    line-height: initial;
    margin-top: 10px;
    word-spacing: 6px;
}







.blog{
    /* background: #100726; */
    padding-top: 60px;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
}

.blog_inner h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog_inner label {
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    color: #ffc560;
    font-weight: 500;
}

.blog .controls-top a.btn-floating.left {
    position: absolute;
    top: 50%;
    left: 4%;
}

.blog .controls-top a.btn-floating.right {
    position: absolute;
    top: 50%;
    right: 4%;
}

.blog .blog_inner > img {
    border-radius: 5px;
}


.blog .headings {
    text-align: center;
}

.blog .headings h6 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
}

.blog .headings h2 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.blog .blog_inner .blog_per p {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}

.blog .blog_inner .blog_per a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    padding: 7px 35px;
    text-transform: uppercase;
    background-color: #f89289;
}

.blog .blog_inner .blog_per a:hover {
    background: #fff;
    color: #ec008c;
}






.about{
    background: #000;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 90px;
}

/*.about_heading {
    border-left: 2px solid #ffc560;
    padding-left: 20px;
    margin-bottom: 40px;
}
*/

.about_heading h6 {
        color: #fff;
    font-weight: 500;
    font-size: 72px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

/*.about_heading {
    border-left: 2px solid #867bfb;
    padding-left: 20px;
    margin-bottom: 40px;
}*/

.about_heading h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    line-height: 26px;
}

.about_states h3 {
    font-size: 48px;
    line-height: 74px;
    color: #ffc560;
    display: inline-block;
    margin-right: 10px;
}

.about p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.about_states h5 {
    color: rgba(255, 255, 255, 0.40);
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}
.about button.contact_now_btn {
    font-size: 22px;
    color: #fff;
    background: unset;
    padding: 8px 27px;
    margin-top: 15px;
    border-left: 1px solid #ffa402;
    border-right: 1px solid #ff279c;
    border-top: 1px solid #ffa402;
    border-bottom: 1px solid #ff279c;
}
.about_inner {
    padding-left: 60px;
}




.testimonial {
    padding-top: 40px;
        background: #000;
    padding-bottom: 100px;
    color: #fff;
}
.testimonial .carousel-indicators li{
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    bottom: 0;
    border-radius: 50%;

}
.testimonial .carousel-indicators{
    bottom: -75px !important;
}
.testimonial h2 {
       color: #fff;
    font-weight: 500;
    font-size: 72px;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: left;
}
.testimonial p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: justify;
    padding-right: 50px;
}
.testimonial_inner_div {
    background: #000;
    padding: 50px 25px;
    border-radius: 20px;
    margin-bottom: 15px;
    max-width: 1150px;
    margin-left: auto;
    border-left: 1px solid #ffa402;
    border-right: 1px solid #ff279c;
    border-top: 1px solid #ffa402;
    border-bottom: 1px solid #ff279c;
}
.testimonial_inner_div h3 {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
}
.testimonial_inner_div label {
    font-size: 14px;
}

.client-logo {
    background: #000 linear-gradient(0deg,#ca008891 0,rgba(0,0,0,.85),rgba(0,0,0,.85) 100%);
    color: #fff;
}




.logo_inner {
    width: 209px;
    height: 95px;
    border: 1px solid #cecece;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.logo_inner img {
    width: 100%;
    height: 100%;
}

.logos_section {
    color: #62676d;
    padding-top: 0;
    padding-bottom: 70px;
    max-width: 910px;
    margin: 0 auto;
}


h2.com_heading {
    color: #fff;
    font-weight: 500;
    font-size: 72px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 48px;
    text-align: center;
}


.content1{
        background: linear-gradient(0deg ,#3a04dd 0,rgba(0,0,0,.85),rgba(0,0,0,.85) 100%)!important;
}

.content2{
        background: linear-gradient(0deg ,#a31af1 0,rgba(0,0,0,.85),rgba(0,0,0,.85) 100%)!important;}

.content3{
        background: linear-gradient(0deg ,#d92cd1 0,rgba(0,0,0,.85),rgba(0,0,0,.85) 100%)!important;
}

.content4{
        background: linear-gradient(0deg,#e930497d 0,rgba(0,0,0,.85),rgba(0,0,0,.85) 100%)!important;
}

.carousel-item{
    min-height: 700px;
}
.carousel-control-next-icon {
    background-image: unset;
    filter: none !important;
    border-right: 3px solid #ff279c!important;
    border-top: 3px solid #ffa402!important;
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.carousel-control-prev-icon {
    background-image: unset;
    background-image: unset;
    filter: none !important;
    border-right: 3px solid #ff279c!important;
    border-top: 3px solid #ffa402!important;
    transform: rotate(225deg);
    width: 25px;
    height: 25px;
}


.footer {
    /* background: url(../img/foot_bg.png) no-repeat; */
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 60px;
    background: #000;
}

.small_section_footer {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.footer p.pink {
    font-size: 20px;
    color: #62676d;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
}

.footer .right_align {
    text-align: right;
}

.footer .left_align {
    text-align: left;
}

.footer a {
    color: #62676d;
    font-size: 20px;
    text-transform: uppercase;
}

.footer ul {
    margin-top: 100px;
    margin-bottom: 110px;
}

.footer ul li {
    margin: 0 45px;
}

.footer h6 {
    color: #62676d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.insta_section{
    background: url(../img/30.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 180px;
} 

.insta_main {
    max-width: 600px;
    background: white;
    padding: 50px 40px;
}

.insta_main h2 {
    font-weight: 400;
    font-size: 45px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.insta_main h3 {
    font-size: 45px;
    color: #ec008c;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.insta_main a.insta_btn {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #ec008c;
}

.insta_main a.more_gal_btn {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #000000;
    margin-left: 8px;
    padding: 10px 20px;
}

.insta_main a.insta_btn img {
    margin-right: 6px;
    vertical-align: unset;
}

.insta_main a.more_gal_btn  img {
    margin-right: 6px;
    vertical-align: unset;
}


.serive {
    max-width: 1000px;
    margin: 0 auto;
}
.footer ul img {
    filter: invert(0.5);
}


@media only screen and (min-width: 992px) and (max-width: 1200px){
    .main_header ul.navbar-nav li a {
        margin: 0px 6px;
    }
    .events .events_main .events_blc_bg .events_containt h4 {
        font-size: 22px;
    }
    .services h3 {
        font-size: 18px;
    }
    .news_letter h2 {
        font-size: 38px;
    }
    .blog .controls-top a img {
        max-width: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .events .events_main .events_blc_bg .events_containt h4 {
        font-size: 14px;
        letter-spacing: 1px;
        padding-left: 70px;
    }
    img.logo {
        max-width: 155px;
    }
    .main_header ul.navbar-nav li a {
        margin: 0 0;
    }
    .social_icons li {
        margin-left: 4px;
    }
    .social_icons li img {
        max-width: 15px;
        height: 15px;
        object-fit: contain;
    }
    .banner_content h1 {
        font-size: 45px;
        letter-spacing: -3px;
    }
    .banner_content h3 {
        font-size: 49px;
        margin-bottom: 10px;
    }
    .banner_content {
        padding-top: 119px;
        padding-bottom: 130px;
    }
    .services h3 {
        font-size: 14px;
        padding-left: 13px;
    }
    .news_letter h2 {
        font-size: 28px;
    }
    .news_letter label {
        word-spacing: 4px;
    }
    .insta_section {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .blog .col-md-3 {
        padding: 0 7px;
    }
    .blog_inner h3 {
        font-size: 17px;
    }
    .blog .blog_inner .blog_per p {
        font-size: 14px;
    }
    .blog .controls-top a.btn-floating.left {
        position: static;
    }

    .blog .controls-top a.btn-floating.right {
        position: static;
    }
    .controls-top a img {
        margin: 0 25px;
    }
    .controls-top {
        margin-top: 30px;
    }
    .live_concert h6 {
        font-size: 44px;
    }
    .main_header {
        padding-top: 10px;
    }
    .blog {
        padding-bottom: 30px;
    }
    .footer ul {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 767px){
    .main_header button.navbar-toggler {
        border: 1px solid #fff;
        max-width: 35px;
        width: 100%;
        height: 35px !important;
        padding: 5px;
        outline: none;
    }
    .navbar-toggler span.navbar-toggler-icon {
        display: inline-block;
        max-width: 33px;
        float: left;
        width: 100%;
        height: 2px;
        background: #fff !important;
        line-height: 25px !important;
        margin: 2px 0;
    }
    ul.list-inline.social_icons {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    .banner_content h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .banner_content h1 {
        font-size: 36px;
        letter-spacing: 0px;
    }
    .main_header {
        padding-top: 10px;
    }
    .banner_content a.get_ticket ,.banner_content a.more_information{
        font-size: 16px;
        padding: 10px 25px;
    }
    .banner_content_inner {
        padding-left: 10px;
    }
    .events .headings h2,.services .headings h2,.news_letter h2,.blog .headings h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .events .headings h6,.services .headings h6,.blog .headings h6{
        font-size: 26px;
    }
    .events .events_main .events_blc_bg .events_containt h4 {
        font-size: 20px;
    }
    .events p {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .live_concert h6 {
        font-size: 32px;
    }
    .services h3 {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .services_boxes {
        justify-content: space-around;
    }
    .services {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .contact_form h2 {
        font-size: 30px;
    }
    .contact_form h6 br {
        display: none;
    }
    .contact_form h6 {
        font-size: 16px;
    }
    .contact_form input,.form_inner textarea {
        font-size: 16px;
    }
    .news_letter h6 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .news_letter .news_letter_inner button {
        font-size: 20px;
    }
    .news_letter .news_letter_inner input {
        width: calc(100% - 119px);
    }
    .insta_main h2 {
        font-size: 30px;
    }
    .insta_main h3 {
        font-size: 40px;
    }
    .insta_main a.insta_btn,.insta_main a.more_gal_btn{
        padding: 10px 13px;
    }
    img.music_img {
        margin-top: 20px;
    }
    .insta_main {
        padding: 20px 30px;
    }
    .insta_section {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .footer .right_align,.footer .left_align {
        text-align: center;
    }
    img.footer_logo {
        margin: 25px 0;
        max-width: 110px;
    }
    .footer ul {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .footer ul li {
        margin: 0 15px;
    }
    .footer ul li a img {
        width: 23px;
        height: 23px;
        object-fit: contain;
    }
    .footer h6 {
        font-size: 12px;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer a {
        font-size: 16px;
    }
    .blog .controls-top a img {
        width: 18px;
    }
    .blog {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    div#collapsibleNavbar {
        background: #401a89;
        padding: 26px 10px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
    }
    .events_btn {
        margin-top: 0;
    }
    .events {
        padding-bottom: 50px;
    }
}