* {
    padding: 0%;
    margin: 0%;
}

html {
    font-family: Arial, Helvetica, sans-serif;
}

#main {
    /* display: inline-block; */
}

.clear {
    clear: both;
}

#header {
    height: 46px;
    background: black;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;    
}

#nav {
    display: inline-block;
}

#nav, .subnat {
    list-style-type: none;
}

#nav > li {
    display: inline-block;
    position: relative;
}

.subnat li:hover a, #nav > li:hover > a{
    background-color: #ccc;
    color: black; 
}

#nav li:hover .subnat {
    display: block;
    z-index: 2;
}
#nav > li > a {
    color: white;
    text-transform: uppercase;
}

#nav li a {
    text-decoration: none;
    line-height: 46.5px;
    padding: 0px 24px;
    display: block;
}

#nav .subnat {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px black;
    display: none;
}

#nav .subnat a {
    color: black;
    padding: 0 16px;
}

/* #nav > li:hover .subnat {
    position: absolute;
    background-color: white;
    display: inline-block;
} */

/* .ti-angle-down {
    color: black;
} */



#header .search-button {
    float: right;
    padding: 0px 13px;
}

#header .search-icon {
    font-size: 20px;
    line-height: 46.5px;
    color: white;
}

#header > .search-button:hover {
    background-color: red;
}

#slider {
    position: relative;
    /* margin-top: 46px; */
    padding-top: 50%;
    /* background: url('/Developer/HTML-CSS/html-css/the-band-web/assets/img/slider/slider1.jpg') top center / cover no-repeat; */
    background: url('../img/slider/slider1.jpg') top center / cover no-repeat;
}

#slider > .slider-text-content {
    font-size: 12px;
    color: white;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    /* font-weight: 100; */
}

#slider .text-header {
    font-weight: 100;
    font-size: 24px;
}

#slider .text-description {
    font-weight: 100;
    margin-top: 25px;
}



#content {
    
}

#content .tour-section {
    background-color: black;
}

#content > .tour-section > .content-section {
    color: white;
}

#content .content-section {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 64px 0;
}

#content .section-heading,
#content .section-sub-heading {
    text-align: center;
}

#content .section-heading {
    font-size: 30px;
    letter-spacing: 10px;
}

#content .section-sub-heading {
    margin: 25px 0;
    font-style: italic;
}

#content .about {
    margin-top: 25px;
    font-style: 15px;
    text-align: justify;
    line-height: 1.4;
}

#content .member-list {
    margin-top: 15px;
    padding: 32px 0;
    /* overflow: hidden; */
}

#content .member-item {
    float: left;
    text-align: center;
    width: 33.333333%;
    font-size: 15px;
}

#content .member-role {
    font-size: 15px;
    margin: 15px 0;
}

#content .member-img {
    width: 154px;
    border-radius: 4px;
}

#content .tour-section .tickets-list {
    background-color: white;
    color: black;
    list-style-type: none;
}

#content .tour-section .tickets-list li {
    font-size: 15px;
    padding: 11px 16px;
    border-bottom: 1px solid #ddd;

}

#content .tour-section .sold-out {
    background-color: red;
    margin-left: 16px;
    padding: 3px 8px;
    color: white;
    font-family: Lato, sans-serif;
    /* display: inline-block; */
}

#content .tour-section .quanlity {
    background-color: black;
    height: 24px;
    width: 24px;
    color: white;
    font-family: Lato, sans-serif;
    border-radius: 50%;
    float: right;
    margin-right: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: -3px;
}

#content .tour-places {
    padding-top: 32px;
    margin-left: -8px;
    margin-right: -8px;
}

#content .places-item {
    float: left;
    width: 33.33333333%;
    padding: 0 8px;
    box-sizing: border-box;
}

#content .place-image {
    width: 100%;
    display: block;
}

#content .place-image:hover {
    opacity: 0.6;
}

#content .place-body {
    background-color: white;
    color: black;
    padding: 0 16px;
    overflow: hidden;
}

#content .place-header {
    margin: 15px 0;
}

#content .tour-time {
    margin: 15px 0;
    color: black;
    opacity: 0.6;
}

#content .place-describe {
    margin: 15px 0;
    line-height: 1.4;
}

/* note */

#content .buy-ticket-button {
    margin-bottom: 16px;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    background-color: black;
    color: white;
    border: none;
}

#content .buy-ticket-button:hover {
    background-color:#ccc;
    color: black;
}

#content .buy-ticket-button:active .ticket-model {
    display: block;
    z-index: 3;
}

#content .ticket-model {
    position: fixed;
    /* z-index: 3; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* backdrop-filter: blur(1px); */
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#content .ticket-content {
    position: relative;
    background-color: white;
    width: 600px;
    /* height: auto; */
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

#content .ticket-header {
    padding: 32px 18px;
    background-color: #009688;
}

#content .ticket-exit-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 16px 16px;
    color: white;
}

#content .ticket-exit-icon:hover {
    background-color: #ccc;
    color: black;
}

#content .ticket-header-content {
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    color: white;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
}

#content .ticket-body{
    padding: 0 16px;
}

#content .ticket-describe {
    margin: 15px 0;
}

#content .ticket-input { 
    padding: 8px 8px;
    border: 1px solid #ccc;
}

#content .ticket-pay-button {
    background-color: #009688;
    margin: 16px 0;
    border: none;
    width: 100%;
    padding: 16px 16px;
    font-weight: 600;
    color: white;
    line-height: 22px;
}

#content .ticket-pay-button:hover {
    background-color:#ccc;
    color: black;
}

#content .ticket-play-quit {
    display: inline-block;
    text-decoration: none;
    background-color: red;
    color: white;
    margin: 16px 0;
    padding: 8px 16px;
}

#content .ticket-play-quit:hover {
    background-color: #ccc;
    color: black;
}

#content .ticket-play-quit:active .ticket-model {
    display: none;
}

#footer {
    
}