*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* common */
.text_white{
color: white !important;
}
html{
    scroll-behavior: smooth;
    font-family: Arial, Helvetica, sans-serif;
}
.trans:hover{
    opacity: 0.4 !important;
}
.clear{
    clear: both;
}
.row{
    margin-left: -8px;
    margin-right: -8px;
}
.contact-content::after{
    content: "";
    display: block;
    clear: both;
}
.col{
    float: left;
    padding: 0 8px;
}
.col-third{
    width: 33.33333%;
}
.col-half{
    width: 50%;
}
.col-full{
    width: 100%;
}
.mt-16{
    margin-top: 16px;
}
.text-center{
    text-align: center !important;
}
/* common */
#header{
    height: 46.5px;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    
}
#nav{
    display: block;
   
}
#nav > li{
    display: inline-block;
    position: relative;
 
}

#nav > li:hover .subnav{
 display: block;
}
#nav>li:hover>a,#nav .subnav li:hover{
    color: black;
    background-color: gray;
}
#nav > li > a{
    color: white;
    display: block;
    text-transform: uppercase;
}
#nav li a{
    line-height: 46.5px;
    text-decoration: none;
    padding: 0px 24px;
 
}   
#nav .subnav a{
  color: black;
   line-height: 38.5px;
   padding: 0 12px;
}
#nav .subnav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    list-style-type: none;
    box-shadow: 0 0 10px rgba(0, 0,0, 0.4);
}
#nav .arrow_down{
    font-size: 18px;
}
#search_btn{
    position: absolute;
    top: 0;
    right: 0;
}
#header .menu-icon, #search_btn{
  font-size: 20px;
  float: right;
  color:white;
  line-height: 46.5px;
  cursor: pointer;
  
}
#header .menu-icon{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
#search_btn:hover{
    background-color: #f44336;
}
.search_btn, .menu-icon{
    padding: 0px 24px;
}
#header .menu-icon:hover{
    background-color: #ccc;
    cursor: pointer;
}
#slider{
    margin-top: 46.5px;
    padding-top: 50%;
    background: url(../img/slider1/chicago.jpg) top center / cover no-repeat;
    position: relative;
}
.text_header{
   color: white;
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 32px 16px;
    transform: translateX(-50%);
    text-align: center;
    text-shadow: 0 0 1px black;
}
.text_header h1{
margin: 15px;
}

.about {
    width: 800px;
    max-width: 100%;
    padding: 64px 16px;
    margin-left: auto;
    margin-right: auto;
  
}
.text_section{
    text-align: center;
    margin: 10px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
 .heading_text{
    text-align: center;
    margin: 15px;
    font-size: 15px;
    opacity: 0.5;
}
#content .body_text{
    text-align: justify;
    font-size: 15px;
}
#content .image_team{
   margin: 47px 0;
   overflow: hidden;
}
#content .image_iteam{
    float: left;
    width: calc(100% / 3);
    text-align: center;
}
#content .member_name{
    margin: 15px 0;
}
#content .img_member{
    width: 154px;
    border-radius: 4px;
}
.Tour_part{
    background-color: black;
}
.ticket-list{
    background-color: white;
    font-size: 15px;
    list-style-type: none;
}
.ticket-list .sold_out{
    margin-left: 16px;
    background-color: rgb(244, 67,54);
    padding: 3px 8px;
    color: white;
}
.ticket-list li{
    padding: 8px 16px;
    border: 1px solid #dddd;
    color: #757575;
}
.ticket-list .quality{
    float: right;
    background-color: black;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}
.banner-img{
   margin-top: 16px;
   padding-bottom: 32px;
}
.banner-imgitem .image-ban:hover{
    opacity: 0.5;
}
.image-ban{
   width: 100%;
   display: block;
}
.banner-content{
    background-color: white;
   padding: 0 16px;
}
.banner-content .place{
    font-size: 15px;
   font-weight: 30px;
  padding: 12px 0;
}
.banner-content .date{
    margin-bottom: 15px ;
    color: #757575;
    font-style: italic;
}
.banner-content .vibe{
    line-height: 1.5;
    margin-bottom: 15px;
}
.banner-content .buy-btn{
    color: white;
    background-color: black;
    display: inline-block;
    padding: 10px 19px;
    margin-bottom: 15px;
    border: none;
   
}
.banner-content .buy-btn:hover{
    background-color: gray;
    color: black;
    cursor: pointer;
    transition: 0.4s;
}
.js-modal{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.modal.open{
    display: flex;
}
.modal-contain{
    background-color: white;
    width: 900px;
    min-height: 200px;
   max-width: calc(100% - 32px);
   animation: showfacein ease 0.5s;
}

.header-contain{
     padding: 32px 16px;
    color: white;
    text-align: center;
    font-size: 30px;
    background-color: #009688;

}
 .close-btn{
    padding: 16px 18px;
    float: right;
    
}
.close-btn:hover{
    background-color: #ccc
   
}
.label-cont{
    display: block;
    margin: 15px 0;
}.body-contain input{
    padding: 8px;
    width: 100%;
}
.body-contain{
    margin: 0 16px;
}
.pay-btn{
    width: 100%;
    color: white;
    background-color: #009688;
    border: none;
    padding: 16px;
    margin: 16px 0;
}
.pay-btn:hover{
    background-color: #ccc;
    color: black;
}
.footer-contain{
    margin: 0 16px;
}
.footer-contain .cancel-btn{
    display: inline-block;
    color: white;
    background-color: #F44336;
    padding: 8px 16px;
    margin: 16px 0;
}
.footer-contain .cancel-btn:hover{
    background-color: #ccc;
    color: black;
}
.footer-contain p{
    float: right;
    margin: 15px 0;
}
.footer-contain a{
    color: #2196F3;
}
.contact-content{
    padding: 32px 0;
    /* margin-bottom: 64px; */
}
.contact-info{
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
}
.contact-info i{
   width: 30px;
}
.contact-form{
    font-size: 15px;
   
}
.contact-form .form-control{
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
}
.send-btn{
  clear: both;
  float: right;
  padding: 8px 16px;
  background-color: black;
  color: white;
  margin: 16px 0;
  border: none;
}
.send-btn:hover{
    background-color: #ccc;
    color: black;
    transition: 0.4s;
    cursor: pointer;
}
.map-image{
    width: 100%;
}

#footer{
background-color: #f1f1f1;
}
@keyframes showfacein{
    from{
        opacity: 0;
transform: translateY(-110px);
    }to{
        opacity: 1;
transform: translateY(0);
    }
}




 
