body {
    margin: 0;
    padding: 1px;
    font-family: 'Exo 2';
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden;
    width: 100%;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #888;
    background-color: #fff;
    
}

ul li {
float: left;
}

ul li a {
display: block;
color: #888;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

ul li a:hover {
background-color: #fff;
color: #888;
cursor: pointer;
}

.head_section {
    height: 210px;
    width: 100%;
    margin-bottom: 20px;
}

.head_banner {
    text-align: center;
    background-color: #C00000;
    color: white;
    font-size: 18px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    flex: none;
    display:flex;
    flex-direction: row;
    position: relative;
    z-index: 10;
    align-items:center;
    padding:10px 10px 0px 10px;
    margin: 0 5px 0 5px;
}

h1 {
    color:#888;
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.header_nav {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.main_nav {
    display:flex;
    flex-direction: row;
    align-items:center;
    padding:0px;
    margin: 0 20px 0 0;
    /*width: 100%;*/
}

.alt_header_nav {
    display:none;
}

@media only screen and (max-width: 950px) {
    .header_nav {
        display:none;
    }
    .dropbtn {
        background-color: #4CAF50;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .alt_header_nav {
        display: block;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-left: auto;
    
    }

    .alt_main_nav {
        display: none;
        position: absolute;
        /*display: flex;*/
        flex-wrap: wrap;

        background-color: #f9f9f9;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

    .alt_main_nav a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-alt_main_nav a:hover {
        background-color: #f1f1f1;
    }

    .alt_header_nav:hover .alt_main_nav {
        display: block;
    }

    .alt_header_nav:hover .dropbtn {
        background-color: #3e8e41;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        }

        .sidenav a {
        padding: 30px 8px 0px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        }

        .sidenav a:hover {
        color: #f1f1f1;
        }

        .sidenav .closebtn {
        position: absolute;
        top: -10px;
        left: 0px;
        /*right: 25px;*/
        font-size: 50px;
        /*margin-left: 50px;*/
        }

        .alt_menu {
            font-size:40px;
            cursor:pointer;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



.logo {
    display: flex;
    align-items: center;
    height: 90px;
    width: 90px;
    padding: 10px 0px 10px 10px;
}

.nav_button {
    color: #888;
    background-color: #fff;
    flex: none;
    border: 0;
    
    position: relative;
    border-left: 1px solid #d8dadd;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
}

.nav_button_label {
    position:absolute;
    display: block;
    text-align: center;
    top:0;
    left: -1px;
    background-color: #C00000;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    border-radius: 0 0 10px;
}

.open_title {
    background-color: #C00000;
    font-size: 40px;
    font-weight: 600;
    color: white;
    height: 40px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    display: none;
    margin: 0px 0px 20px 0px;
}

.body_section {
    display: inline-block;
    position: relative;
    width: 100%;
    /*height: auto;*/
    height: calc(100vh - 220px);
    /*border: 2px solid gainsboro;*/
    border-radius: 5px;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
}

.main_cont {
    position: relative;
    text-align: center;
    color: white;
    /*height: 1000px;*/
}

.gallery_slides {
    width: 100%;
    /*height: 800px;*/
    height: calc(100vh - 220px);
}

.gallery_slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*position: relative;
    margin: auto;
    overflow-y: hidden;
    object-position: 0 0;
    object-fit: contain;*/
}

.txt_cont {
    position: absolute;
    /*bottom: 400px;*/
    bottom: 200px;
    font-size: 4vw;
    text-align: left;
    left: 25px;
    color:white;
    font-weight: 600;
    border: 2px solid #008CBA;
    background-color: #008CBA;
    border-radius: 10px;
    line-height: 4vw;
    padding-left: 10px;
    padding-right: 10px;
}

.sub_txt_cont {
    position: absolute;
    bottom: 150px;
    left: 25px;
    font-size: 3vw;
    line-height: 1vw;
    text-align: left;
    color:white;
    font-weight:bolder;
    border: 2px solid #008CBA;
    background-color: #008CBA;
    border-radius: 10px;
    line-height: 4vw;
    padding-left: 10px;
    padding-right: 10px;
}

.enter_button, .enter_button a {
    font-family: 'Exo 2';
    position: absolute;
    bottom: 50px;
    left: 25px;
    border-radius: 10px;
    line-height: 1vw;
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
}

.enter_button a:visited {
    text-decoration: none;
}

.enter_button:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
}

/* Hide the images by default */
.gallery_slides {
    display: none;
}

.comp_cont, .closed_cont{
    width: 90%;
    justify-content: center;
    /*height: 200px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.ListProduct, .ListClosedProduct {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));*/
    gap: 30px;
    width: 99%;
    justify-content: center;
}

@media only screen and (max-width: 850px) {
    .ListProduct, .ListClosedProduct {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 650px) {
    .ListProduct, .ListClosedProduct {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 450px) {
    .ListProduct, .ListClosedProduct {
        grid-template-columns: repeat(1, 1fr);
    }

    .comp_cont, .closed_cont {
        margin-left: auto;
    }



}




.ListProduct .item, .ListClosedProduct .closeditem {
    background-color: #EAEAEA;
    border-radius: 20px;
    position:relative;
    margin: 0px 0px 20px 0px;
    padding: 15px 0px 30px 0px;
}

.ListProduct .item img, .ListClosedProduct .closeditem img {
    width: 90%;
    padding: 20px 10px 10px 10px;
    border-radius: 10px 10px 0px 0px;
}

.duration {
    border: 2px solid #888;
    border-radius: 40px;
    background-color: #009900;
    color: white;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;     
}

.per_ticket {
    font-size: 14px;
}

progress {
    border-radius: 7px; 
    width: 80%;
    height: 22px;
    margin-top: 5px;
    margin-left: 0%;
    box-shadow: 1px 1px 4px rgba( 0, 0, 0, 0.2 );
    padding-top: 0px;

}
    
progress::-webkit-progress-bar {
    background-color: #d8dadd;
    border-radius: 7px;
}

progress::-webkit-progress-value {
    background-color: #C00000;
    border-radius: 7px;
    
}
progress::-moz-progress-bar {
    border-radius: 7px;
}

.status_label {
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    /*margin: 5px 200px 5px 0px;*/
    text-align: left;
    justify-content: left;
    color:#5F5F5F
}

.draw_Status .status_label {
    margin: 5px 50px 5px 50px;
}

.link, .link a {
    border: 2px solid #009900;
    background-color: #009900;
    border-radius: 10px;
    color: white;
    padding: 10px 0 10px 0;
    margin: 20px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

.foot_section {
    height: 100px;
    width: 95%;
    margin-bottom: 20px;
    display: grid;
    grid-template-areas: 
        "left_section mid_1_section mid_2_section right_section right_section" 
        "footer footer footer footer footer";
    grid-template-columns: 1fr 3fr 3fr 2fr 2fr;
    gap: 5px;
    background-color: white;
    color: black;
    font-size: 15px;
    padding: 25px 0px 0px 10px;
    /* grid-column-gap: 10px; - if you want gap between the columns */
}

.foot_section > div {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

.foot_section > div.left_section,
.foot_section > div.mid_1_section,
.foot_section > div.mid_2_section,
.foot_section > div.right_section {
    padding: 10px;   
}

.foot_section > div.left_section {
    grid-area: left_section;
    text-align: center;
    width: 90%;
    padding: 10px;
    height: 100px;
}

.foot_section > div.mid_1_section {
    grid-area: mid_1_section;
    display: grid;
    line-height: 24px;
    font-size: 24px;
    text-align: left;
    width: 90%;
    padding: 10px;
    height: 100px;
}

.foot_section > div.mid_2_section {
    grid-area: mid_2_section;
    display: grid;
    line-height: 24px;
    font-size: 24px;
    text-align: left;
    width: 90%;
    padding: 10px;
    height: 100px;
}

.foot_section > div.right_section {
    grid-area: right_section;
    text-align: right;
    width: 95%;
    padding: 10px;
    height: 100px;
    color: #888;
    font-size: 18px;
}

.foot_section > div.footer {
    grid-area: footer;
    text-align: center;
    background-color: white;
}

.right_section a:visited, .right_section a:link,
.mid_1_section a:visited, .mid_1_section a:link,
.mid_2_section a:visited, .mid_2_section a:link {
    color: #888;
    font-size: 18px;
    text-decoration: none;
}

@media only screen and (max-width: 800px) {
    .foot_section {
        grid-template-areas: 
        "left_section left_section"
        "mid_1_section mid_1_section"
        "mid_2_section mid_2_section"
        "right_section right_section" 
        "footer footer";
        grid-template-columns: 1fr 1fr;
    }

    .foot_section > div.mid_1_section{
        grid-area: mid_1_section;
        text-align: center;
        width: 95%;
        line-height: 2;
        padding: 0px 10px 0px 10px;
        height: auto;
    }

    .foot_section > div.mid_2_section{
        grid-area: mid_2_section;
        text-align: center;
        width: 95%;
        line-height: 2;
        padding: 0px 10px 0px 10px;
        height: auto;
    }

    .foot_section > div.left_section {
        grid-area: left_section;
        text-align: center;
        width: 95%;
        padding: 10px;
        height: auto;
    }

    .foot_section > div.right_section {
        grid-area: right_section;
        text-align: right;
        width: 95%;
        padding: 10px;
        height: auto;
        color: #888;
        font-size: 3vw;
    }

    .txt_cont {
        display: none;
        bottom: 170px;
        font-size: 1.5em;
        line-height: 4vh;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .sub_txt_cont {
        display: none;
        bottom: 135px;
        font-size: 1.5em;
        line-height: 4vh;
        border-top-left-radius: 0px;
    }

    .enter_button, .enter_button a {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%); 
        /*bottom: 480px;*/
        font-size: 1.5em;
        height: 50px;
    }

    h1 {
        font-size: 14px;
        height: 20px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .head_section{
        height: 180px;
    }

    .header {
        padding-top: 0px;

    }
    

}

@media only screen and (max-width: 430px) {
    .logo img{
        width: 105px;
        height: 50px;
        padding: 0px 0px 0px 0px;
    }

    .alt_menu {
        font-size: 30px;
    }
    .nav_button {
        width: 60px;
    }

    .body_section .product_image {
        width: 75%;
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
    }  

}

@media only screen and (max-width: 860px ) and (max-height: 400px ) {

    .body_section .gallery_slides {
        height: auto;
    }

    .txt_cont {
        bottom: 170px;
        font-size: 2em;
        line-height: 9vh;
        padding-bottom: 5px;
        border-bottom-right-radius: 5px;

    }

    .sub_txt_cont {
        bottom: 110px;
        font-size: 1.5em;
        line-height: 7vh;
        font-weight: 100;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 5px;
    }
}

.footer_note {
    font-size: 14px;
}

    .howto {
        margin-top: 25px;
        height: auto;
        display: grid;
        grid-template-areas:
            "step1 step2 step3 step4";
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    h2 {
        color:  white;
        background-color: #C00000;
        font-size: 20px !important;
        font-weight: 100 !important;
        line-height: 1.6;
        text-align: justify;
        margin-top: 20px !important;
        padding: 10px 20px 10px 20px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .howto > div.steps {
        padding: 20px 0px 0px 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .howto > div.step1,
    .howto > div.step2,
    .howto > div.step3,
    .howto > div.step4 {
        text-align: center;
        width: 90%;
        /*padding: 10px;*/
        height: 330px;
        display: grid;
        border: 1px solid #009900;
        border-radius: 5px;
        background-color: #009900;
        color: white;
    }

    .howto > div.step1 {
        grid-area: step1;
    }

    .howto > div.step2 {
        grid-area: step2;
    }

    .howto > div.step3 {
        grid-area: step3;
    }

    .howto > div.step4 {
        grid-area: step4;
    }

    .step-ttl {
        font-size: 24px;
        height: 40px;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .icon-set {
        font-size: 90px;
        height: 150px;
    } 

    .step_det {
        font-size: 12px;
        text-align: center;
        padding: 20px 10px 20px 10px;
        border-top: 1px solid white;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: 100px;
    }

    @media only screen and (max-width: 450px) {
        .howto {
            grid-template-areas: 
            "step1"
            "step2"
            "step3"
            "step3" 
            "step4";
            grid-template-columns: 1fr;
        }

        .howtobanner {
            font-size: 14px;
        }

        .howto > div.step1,
        .howto > div.step2,
        .howto > div.step3,
        .howto > div.step4 {
            margin-left: auto;
            margin-right: auto;
            width: 70%;
            margin-bottom: 20px;
        }

        .step-ttl {
            font-size: 28px;
        }

        .step_det {
            font-size: 14px;
        }
    }