@font-face {
    font-family: "Futura";
    src: url('../fonts/FUTURAM.TTF');
    src: url('../fonts/FUTURAM.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: "Futura";
    src: url('../fonts/FUTURAMI.TTF');
    src: url('../fonts/FUTURAMI.TTF') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
@font-face {
    font-family: "Futura";
    src: url('../fonts/FUTURAB.TTF');
    src: url('../fonts/FUTURAB.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
@font-face {
    font-family: "Futura";
    src: url('../fonts/Font Futura Md BT Bold Italic.TTF');
    src: url('../fonts/Font Futura Md BT Bold Italic.TTF') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
body {
    margin: 0;
    padding: 0;
    min-height: 100vh; /* 100% viewport height */
    /* background-image:url('../images/LANDING PAGE-02.jpg'); */
    font-family: Arial, sans-serif;
    color: #141414;
    display: flex;
    flex-direction: column;
    font-family: Futura;
}
.__navbar{
    background-color: #016aac;
}
.__content_body{
    padding-top: 90px;
    flex: 1;
    overflow:clip;
}
._overflowx{
    overflow: hidden;
}
.__footer{
    position:relative;
    text-align: right;
    font-weight: 500;
}
.__footer a{
    text-decoration:none;
    color:black;
}
.__footer p{
    color: #dedede;
}
.__img_hover{
    border-radius:10px;
    cursor:pointer;
    width: 75%;
    padding:0;
    margin: auto;
    display: flex;
    justify-content: center;

}
.__countdown{
    position: sticky;
    bottom: 57px;
}
.__countdown .__content_countdown{
    position: absolute;
    top: -55px;
    width: 100%;
}
.__btn-red{
    background-color: #a02623;
    color:#ffffff;
}
.__btn-red:focus{
    background-color: #a02623;
    color:#ffffff;
}
.__btn-red:hover{
    background-color: #a02623;
    color:#ffffff;
}
.__countdown .__content_countdown .__body_countdown{
    min-height: 100px;
    /*background-color: #016aac;*/
    background-color: #ffffff;
    color:#a02623;
    border-radius: 12px;
    box-shadow: 2px 4px 5px #00000061;
}
#countdown p{
    color: #616161;
}
.question .icon_down{
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
}
.question .icon_down.__rotate{
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
}
.__about{
    padding-top: 10px;
    background-image: url('../images/1080-x-1554-back--.jpg');
    background-size:cover;
    background-repeat: no-repeat;
}
.__tiket{
    padding-top: 70px;
}
.nav-link{
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 8px;
    font-weight: 500;
}
.nav-link:hover{
    background-color: #e0e0e0;
    color:#016aac !important;
    transition: all 0.4s ease-in;
    box-shadow: 1px 2px 2px #00000061;
}
.nav-link.active{
    background-color: #e0e0e0;
    color:#016aac !important;
    transition: all 0.4s ease-in;
    box-shadow: 1px 2px 2px #00000061;
}
/*.__banner img{*/
/*    border-bottom-left-radius: 15px;*/
/*    border-bottom-right-radius: 15px;*/
/*}*/
.__garis_bawah{
    border-bottom: 5px solid #a02623;
}
.dropdown-menu {
    position: absolute;
    background-color: #e0e0e0;
}
.dropdown-item{
    font-weight: 500;
}
.dropdown-item.active {
    background-color: #016aac;
    color: #e0e0e0;
}
.dropdown-item:hover {
    background-color: #016aac;
    color: #e0e0e0;
}
.__garis_bawah_white{
    border-bottom: 5px solid #ffffff;
}
.__information{
    position: relative;
    background-color:#5a1820;
    color: #e8e8e8;
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.__circle {
    list-style-type: circle;
}

ul.__u-alpha {
    list-style-type: upper-alpha;
}

ol.__u-roman {
    list-style-type: upper-roman;
}

ol.__l-alpha {
    list-style-type: lower-alpha;
}
ol.__decimal {
    list-style-type: decimal;
}
ul ul.__circle {
    list-style-type: circle;
}

ul ul.__u-alpha {
    list-style-type: upper-alpha;
}

ul ol.__u-roman {
    list-style-type: upper-roman;
}

ul ol.__l-alpha {
    list-style-type: lower-alpha;
}
ul ol.__decimal {
    list-style-type: decimal;
}

ol ul.__circle {
    list-style-type: circle;
}

ol ul.__u-alpha {
    list-style-type: upper-alpha;
}

ol ol.__u-roman {
    list-style-type: upper-roman;
}

ol ol.__l-alpha {
    list-style-type: lower-alpha;
}
ol ol.__decimal {
    list-style-type: decimal;
}
.__information img{
    transition: all 0.2s ease-in;
}
.__information img:hover{
    scale: 1.1;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.__about_event{ 
    height: 100%;
    background-position: center;
    background-image: url('../images/1080-x-1554-back-.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.__contact{
    border-radius:15px;
    box-shadow: 2px 4px 5px #00000061;
    background-color: #ffffffad;
}
.contact_bg{
    background-image: url('../images/1080-x-1554-back--.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
}
._judul{
    font-weight:bold;
}
#_contact a{
    color:#000000;
}
.faq-item {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color:#a02623;
    color:#ffffff;
}
.faq-item:hover{
    background-color:#a70309;
}
.faq-item.active{
    background-color:#a70309;
}
.question {
    padding-right: 15px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.mobile-logo{
    display:block;
}
.answer {
    display: none;
    margin-top: 10px;
    padding-left: 15px;
}
.mobile-logo{
    display:block;
    transition: 4ms all ease-in-out;
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .__about{
        padding-top: 110px;
    }
    .__tiket{
        padding-top: 230px;
    }
    .__footer p{
        font-size:10px;
    }
    #_contact h4{
        font-size:12px;
    }
    .__img_hover{
        width:100%;
        padding-top:0px;
        display: flex;
    }
}
@media (min-width: 575.99px) {
    .__about{
        padding-top: 150px;
    }
    .__tiket{
        padding-top: 230px;
    }
}
@media (min-width: 767.99px) {
    .__show_desktop{
        display: block;
    }
    .__show_mobile{
        display: none;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .__show_desktop{
        display: none;
    }
    .__show_mobile{
        display: block;
    }
}
.navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
 /* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .__navbar{
        padding-right: 0px;
    }
    
    .mobile-logo.hide{
        display:none;
        transition: 4ms all ease-in-out;
    }
}
@media (min-width: 991.99px) {
    .__navbar{
        padding-right: 66px;
    }
    .__about{
        padding-top: 10px;
    }
    .__tiket{
        padding-top: 90px;
    }
    .mobile-logo.hide{
        display:block;
        transition: 4ms all ease-in-out;
    }
}
 /* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
@media (min-width: 1199.99px) {
    
}