@import "/css/gallery.css";
@import "/css/about.css";
@import "/css/contact.css";
@import "/css/detail.css";
@import "/css/tour.css";




/**********************/
/*     Font Style     */
/**********************/

@font-face {
    font-family: 'Earth Orbiter Bold';
    src: url('/font/earthorbiterbold.ttf');
}

@font-face {
    font-family: 'Astro Space';
    src: url('/font/ASTROSPACE.TTF');
}

/**********************/
/*      Generally     */
/**********************/
.text-justify {
    text-align: justify;
}

.align-center {
    text-align: center;
}

.btn:hover {
    color: #EA5B0C;
}

.visit .btn a,
.about .btn a {
    text-decoration: none;
}

.visit .btn a:hover,
.about .btn a:hover {
    color: #EA5B0C;
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
    background-color: #161223;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 3rem;
}

.navbar .logo-image img {
    width: 105%;
}

.navbar .logo-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1rem;
    text-decoration: none;
}

.offcanvas-collapse {
    position: fixed;
    top: 4.25rem;
    /* adjusts the height between the top of the page and the offcanvas menu */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #161223;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #eeeeee;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: Earth Orbiter Bold;
    font-size: 15px;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #03FCFF;
}

.navbar .fa-stack {
    width: 2em;
    margin-right: 0.25rem;
    font-size: 0.75rem;
}

.navbar .fa-stack-2x {
    color: #FFFFFF;
    transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
    color: #0DF1F9;
}

.navbar .fa-stack:hover .fa-stack-1x {
    color: #0DF1F9;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/

#background {
    background: url(/images/banner.jpg);
    background-position: center;
    background-size: cover;
    height: 40vh;
    width: 100%;
}

.header .header-content {
    padding-top: 11rem;
    padding-bottom: 9rem;
    background: linear-gradient(rgba(21, 35, 63, 0.5), rgba(21, 35, 63, 0.5));
    background-size: cover;
    text-align: center;
}

.header .h1-large {
    margin-bottom: 2.25rem;
    color: #ffffff;
    font-size: 3rem;
    line-height: 3.75rem;
}

/******************/
/*   Who Are You  */
/******************/

.about {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #161223;
}

.about .title h1 {
    color: #0DF1F9;
    text-align: end;
    font-family: Astro Space;
    font-size: 70px;
    margin-bottom: 0;
}

.about .title h2 {
    color: #0DF1F9;
    text-align: end;
    font-family: Astro Space;
    font-size: 40px;
    margin-bottom: 0;
}

.about p {
    color: white;
    margin-bottom: unset;
    font-family: Astro Space;
    text-align: justify;
}

.line-center {
    display: flex;
    justify-content: center;
    padding: 0;
}

.v-line {
    border-left: 2px solid white;
    height: 200px;
}

.about button {
    background: rgb(255, 250, 164);
    background: linear-gradient(180deg, rgba(255, 250, 164, 1) 0%, rgba(255, 255, 0, 1) 100%);
    float: right;
    color: #161223;
    font-family: Earth Orbiter Bold;
    font-size: 20px;
}

/******************/
/*     Gallery    */
/******************/

.gallery {
    background-image: url("/images/gallery.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 6.5rem 0px;
}

.gallery .col-sm-4 {
    margin-top: 20px;
}

.gallery .title h1 {
    font-family: Astro Space;
    font-size: 60px;
    margin-bottom: 0;
}

.gallery .title h2 {
    font-family: Astro Space;
    font-size: 45px;
    margin-bottom: 0;
}

/******************/
/*      Visit     */
/******************/

.visit {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #161223;
}

.visit .title {
    color: #0DF1F9;
    font-family: Astro Space;
    font-size: 45px;
    margin-bottom: 0;
}

.visit button {
    background: rgb(255, 250, 164);
    background: linear-gradient(180deg, rgba(255, 250, 164, 1) 0%, rgba(255, 255, 0, 1) 100%);
    color: #161223;
    font-family: Earth Orbiter Bold;
    font-size: 20px;
    margin-top: 20px;
}

/******************/
/*     sponsor    */
/******************/

.sponsor {
    background-image: url("/images/sponsor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 7rem 0px;
}

.sponsor .title {
    color: white;
    font-family: Astro Space;
    font-size: 50px;
    margin-bottom: 0;
}

.sponsor .col-12 {
    margin-top: 20px;
}



/******************/
/*     Footer     */
/******************/
.footer {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    background-color: #161223;
    text-align: center;
}

.footer a {
    text-decoration: none;
}

.footer .footer-col {
    margin-bottom: 3rem;
}

.footer h6 {
    margin-bottom: 0.625rem;
    color: #9ba3b1;
}

.footer p,
.footer ul {
    color: #9ba3b1;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #0DF1F9;
}

.footer .yellow {
    color: #FFFF00;
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

#myBtn:hover {
    background-color: white;
}

#myBtn img {
    margin-bottom: 0.25rem;
    margin-left: 0.125rem;
    width: 18px;
}


/*************************/
/*     Media Queries     */
/*************************/
@media (max-width: 425px) {

    #background {
        margin-top: 70px;
    }

    .visit .title {
        color: #0DF1F9;
        font-family: Astro Space;
        font-size: 30px;
        margin-bottom: 0;
    }

    .sponsor .title {
        color: white;
        font-family: Astro Space;
        font-size: 30px;
        margin-bottom: 0;
    }

    .gallery {
        padding: 3.5rem 0px;
    }

    .gallery .title h1 {
        font-family: Astro Space;
        font-size: 30px;
        margin-bottom: 0;
    }

    .gallery .title h2 {
        font-family: Astro Space;
        font-size: 25px;
        margin-bottom: 0;
    }

    .sponsors-logo {
        width: 150px;
    }
}



@media (max-width: 767px) {

    .social-icons {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }


}

@media (max-width: 992px) {
    .about {
        text-align: center;
    }

    .about .title {
        display: none;
    }

    .about .title-small {
        color: #0DF1F9;
        text-align: center;
        font-family: Astro Space;
        font-size: 80px;
        margin-bottom: 0;
    }

    .about .line-center {
        transform: rotate(90deg);
    }

    .about .v-line {
        height: 60px;
    }

    .about button {
        margin-top: 20px;
        float: unset;
    }

    .footer p {
        font-size: 12px;
    }

}



@media (max-width: 1199px) {

    .navbar .nav-item .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

}


@media (min-width: 480px) {
    #background {
        height: 80vh;
    }
}

@media (min-height: 720px) {
    #background {
        height: 60vh;
    }

}


@media (min-width: 768px) {

    .header .header-content {
        padding-top: 15rem;
        padding-bottom: 13rem;
    }

    .navbar .social-icons {
        margin-left: 2rem;
    }

    #background {
        height: 90vh;
    }

}

@media (min-width: 992px) {

    .h2-heading {
        width: 35.25rem;
        margin-right: auto;
        margin-left: auto;
    }

    .p-heading {
        width: 46rem;
        margin-right: auto;
        margin-left: auto;
    }

    #background {
        height: 120vh;
    }


    .navbar {
        padding-top: 1.75rem;
        background-color: transparent;
        box-shadow: none;
        transition: all 0.2s;
    }

    .navbar.top-nav-collapse {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: #000035;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
    }

    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }

    .offcanvas-collapse.open {
        -webkit-transform: none;
        transform: none;
    }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar .nav-item .nav-link {
        padding-right: 2.25rem;
        padding-left: 2.25rem;
    }

    .navbar .dropdown-menu {
        padding-top: 0.75rem;
        padding-bottom: 0.875rem;
        box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
    }

    .navbar .dropdown-divider {
        width: 90%;
    }

    .navbar .social-icons {
        margin-left: 0.5rem;
    }

    .navbar .fa-stack {
        margin-right: 0;
        margin-left: 0.25rem;
    }


    .header .header-content {
        padding-top: 18rem;
        padding-bottom: 16rem;
    }

    .header .h1-large {
        margin-bottom: 2.75rem;
        font-size: 5rem;
        line-height: 5.75rem;
    }

    .about .title-small {
        display: none;
    }

    .footer .footer-col {
        margin-bottom: 2rem;
    }

    .footer .footer-col.first {
        display: inline-block;
        width: 320px;
        margin-right: 1.75rem;
        vertical-align: top;
    }

    .footer .footer-col.second {
        display: inline-block;
        width: 320px;
        margin-right: 1.75rem;
        vertical-align: top;
    }

    .footer .footer-col.third {
        display: inline-block;
        width: 224px;
        text-align: right;
        vertical-align: top;
    }

    .footer .footer-col.third .fa-stack {
        margin-right: 0;
        margin-left: 0.375rem;
    }

}


@media (min-width: 1200px) {

    .container {
        max-width: 1140px;
    }

    .header .header-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .btn-solid-lg {
        padding: 1.875rem 3rem;
        font-size: 1rem;
    }

    .footer .footer-col.first {
        width: 352px;
        margin-right: 6rem;
    }

    .footer .footer-col.second {
        margin-right: 6.5rem;
    }

    .footer .footer-col.third {
        text-align: right;
    }

}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0);
    transition: 1s 0.4s;
}

#progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%;
}

#progstat {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
}