html {
  scroll-behavior: smooth;
}
body{
    margin:0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    overflow-wrap: break-word;
}

/*---- Global Class ----*/
    .title{
        font-size: 2em;
        font-family: 'Roboto', sans-serif;
    }
/*---- Global Class ----*/

/*---- Social icon Class ----*/
    .social-icon a{
        text-decoration: none;
    }
    .social-icon a:hover{
        text-decoration: none;
    }
    .icon-back {
        padding: 12px;
        width: 40px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        margin: 6px;
        border-radius: 0px;
        font-size: 1em;
        border-radius: 100%
    }
    .website-effect {
        background: #ff5700;
        color: rgba(255,255,255,1);
        transition:all 0.5s;
    }
    .website-effect:hover {
        background: rgba(255,255,255,1);
        color: #ff5700;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        transform: translateY(-6px);
        transition-delay: 0.3s;
    }
    .facebook-effect {
        background: #3B5998;
        color: rgba(255,255,255,1);
        transition:all 0.5s;
    }
    .facebook-effect:hover {
        background: rgba(255,255,255,1);
        color: #3B5998;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        transform: translateY(-6px);
        transition-delay: 0.3s;
    }
    .tumblr-effect {
        background: #2c4762;
        color: rgba(255,255,255,1);
        transition:all 0.5s;
    }
    .tumblr-effect:hover {
        background: rgba(255,255,255,1);
        color: #2c4762;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        transform: translateY(-6px);
        transition-delay: 0.3s;
    }
    .twitter-effect {
        background: #55ACEE;
        color: rgba(255,255,255,1);
        transition:all 0.5s;
    }
    .twitter-effect:hover {
        background: rgba(255,255,255,1);
        color: #55ACEE;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        transform: translateY(-6px);
        transition-delay: 0.3s;
    }
    .google-plus-effect {
        background: #dd4b39;
        color: rgba(255,255,255,1);
        transition:all 0.5s;
    }
    .google-plus-effect:hover {
        background: rgba(255,255,255,1);
        color: #dd4b39;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        transform: translateY(-6px);
        transition-delay: 0.3s;
        }
    .youtube-effect {
        background: #bb0000;
        color: rgba(255,255,255,1);
        transition:all 0.5s;
    }
    .youtube-effect:hover {
        background: rgba(255,255,255,1);
        color: #bb0000;
        transition:all 0.5s;
         -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        transform: translateY(-6px);
        transition-delay: 0.3s;
    }
    .flickr-effect {
        background: #f40083;
        color: rgba(255,255,255,1);
        transition:all 0.5s;
    }
    .flickr-effect:hover {
        background: rgba(255,255,255,1);
        color: #f40083;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        transform: translateY(-6px);
        transition-delay: 0.3s;
    }
/*---- Social icon Class ----*/
.brand-logo{
    width: 80px;
    height: auto;
}
.intro-section{
    width:100%;
    height:auto;
    overflow:hidden;
}
.event-image{
    width:100%;
    height:auto;
    overflow:hidden;
}

.eventstart-section{
    width:100vw;
    height:auto;
    -webkit-background-image:/* top, transparent red */ 
                    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
                    /* bottom, image */
                    url("../img/Backgroun1.jpg");

    -moz-background-image:/* top, transparent red */ 
                    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
                    /* bottom, image */
                    url("../img/Backgroun1.jpg");

    -o-background-image:/* top, transparent red */ 
                    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
                    /* bottom, image */
                    url("../img/Backgroun1.jpg");

    background-image:/* top, transparent red */ 
                    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
                    /* bottom, image */
                    url("../img/Backgroun1.jpg");


    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;

    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
    background-attachment: fixed;

    -webkit-background-origin: border-box;
    -moz-background-origin: border-box;
    -o-background-origin: border-box;
    background-origin: border-box;
    
    -webkit-background-position:top center;
    -moz-background-position:top center;
    -o-background-position:top center;
    background-position:top center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ticket-section{
    width:100%;
    height:auto;
}
.ticket-section p.card-text{
    min-height: 3em;
}

/*gallery*/

    a .galleryimagelink:hover{
      opacity: 0.8;
    }

    .galleryimage{
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
      transition: 0.4s;
    }

    @media (min-width: 768px) {
      .galleryimage:hover{
        transform: scale(1.05);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
      }
    }


.card-icon{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 30px 0px rgba(209,217,230,0.8);
}

.ticket-section .card-title{
    text-align:left;
}
.ticket-section  p.card-text{
    text-align:left;
}

.box-shadow-img{
    box-shadow: 0px 12px 20px 0px rgba(209,217,230,0.3);
}
.box-shadow-dark{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 309px 0px rgba(0,0,0,0.12);
}
.box-shadow-light{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.12);
    box-shadow: 0px 0px 30px 0px rgba(255,255,255,0.12);
}
.artist-video{
    width: 100%;
    height:480px;
    border-radius: 0.5em;
}

.contact-section{
    width:100%;
    height:auto;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: border-box;
    background-position: center;
    background-size: cover;
}
.contact-icon-section{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 12px 0px rgba(209,217,230,0.2);
}
.contact-icon{
    width:12px;
    height: auto;
}
.map{
    width:100%;
    height:100vh; 
}

a.morelink {
    text-decoration:none;
    outline: none;
}
.morecontent span {
    display: none;

}



/*bootstrap default class*/
    .bg-dark {
        background-color: #333333!important;
    }
    .navbar {
        position: fixed;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0em 1.5rem;
        border-radius: 100px;
        -webkit-box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.1);
    }
    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 0;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-dark .navbar-nav .nav-link
    {
        color: #FFF;
        text-decoration: none;
        font: 1em Raleway;
        margin: 0px 0px;
        padding: 23px 12px;
        position: relative;
        z-index: 0;
        cursor: pointer;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .btn {
        transition:all 0.2s;
    }
    .btn:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        -webkit-box-shadow: 0px 18px 30px 0px rgba(209,217,230,0.51);
        -moz-box-shadow: 0px 18px 30px 0px rgba(209,217,230,0.51);
        box-shadow: 0px 18px 30px 0px rgba(209,217,230,0.51);
        transform: translateY(-2px);
        transition-delay: 0.3s;
    }
    .card {
        border: none;
        border-radius: 0.5rem;
        -webkit-box-shadow: 2px 2px 12px 0px rgba(209,217,230,0.3);
        -moz-box-shadow: 2px 2px 12px 0px rgba(209,217,230,0.3);
        box-shadow: 2px 2px 12px 0px rgba(209,217,230,0.3);
    }
    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: none;
        border-radius: 1rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    
/*bootstrap default class*/



/* navbar hover style Highlight text out  */
    .highlightTextOut .navbar-dark .navbar-nav .nav-link
    {
        color: rgba(255, 255, 255, 1); 
    }

    .highlightTextOut .navbar-dark .navbar-nav .nav-link:before, 
    .highlightTextIn .navbar-dark .navbar-nav .nav-link:before
    {
        position: absolute;
        color: #753E97;
        top: 0px;
        left: 0px;
        padding: 23px 12px;
        overflow: hidden;
        content: attr(alt);
        transition: all 0.3s;
        transform: scale(0.8);
        opacity: 0;
    } 

    .highlightTextOut .navbar-dark .navbar-nav .nav-link:hover:before, 
    .highlightTextIn .navbar-dark .navbar-nav .nav-link:hover:before
    {
        transform: scale(1);
        opacity: 1;
        background-color: rgba(255, 255, 255, 1);
    }

    .highlightTextOut .navbar-dark .navbar-nav .active
    {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(255, 255, 255, 1);
    }
    .highlightTextOut .navbar-dark .navbar-nav .active:before, 
    .highlightTextIn .navbar-dark .navbar-nav .active:before
    {
        position: absolute;
        color: #753E97;
        top: 0px;
        left: 0px;
        padding: 23px 12px;
        overflow: hidden;
        content: attr(alt);
        transition: all 0.3s;
        transform: scale(1);
        opacity: 1;
    }
/* navbar hover style Highlight text out  */

/*Owl Carousel*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 0.6em !important;
    font-size: 2em;
    outline:none;
    background-color:#ffffff;
    margin:0 0.8em;
    border-radius: 0.2em;
}
/*Owl Carousel*/
    
    .footer-logo{
        display: none;
    }
/*sidebar css*/
#sidebar{
    display: none;
}
.sidebar-container {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    z-index: 9999;
}
.sidebar-brand-logo{
    width: 120px;
    height: auto;
}
.sidebar-container ul.nav-justified li.nav-item {
    padding-top: 1em;
    padding-left: 1em;
    text-align: left;
}


/*
------------ media query---------------
*/

@media only screen and (max-width: 992px) {

/*bootstrap default class*/
    .navbar-dark .navbar-nav .nav-link
    {
        color: #FFF;
        text-decoration: none;
        font: 0.8em Raleway;
        margin: 0px 0px;
        padding: 25px 6px;
        position: relative;
        z-index: 0;
        cursor: pointer;
    }
/*bootstrap default class*/

/* navbar hover style Highlight text out  */
    .highlightTextOut .navbar-dark .navbar-nav .nav-link:before, 
    .highlightTextIn .navbar-dark .navbar-nav .nav-link:before
    {
        position: absolute;
        color: #753E97;
        top: 0px;
        left: 0px;
        padding: 25px 6px;
        overflow: hidden;
        content: attr(alt);
        transition: all 0.3s;
        transform: scale(0.8);
        opacity: 0;
    }
    .highlightTextOut .navbar-dark .navbar-nav .active:before, 
    .highlightTextIn .navbar-dark .navbar-nav .active:before
    {
        position: absolute;
        color: #753E97;
        top: 0px;
        left: 0px;
        padding: 25px 6px;
        overflow: hidden;
        content: attr(alt);
        transition: all 0.3s;
        transform: scale(1);
        opacity: 1;
    }
/* navbar hover style Highlight text out  */
}

@media only screen and (max-width: 767px) {
    /*bootstrap default class*/
    .navbar {
        position: fixed;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5em 1.5rem;
        border-radius: .25rem;
    }
    .navbar-dark .navbar-nav .nav-link
    {
        color: #FFF;
        text-decoration: none;
        font: 0.8em Raleway;
        margin: 0px 12px;
        padding: 12px 12px;
        position: relative;
        z-index: 0;
        cursor: pointer;
    }
    /*bootstrap default class*/
    .brand-logo{
        width: 60px;
        height: auto;
    }
    /*---- Global Class ----*/
    .title{
        font-size: 1.6em;
        font-family: 'Roboto', sans-serif;
    }
    /*---- Global Class ----*/

/* navbar hover style Highlight text out  */
    .highlightTextOut .navbar-dark .navbar-nav .nav-link:before, 
    .highlightTextIn .navbar-dark .navbar-nav .nav-link:before
    {
        position: absolute;
        color: #753E97;
        top: 0px;
        left: 0px;
        padding: 12px;
        overflow: hidden;
        content: attr(alt);
        transition: all 0.3s;
        transform: scale(0.8);
        opacity: 0;
    }
    .highlightTextOut .navbar-dark .navbar-nav .active:before, 
    .highlightTextIn .navbar-dark .navbar-nav .active:before
    {
        position: absolute;
        color: #753E97;
        top: 0px;
        left: 0px;
        padding: 12px;
        overflow: hidden;
        content: attr(alt);
        transition: all 0.3s;
        transform: scale(1);
        opacity: 1;
    }
/* navbar hover style Highlight text out  */
}

#mobile-nav{
        display: none;
}




@media only screen and (max-width: 575px) and (min-width: 481px){
    .ticket-section .card-title{
        text-align:center;
    }
    .ticket-section  p.card-text{
        text-align:center;
    }
    .eventstart-section{
        -webkit-background-attachment: scroll;
        -moz-background-attachment: scroll;
        -o-background-attachment: scroll;
        background-attachment: scroll;
    }

    /*mobile view*/
    #web-nav{
        display: none;
    }
    #mobile-nav{
        display: block;
    }
    #sidebar{
        display: block;
    }

    .footer-flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-logo{
        display: block;
    }
    .footer-logo .brand-logo {
        width: 80px;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
        .eventstart-section{
        -webkit-background-attachment: scroll;
        -moz-background-attachment: scroll;
        -o-background-attachment: scroll;
        background-attachment: scroll;
    }
    /*---- Global Class ----*/
    .title{
        font-size: 1.2em;
        font-family: 'Roboto', sans-serif;
    }
/*---- Global Class ----*/
    .brand-logo{
        width: 40px;
        height: auto;
    }
    .ticket-section .card-title{
        text-align:center;
    }
    .ticket-section  p.card-text{
        text-align:center;
    }

    /*mobile view*/
    #web-nav{
        display: none;
    }
    #mobile-nav{
        display: block;
    }
    #sidebar{
        display: block;
    }
    .footer-flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-logo{
        display: block;
    }
    .footer-logo .brand-logo {
        width: 80px;
        height: auto;
    }
}