@import url('//fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Karma:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: Alice;
    src: url('https://glowindonesia.com/fonts/Alice-Regular.ttf');
}

.glow-banner {
    background-image: url('https://glowindonesia.com/assets/images/banner-2.jpg');
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

ul.regis-ul::marker,
ul.regis-ul li {
    font-size: 14px;
    color: white;
    font-family: 'Karma';
}

ol li::marker,
ol li {
    color: white;
    font-family: 'Karma';
    font-size: 20px;
}

.bg-hero {
    background-image: url('https://glowindonesia.com/assets/images/banner.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100%;
}

.hero-logo {
    position: absolute;
    top: 30%;
    right: 15%;
}

.hero-text {
    font-family: Alice;
    font-size: 2em;
    font-weight: bold;
    color: #0e3742;
    letter-spacing: 0.1em;
    animation: animate 4s linear alternate infinite;
    /* text-shadow: 0 0 10px #00b3ff, 
    0 0 20px #00b3ff,
    0 0 40px #00b3ff,
    0 0 80px #00b3ff,
    0 0 120px #00b3ff; */
}

.karma-heading {
    font-family: 'Karma';
    font-weight: 700;
}

.karma-text {
    font-family: 'Karma';
    font-weight: 400;
    font-size: 18px;
}

.experience.carousel-control-prev-icon {
    background-image: url('https://glowindonesia.com/assets/images/arrow-left.png');
    width: 100px;
    height: 100px;
}

.experience.carousel-control-next-icon {
    background-image: url('https://glowindonesia.com/assets/images/arrow-right.png');
    width: 100px;
    height: 100px;
}

/* .carousel-control-prev-icon:hover {
    background-image: url('https://glowindonesia.com/assets/images/arrow-left-hover.png');
}

.carousel-control-next-icon:hover {
    background-image: url('https://glowindonesia.com/assets/images/arrow-right-hover.png');
} */

.experience.carousel-control-next {
    position: relative;
}

.experience.carousel-control-prev {
    position: relative;
}

.instaglow img {
    transition: 0.5s !important;
    cursor: pointer;
}

.instaglow img:hover {
    transform: scale(1.10) !important;
}

@keyframes animate {
    0% {
        color: #0e3742;
        text-shadow: none
    }
    100% {
        color: #fff;
        text-shadow: 0 0 10px #03bcf4, 
        0 0 20px #03bcf4,
        0 0 40px #03bcf4,
        0 0 80px #03bcf4,
        0 0 160px #03bcf4;
    }
}

.btn-ticket {
    position: absolute;
    top: 70%;
    right: 20%;
}

.button {
    border: none;
    color: white;
    background-color: #ec167f;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/* .bg-countdown {
    background-color: rgba(0, 0, 0, 0.5);
}
.countdown-number {
    font-family: 'Red Hat Display';
    font-weight: bold;
    color: white;
    font-size: 26px;
}

.countdown-text {
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 12px;
} */

@media screen and (max-width: 500px) {
    .hero-logo {
        right: 1%;
        width: 50%;
    }

    .hero-text {
        font-size: 2em;
    }

    .hero-glow {
        width: 75%;
    }

    .schedule-bg {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px 0;
        width: 100%;
    }

    .experience.carousel-control-prev-icon {
        width: 50px;
        height: 50px;
    }
    
    .experience.carousel-control-next-icon {
        width: 50px;
        height: 50px;
    }
}