body {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    position: relative; 
    overflow-x: hidden; 
    
    overflow-y: scroll; /* has to be scroll, not auto */
-webkit-overflow-scrolling: touch;
    

}
html {scrollbar-width: none;}
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", serif;
    font-weight: 600;
    line-height: 1.4;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    transition: all 0.3s ease-in-out;
}

a:hover,
button:hover {
    opacity: 0.7;
    outline: 0;
}

#welcome {
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

#nav-btn {
    position: fixed !important;
    top: 20px;
    left: 40px;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 30px;
    z-index: 999;
}

#nav-btn.nav-fix {
    position: sticky;
}

.wl-menu {
    background: #111;
    height: 100vh !important;
    color: #fff;
    text-align: center;
    padding: 20px 20px;
}

.wl-menu img {
    max-width: 180px;
}

.wl-menu ul {
    text-align: center;
    margin-top: 30px;
}

.wl-menu ul li {
    display: block;
}

.wl-menu ul li a {
    color: #fff;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}

.wl-menu ul li a.active,
.wl-menu ul li a:hover {
    color: #ff0000;
}

.wl-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.5s ease-in-out;
}

.wl-scroll .wl-overlay {
    background: #000;
    opacity: 0.5;
}

.wl-scroll2 .wl-overlay {
    background: #000;
    opacity: 0.7;
}

.scroll-up,
.scroll-dn {
    position: absolute;
    bottom: 20px;
    left: 40px;
    color: #fff;
    background: transparent;
    border: 0;
    font-size: 30px;
}

.wl-socil {
    position: absolute;
    bottom: 30px;
    right: 80px;
    z-index: 100;
    background: transparent;
    border: 0;
    font-size: 25px;
}

.wl-socil li {
    display: inline-block;
    padding: 0 10px;
}

.wl-socil li a {
    color: #fff;
}

#footer,
.sec-text,
.sec-content {
    height: auto;
    z-index: 9;
    position: relative;
}

.wl-text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
}



.wl-text img {
    max-width: 500px;
    margin-bottom: 50px;
}



.wl-text .btn-wl {
    background: transparent;
    border: 2px solid #ff0000;
    border-radius: 25px;
    display: inline-block;
    padding: 10px 28px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.wl-text .btn-wl:hover {
    border: 2px solid #ff0000;
    background: #ff0000;
    opacity: 1;
}




#myVideo {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}

.modal-wl {
    background: #111;
}

#wl-nav .btn-close,
.modal-wl .btn-close {
    filter: invert(100%);
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 40px;
    outline: 0;
    cursor: pointer;
    z-index: 99;
    transition: opacity 0.5s ease-in-out;
}

.sec-text {
    background: #111;
    color: #fff;
    padding: 100px 0;
}

.sec-text h2 {
    font-size: 40px;
    margin: 0;
}

.sec-content {
    background: #000;
    color: #bcb7b7;
    padding: 100px 0;
}

.sec-content img {
    box-shadow: 0px 0px 15px #336699;
}

.sec-content h2 {
    font-weight: 400;
    font-size: 20px;


}

.sec-content h3 {
    color: #fff;
    font-size: 16px;
}

.sec-content .cn-img {
    padding: 0 30px;
    margin: 0 auto;
}

.stream-text{
    background: #8A0000;
    padding: 30px;
    color: #fff;
    margin-bottom: 40px;
    border-radius: 6px;
}
.stream-text h2{
    display: block;
    background: #fff;
    color: #000;
    padding: 13px 15px;
    font-size: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.stb-sec{
    background: #CB0404;
    display: block;
    padding: 10px;
    border-radius: 6px;
}
.stb-sec .st-button{
    color: #fff;
    background: #000;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 6px;
}
.stream-item{
    background: #292929;
    padding: 30px 30px;
    border-radius: 6px;
    text-align: center;
    height: 100%;
}
.stream-item img{
    max-width: 140px;
    display: inline-block;
}

.card-list {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.card-list li {
    display: inline-block;
    max-width: 150px;
    height: 75px;
    background: #000;
    padding: 20px 20px;
    border-radius: 6px;
}
.card-list li img {
    max-width: 110px;
}

#footer {
    position: relative;
    background: #111;
    color: #555;
    padding: 30px 0;
    text-transform: uppercase;
}

#footer p {
    margin: 0;
    font-size: 14px;
}


/* Normal tablet layout */
@media only screen and (min-width:769px) and (max-width:992px) {
    .sec-content .cn-img {
        padding: 0 40px;
        margin-bottom: 60px;
        max-width: 400px;
    }

    .sec-content,
    .sec-text {
        padding: 60px 0;
    }

    .wl-menu ul li a,
    .sec-text h2 {
        font-size: 30px;
    }
}

/* Normal mobile layout */
@media only screen and (max-width:768px) {

    .sec-text h2,
    .wl-menu ul li a {
        font-size: 25px;
    }

    .sec-content,
    .sec-text {
        padding: 50px 0;
    }

    .sec-content .cn-title,
    .sec-content .cn-img {
        margin-bottom: 40px;
    }

    .scroll-up {
        display: none;
    }

    .wl-text img {
        max-width: 300px;
    }

    #nav-btn {
        top: 10px;
        left: 10px;
        font-size: 25px;
    }

    .scroll-up,
    .scroll-dn {
        bottom: 10px;
        left: 10px;
        font-size: 25px;
    }

    .wl-socil li {
        padding: 0 5px;
    }

    .wl-socil {
        bottom: 10px;
        right: 10px;
        font-size: 18px;
    }

    .sec-content h2 {
        font-size: 18px;
    }
    .card-list li {
    max-width: 120px;
    height: 50px;
    padding: 10px 10px;
}
.card-list li img {
    max-width: 80px;
}
    
}

.ticketbutton {
  background-color: #EA6B0A; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
}