.nav-link,
.nav-link:focus,
.nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus,
.navbar-expand-lg .navbar-nav li a:hover,
.navbar-toggler,
.text-banner-position,
.title-ticket-main,
.top-nav-collapse .navbar-nav .nav-link:hover,
a:hover,
body {
    color: #fff;
}
.navbar-toggler,
.title {
    position: absolute;
    z-index: 1000;
}
.imgticket,
.item-ticket-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
body {
    font-family: Milliard, Milliard;
    background: #000;
}
ol li,
ul li {
    list-style: none;
}

.navbar-line-botom {
    height: 3px;
    margin-top: 10px;
    background: #000;
}
.navbar-toggler {
    display: block;
    padding: 0;
    right: 15px;
    top: 14px;
}
.desc,
.title {
    padding-top: 160px;
    padding-left: 20px;
}
.nav-item {
    font-size: 12px;
    margin: 0;
}
.navbar-toggler > .close {
    display: inline;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}
.navbar-toggler-icon:focus,
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
    color: #000;
}
.imgticket {
    object-fit: cover;
    height: auto;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.box-news {
    background-color: var(--bg-white);
    height: 100%;
    border-radius: 8px;
}

.box-news:hover .hle-title {
    color: red;
    transition: 0.9s;
}

.box-img {
    height: 420px;
}

.img-hover-zoom:hover .img-facility::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 0, 0, 0),
            rgba(0, 0, 0, 0.9)
    );
    transition: 0.9s;
    opacity: 1;
}

.img-facility {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.img-facility::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 0, 0, 0),
            rgba(0, 0, 0, 0.7)
    );
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
}

.box-img:hover .hle-title {
    color: red;
    transition: 0.9s;
}

.img-hover-zoom img {
    height: 200px;
}
.img-hover-zoom,
.img-hover-zoom-off {
    height: 200px;
    overflow: hidden;
}
.img-hover-zoom img {
    transition: transform 0.7s;
}
.img-hover-zoom:hover img {
    transform: scale(1.2);
}
.title {
    font-weight: 700;
    color: #ffd406;
    font-size: 14px;
}
.desc,
.img-bg {
    position: absolute;
    z-index: 20;
}
.desc {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
}
.img-hover-zoom:hover .title {
    opacity: 1;
    transition: 0.2s;
    padding-top: 100px;
    font-size: 18px;
}
.img-hover-zoom:hover .desc {
    opacity: 1;
    transition: 0.5s;
    padding-top: 130px;
    padding-left: 20px;
}
ul {
    list-style-type: square;
    line-height: 18px;
}
.img-bg {
    width: 97%;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 0, 0, 0),
            rgba(0, 0, 0, 0.7)
    );
    height: 200px;
    opacity: 0.4;
}
.img-hover-zoom:hover .img-bg {
    opacity: 1;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 0, 0, 0),
            rgba(0, 0, 0, 0.9)
    );
    transition: 0.9s;
}
.icon-gallery {
    margin-top: -10px;
    margin-left: 10px;
    opacity: 0;
    color: #ffd406;
}
.img-hover-zoom:hover .icon-gallery {
    opacity: 1;
    transition: 0.7s;
}
.btn-banner,
.btn-banner:hover {
    background: #ffd406;
}

.item-ticket {
    color: #000;
    background-color: #292929;
    border-radius: 8px;
}
.item-ticket-img {
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-ticket-content {
    padding: 15px;
    color: #000;
}
.item-ticket-content-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
}
.item-ticket-content-desc {
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.item-ticket-content-price {
    color: #ffd406;
}
.item-ticket-btn {
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    background-color: #ffd406;
    border-radius: 6px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}
.item-ticket-btn a {
    color: #0169ec;
}
.item-lainnya {
    background: padding-box text #ffd406;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}
.carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
}
.imgHlight {
    float: left;
    width: 100%;
    height: auto;
}
.hle-title {
    padding: 20px 15px 15px;
    font-size: 18px;
}
.img-bumn {
    height: 18px;
    padding-right: 10px;
}
.img-injourney {
    height: 40px;
    margin-top: 10px;
    padding-right: 10px;
}
.btn-youtube {
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 80%;
    border-radius: 8px;
}
@media (max-width: 700px) {
    .title-ticket-main {
        font-size: 18px;
    }
    .navbar-collapse {
        margin-top: 0;
        padding-top: 50px;
        background: rgba(0, 0, 0, 0.5) !important;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInRight;
        backdrop-filter: blur(20px);
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff !important;
    }
    .box-menu {
        margin: 0;
        padding: 0;
    }
    .dropdown-menu {
        display: none;
    }
}