﻿html, body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Bebas Neue', sans-serif;*/
}

body {
    background: #333333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.container-80 {
    width: 85%;
    margin: 0 auto;
}
header.header {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding:15px 0;
}
.header .header_box {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}
    .header .header_box .header_logo img {
        max-width: 150px;
    }
.header_box .header_navbar {
    display: flex;
    align-items: center;
}
.header_box .header_navbar .nav_link {
    margin-right: 20px;
    color: #fff;
    font-size: 17px;
}
    .header_box .header_navbar .header_reg {
        font-family: 'Bebas Neue', sans-serif;
        color: #fff;
        background: #FF783D;
        font-size: 22px;
        margin: 0 auto;
        letter-spacing: 2px;
        padding: 8px 20px;
        padding-bottom: 4px;
        border-radius: 40px;
    }

.banner_section {
    position: relative;
    height: 100%;
    min-height: 620px;
    padding: 180px 0px 190px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.video-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
    .video-container .overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        color: rgb(255, 255, 255);
        width: 100%;
        height: 100%;
        background-color: rgb(51 51 51 / 61%);
    }
    .video-container img.overlay_banner {
        position: absolute;
        left: 0px;
        right:0;
        margin:0 auto;
        bottom: 0px;
        width: 100%;
        height: 100%;
    }


.video-container .react-player video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner_content {
    position: relative;
    text-align: unset;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}





    .banner_section .banner_content {
        text-align: center;
        color: #fff;
    }
        .banner_section .banner_content h2 {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            font-size: 60px;
            font-weight: 800;
            letter-spacing: 2px;
            text-shadow: 1px 4px 20px #000;
        }
        .banner_section .banner_content h1 {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            font-size: 80px;
            font-weight: 800;
            letter-spacing: 2px;
            text-shadow: 1px 4px 20px #000;
            margin-bottom: 50px;
            margin-top: 30px;
        }
.banner_content .bbm_date {
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: center;
    margin-bottom: 30px;
}
    .banner_content .bbm_date .date_class {
        display:flex;
        align-items:center;
        gap:5px;
    }
        .banner_content .bbm_date .date_class img {
            max-width: 50px;
            margin-top: 2px;
        }
    .banner_content .bbm_date .date_class h4 {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 2px;
        margin: 0;
    }
.call-to-action .reg_btn {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    background: #FF783D;
    font-size: 35px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 2px;
    padding: 8px 40px;
    padding-bottom: 3px;
    border-radius: 40px;
}
.store_section .desktop_image {
    max-width:100%;
}
.store_section .mobile_image {
    max-width: 100%;
    display:none;
}
.speaker_section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 150px;
    background-image: url(../image/inf_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    .speaker_section .speaker_box {
        display: flex;
        align-items: end;
    }
.speaker_section .speaker_content h3 {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    font-size: 65px;
    letter-spacing: 2px;
    margin: 0;
}
    .speaker_section .speaker_content h2 {
        font-family: 'Bebas Neue', sans-serif;
        color: #FF783D;
        font-size: 80px;
        letter-spacing: 6px;
        margin: 0;
        -webkit-text-stroke: 4px #FF783D;
    }
    .speaker_section .speaker_content p {
        color: #fff;
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
    }
    .speaker_section .speaker_content2 {
        text-align:center;
    }
        .speaker_section .speaker_content2 .inf_founder_main {
            max-width:400px;
            float:right;
        }
        .speaker_section .speaker_content2 .inf_founder_main img {
            max-width: 100%;
        }
.inf_founder {
    background: #333;
    padding: 15px 10px;
    border-radius: 12px;
    border: 2px solid #fff;
}
    .inf_founder h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color:#fff;
    }
.speaker_section .speaker_content2 .inf_founder_main .inf_founder h4 img {
    max-width: 40px;
}

    .mark_section {
        color: #FF783D;
        background: #000;
        padding: 10px 0px;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
        position: absolute;
        top: -110px;
        z-index: 9;
        transform: rotate(358deg);
    }
.mark_text {
    display:flex;
    align-items:center;
    gap:200px;
}
.mark_section h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
    margin: 0;
    letter-spacing: 2px;
    color: #FF783D;
}
.mark_card {
    white-space: nowrap;
    animation: mark_animation 20s linear infinite;
}
@keyframes mark_animation {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(-50%);
    }
}
.singer_section {
    /*background-image: url('../image/singer_banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    padding-top: 250px;
    padding-bottom: 150px;
    position: relative;
}
    .singer_section .singer_content {
        position:relative;
    }
    .singer_section .singer_content img {
        max-width: 70px;
    }
    .singer_section .singer_content h3 {
        font-family: 'Bebas Neue', sans-serif;
        color: #fff;
        font-size: 65px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }

    .singer_section .singer_content h2 {
        font-family: 'Bebas Neue', sans-serif;
        color: #FF783D;
        font-size: 80px;
        letter-spacing: 6px;
        margin-top: 0;
        -webkit-text-stroke: 4px #FF783D;
    }

    .singer_section .singer_content p {
        color: #fff;
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
    }

    .singer_section .video-container .overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        color: rgb(255, 255, 255);
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 80%);
    }



    .singer_slider {
        margin-top: 50px;
        position: relative;
    }
        .singer_slider img.player {
            max-width: 200px;
            position: absolute;
            right: -100px;
            bottom: -100px;
            z-index: 9;
            animation: rotate360 4s linear infinite;
        }
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.singer_card img {
    max-width: 100%;
    border-radius: 16px;
    border: 4px solid #FF783D;
}
.singer_slider .owl-carousel .owl-nav.disabled {
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    position: absolute;
    right: 0;
    top: -190px;
}
.singer_slider .owl-carousel .owl-nav.disabled img {
    max-width:50px;
}


.ticket_section {
    padding:100px 0;
}

.ticket_section .ticket_heading h3 {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    font-size: 65px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align:center;
}

.ticket_section .ticket_heading h2 {
    font-family: 'Bebas Neue', sans-serif;
    color: #FF783D;
    font-size: 80px;
    letter-spacing: 6px;
    margin-top: 0;
    -webkit-text-stroke: 4px #FF783D;
    text-align: center;
}
    .ticket_section .ticket_heading p {
        color: #fff;
        text-align:center;
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
    }
.book_ticket_card {
    margin-top:60px;
}
.ticket_section .ticket_card img {
    max-width: 100%;
    cursor:pointer;
}
.book_ticket_card .owl-carousel .owl-nav.disabled {
    display: none;
    align-items: center;
    gap: 15px;
    width: fit-content;
    position: relative;
    right: inherit;
    top: inherit;
    margin: 0 auto;
    margin-top: 50px;
}

    .book_ticket_card .owl-carousel .owl-nav.disabled img {
        max-width: 50px;
    }

.bizkarnival_section {
    position:relative;
}

    .bizkarnival_section .video-container2 {
        width: 100%;
        height: 100%;
    }

        .bizkarnival_section .video-container2 .react-player2 video {
            object-fit: cover;
            width: 100%;
            height: 100%;
            background:#333;
        }

.bizkarnival_section.mobile_image {
    display: none;
}
.intro_section {
    padding-bottom:130px;
    padding-top:220px;
}
    .intro_section .intro_video {
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
    }
.intro_sub_video iframe {
    border-radius:100px;
}
.intro_section .intro_video .video_gif {
    max-width: 100%;
    border-radius: 100px;
    box-shadow: 0px 4px 16px rgb(255 255 255 / 25%);
}
        .intro_section .intro_video .play_btn {
            max-width: 150px;
            position: absolute;
            right: 80px;
            top: -80px;
            display:none;
        }
        .intro_section .intro_video h2 {
            font-family: 'Bebas Neue', sans-serif;
            color: #fff;
            font-size: 100px;
            letter-spacing: 6px;
            margin-top: 0;
            width: fit-content;
            position: absolute;
            top: -85px;
            line-height: 90px;
            left: 70px;
        }
        .intro_section .intro_video h2 span {
            display:block;
        }
            .intro_section .intro_video h2 span.step_orange {
                color: #FF783D;
            }
            .intro_section .intro_video h2 span.intro_space {
                text-align: right;
            }
.location_section {
    background-image: url('../image/location.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:120px;
    position: relative;
    text-align:center;
}

    .location_section .location_card h3 {
        font-family: 'Bebas Neue', sans-serif;
        color: #fff;
        font-size: 65px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }

    .location_section .location_card h2 {
        font-family: 'Bebas Neue', sans-serif;
        color: #FF783D;
        font-size: 80px;
        letter-spacing: 6px;
        margin-top: 0;
        -webkit-text-stroke: 4px #FF783D;
    }
    .location_section .location_card h4 {
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 35px;
        margin-bottom: 0;
        margin-top: 50px;
    }

    .location_section .location_card p {
        color: #fff;
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
        margin-top:10px;
    }
.location_btn .reg_btn {
    font-family: 'Bebas Neue', sans-serif;
    color: #fff;
    background: #FF783D;
    font-size: 30px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top:40px;
    letter-spacing: 2px;
    padding: 8px 30px;
    padding-bottom: 3px;
    border-radius: 40px;
}

.boss_section {
    padding: 100px 0;
}
    .boss_section .boss_heading h3 {
        font-family: 'Bebas Neue', sans-serif;
        color: #fff;
        font-size: 65px;
        letter-spacing: 2px;
        margin-bottom: 0;
    }

    .boss_section .boss_heading h2 {
        font-family: 'Bebas Neue', sans-serif;
        color: #FF783D;
        font-size: 80px;
        letter-spacing: 6px;
        margin-top: 0;
        -webkit-text-stroke: 4px #FF783D;
    }

    .boss_section .boss_heading p {
        color: #fff;
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
        margin-top: 10px;
    }



.boss_slider {
    position:relative;
    margin-top:50px;
}
    .boss_slider .boss_card {
        position:relative;
    }
    .boss_slider .boss_card img {
        max-width: 100%;
        border-radius: 12px;
    }

    .boss_slider .owl-carousel .owl-nav.disabled {
        display: none;
        align-items: center;
        gap: 15px;
        width: fit-content;
        position: absolute;
        right: 0;
        top: -150px;
    }

        .boss_slider .owl-carousel .owl-nav.disabled img {
            max-width: 50px;
        }

.boss_content {
    position: absolute;
    color: #fff;
    bottom: 5px;
    left: 15px;
}
    .boss_content h5 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .boss_content p {
        font-size: 14px;
        font-weight: 400;
    }

.test_section {
    background-image: url('../image/test_banner.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top:140px;
    padding-bottom:60px;
    position: relative;
    text-align: center;
}

    .test_section .test_heading h3 {
        font-family: 'Bebas Neue', sans-serif;
        color: #fff;
        font-size: 65px;
        letter-spacing: 2px;
        margin-bottom: 0;
        text-align:center;
    }
        .test_section .test_heading h3 span {
            color: #FF783D;
        }
    .test_section .test_slider {
        margin-top: 70px;
    }
    .test_slider .test_card {
        position:relative;
        align-items:center;
        
    }
        .test_slider .test_card iframe {
            border-radius:20px;
        }
        .test_slider .test_card .test_gif {
            max-width: 100%;
            border-radius: 12px;
            margin: 0 auto;
            display: block;
        }
        .test_slider .test_card .play_test {
            max-width: 70px;
            margin: 0 auto;
            display: none;
            z-index: 9;
            position: absolute;
            left: 0;
            right: 0;
        }
.test_section .test_slider .owl-carousel .owl-nav.disabled {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: center;
    margin-top: 60px;
}

    .test_section .test_slider .owl-carousel .owl-nav.disabled img {
        max-width: 50px;
    }

.footer_section {
    background-image: url('../image/footer_banner.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 140px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
}
    .footer_section .footer_heading h5 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        font-weight: 500;
        margin-top:0;
    }
    .footer_section .footer_heading h2 {
        color: #fff;
        font-size: 80px;
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
    }
.footer_bottom {
    background:#333;
    padding:15px;
    padding-bottom:110px;
    border-top:3px solid #fff;
}
    .footer_bottom p {
        color: #fff;
        letter-spacing: 2px;
        margin: 0;
        text-align: center;
    }


.footer_timer {
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index:99;
}

.footer_timer_bottom {
    padding: 10px 0px;
    background: #ff783d;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.timer_box {
    text-align: center;
}

    .timer_box .offer__end {
        color: #fff;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
    }

        .timer_box .offer__end small#demo {
            margin: 0px 10px;
            font-size: 22px;
            display: inline-block;
            font-weight: 600;
            letter-spacing:0;
        }

            .timer_box .offer__end small#demo span {
                font-size: 15px;
                font-weight: 400;
                margin-right: 5px;
                margin-left: 3px;
            }

        .timer_box .offer__end #btn_buyticket {
            background: #fff;
            font-size: 14px;
            color: #ff783d;
            padding: 8px 20px;
            border: 2px solid #fff;
            border-radius: 6px;
            display: inline-block;
            box-shadow: rgb(0 0 0 / 20%) 0px 10px 20px;
            transition: 0.4s;
        }

            .timer_box .offer__end #btn_buyticket:hover {
                background: none;
                color: #fff;
            }

.footer_timer_top h4 {
    text-align: center;
    padding: 10px;
    border-radius: 25px 25px 0px 0px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    margin: 0;
    box-shadow: rgb(186 182 177 / 40%) 0px -4px 12px;
}
.header__timer_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.timer_box .timer_btn {
    padding: 5px 15px;
    font-family: 'Bebas Neue', sans-serif;
    border: 2px solid #fff;
    border-radius: 46px;
    background: #fff;
    color: #ff783d;
    font-size: 22px;
    padding-bottom: 2px;
    letter-spacing: 1px;
    font-weight: 500;
}


.modal {
    background-color: rgb(0 0 0 / 30%);
    padding: 30px !important;
}
    .modal .modal-dialog {
        display: flex;
        margin: 0 auto;
        padding: 10px;
        width: auto;
        max-width:600px;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 60px);
    }
    .modal .modal-content {
        border-radius: 0px;
    }
    .modal button.close {
        margin-right: 15px;
        margin-top: 15px;
        z-index: 99999;
        position: relative;
        opacity: 1;
    }
        .modal button.close img {
            max-width: 18px;
        }
    .modal .modal-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 0px;
        padding: 15px 35px;
        color: #000;
        padding-left: 15px;
    }

    .modal.videoModal button.close {
        margin-right: 0;
        margin-top: 0;
        z-index: 99999;
        position: absolute;
        opacity: 1;
        right: -30px;
        top: -30px;
    }

.embed-responsive-3by9 {
    padding-bottom: 175%;
}


#ticket_popup .modal-dialog {
    width: auto;
    max-width: 600px;
}

#ticket_popup button.close {
    margin-right: 0;
    margin-top: 0;
    z-index: 99999;
    position: absolute;
    opacity: 1;
    right: -30px;
    top: -30px;
}
#ticket_popup .modal-body {
    padding: 25px;
}
.popup_card {
   background: hsl(0 0% 96% / 1);
    border-radius: 16px;
    padding: 15px;
    max-width: 340px;
    cursor: pointer;
    border: 2px solid hsl(0 0% 98% / 1);
    margin: 0 auto;
}
    .popup_card.active {
        border: 2px solid #ff783d;
    }
    .popup_card h3 {
        color: #FF783D;
        font-family: 'Bebas Neue', sans-serif;
        -webkit-text-stroke: 1px #FF783D;
        letter-spacing: 2px;
        font-size: 26px;
        text-align: center;
    }
    .popup_card h4 {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color:#000;
    }
    .popup_card h2 {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        color: #0083f4;
    }
    .popup_card h6 {
        text-align: center;
        font-size: 16px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .ticket_footer {
        text-align:center;
    }
        .ticket_footer .pay_ticket {
            font-family: 'Bebas Neue', sans-serif;
            color: #fff;
            background: #FF783D;
            font-size: 22px;
            margin: 0 auto;
            letter-spacing: 2px;
            padding: 8px 40px;
            padding-bottom: 4px;
            border-radius: 40px;
            display: block;
            width: fit-content;
            margin-top: 30px;
            border:none;
        }
.term_card p {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
}
    .term_card p a {
        font-weight: 600;
        color: #2a93ff;
    }


.popup_card p img {
    width: auto;
    max-width: 22px;
}
    .popup_card p {
        margin-bottom:10px;
        display: flex;
        color: #333;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 400;
    }

.term_section {
    padding:50px 0;
}
.term_box h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.term_box h4 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700;
    color: #000;
}
.term_box p {
    font-size: 16px;
    font-weight: 400;
}


.reg_closed {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    display: none;
}

.add_member {
    margin-top: 50px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 5px #00000014;
}

    .add_member p {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0px;
        background: #ff783d2e;
        border-left: 4px solid #ff783d;
        padding: 5px 10px;
        line-height: 24px;
    }
    .add_member .form-group {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .add_member .form-control {
        font-size: 16px;
        font-weight: 400;
        padding: 8px 10px;
        height: 45px;
        border: 1px solid #ccc;
        box-shadow: none;
        border-radius: 4px;
    }
    .add_member .pay_ticket {
        font-family: 'Bebas Neue', sans-serif;
        color: #fff;
        background: #FF783D;
        font-size: 22px;
        margin: 0 auto;
        letter-spacing: 2px;
        padding: 8px 40px;
        padding-bottom: 4px;
        border-radius: 40px;
        display: block;
        width: fit-content;
        margin-top: 30px;
        border: none;
    }
.add_user {
    color: #fff !important;
    background: #00a4e2;
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 5px;
    margin-top: 0;
    border: none;
}
    .add_user:focus {
        box-shadow: none;
        outline: none;
        border: none;
    }
.vailed_alert {
    color: red;
    font-size: 15px;
}

.inf_heading_mob {
    display:none;
}

@media(max-width:1400px) {
    .location_section {
        padding:70px 0;
    }
    .speaker_section .speaker_content2 img {
        max-width: 330px;
    }
    


}

@media(max-width:1200px) {
    .banner_section .banner_content h2 {
        font-size:45px;
    }
    .banner_section .banner_content h1 {
        font-size: 60px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .banner_content .bbm_date .date_class h4 {
        font-size: 25px;
    }
    .speaker_section .speaker_content h3, .singer_section .singer_content h3, .test_section .test_heading h3, .boss_section .boss_heading h3, .ticket_section .ticket_heading h3, .location_section .location_card h3 {
        font-size: 55px;
    }
    .speaker_section .speaker_content h2, .singer_section .singer_content h2, .boss_section .boss_heading h2, .ticket_section .ticket_heading h2, .location_section .location_card h2 {
        font-size: 70px;
    }
    .speaker_section .speaker_content p, .ticket_section .ticket_heading p, .singer_section .singer_content p, .boss_section .boss_heading p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .boss_slider .owl-carousel .owl-nav.disabled {
        display:flex;
    }
    .speaker_section .speaker_content2 .inf_founder_main {
        max-width: 350px;
    }
}


@media(max-width:991px) {
    .banner_section .banner_content h2 {
        font-size: 35px;
    }
    .banner_section .banner_content h1 {
        font-size: 50px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .banner_section {
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .call-to-action .reg_btn {
        font-size: 26px;
        letter-spacing: 1px;
        padding: 8px 20px;
        padding-bottom: 3px;
    }
    .banner_content .bbm_date .date_class h4 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .banner_content .bbm_date .date_class img {
        max-width: 38px;
        margin-top: 2px;
    }
    .intro_section .intro_video .video_gif {
        border-radius: 50px;
    }
    .intro_section .intro_video .play_btn {
        max-width: 100px;
        right: 60px;
        top: -50px;
    }
    .location_btn .reg_btn {
        font-size: 26px;
        margin-top: 30px;
        letter-spacing: 1px;
        padding: 8px 20px;
        padding-bottom: 3px;
    }
    .footer_section .footer_heading h2 {
        font-size: 60px;
    }
    .footer_section .footer_heading h5 {
        font-size: 22px;
    }
    header_box .header_navbar .header_reg {
        font-size: 20px;
        letter-spacing: 1px;
        padding: 5px 15px;
        padding-bottom: 2px;
    }
    .popup_card h4 {
        font-size:16px;
    }
    .speaker_section .speaker_box {
        display: flex;
        flex-wrap: wrap;
    }
    .speaker_section .speaker_box .a {
        order:2;
        width:100%;
    }
        .speaker_section .speaker_box .b {
            order: 1;
            width: 100%;
        }
    .speaker_section .speaker_content2 .inf_founder_main {
        max-width: 220px;
        float: inherit;
    }
    .inf_heading_desk {
        display: none;
    }
    .inf_heading_mob {
        display: block;
    }
    .speaker_section .speaker_content2 {
        text-align: left;
    }
    .speaker_section .speaker_content2 {
        text-align: left;
        display: flex;
        align-items: end;
        gap: 50px;
        margin-bottom: 20px;
    }
    .inf_founder {
        padding: 10px 8px;
    }
        .inf_founder h4 {
            font-size: 16px;
            gap: 5px;
        }
    .speaker_section .speaker_content2 .inf_founder_main .inf_founder h4 img {
        max-width: 30px;
    }

    .speaker_section {
        padding-top: 80px;
        padding-bottom: 120px;
    }
}


@media(max-width:767px) {
    .book_ticket_card {
        margin-top: 30px;
    }
       
        .intro_sub_video iframe {
            border-radius: 50px;
        }
    .header .header_box .header_logo img {
        max-width: 120px;
    }
    .header_box .header_navbar .nav_link {
        font-size: 15px;
    }
    .header_box .header_navbar .header_reg {
        font-size:17px;
        letter-spacing:1px;
    }
    .banner_section .banner_content h2 {
        font-size: 25px;
    }
    .banner_section .banner_content h1 {
        font-size: 35px;
    }
    .banner_content .bbm_date .date_class h4 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .banner_content .bbm_date .date_class img {
        max-width: 34px;
    }
    .call-to-action .reg_btn {
        font-size:23px;
    }
    .banner_section {
        padding-top: 120px;
        padding-bottom: 70px;
    }
    .speaker_section .speaker_content h2, .singer_section .singer_content h2, .boss_section .boss_heading h2, .ticket_section .ticket_heading h2, .location_section .location_card h2 {
        font-size: 55px;
        -webkit-text-stroke: 2px #FF783D;
    }
    .speaker_section .speaker_content h3, .singer_section .singer_content h3, .test_section .test_heading h3, .boss_section .boss_heading h3, .ticket_section .ticket_heading h3, .location_section .location_card h3 {
        font-size: 45px;
    }
    .speaker_section .speaker_content p, .ticket_section .ticket_heading p, .singer_section .singer_content p, .boss_section .boss_heading p {
        margin-top: 5px;
        font-size: 15px;
        line-height: 22px;
    }
    .speaker_section .speaker_content2 img {
        max-width: 230px;
    }
    .mark_section h2 {
        font-size: 30px;
    }
    .mark_text {
        gap: 120px;
    }
    .mark_section {
        top: -80px;
    }
    .singer_section {
        padding-top: 140px;
        padding-bottom: 50px;
    }
        .singer_section .singer_content img {
            max-width: 60px;
        }
    .singer_slider .owl-carousel .owl-nav.disabled {
        position: relative;
        right: inherit;
        top: inherit;
        margin: 0 auto;
        margin-top: 50px;
    }
    .singer_slider img.player {
        max-width: 100px;
        right: -30px;
        bottom: 50px;
    }
    .singer_card img {
        border-radius: 10px;
        border: 2px solid #FF783D;
    }
    .ticket_section {
        padding: 50px 0;
    }
    .intro_section .intro_video h2 {
        font-size: 60px;
        letter-spacing: 2px;
        top: -60px;
        line-height: 60px;
        left: 40px;
    }
    .intro_section .intro_video .play_btn {
        max-width: 80px;
        right: 50px;
        top: -40px;
    }
    .intro_section .intro_video .video_gif {
        border-radius: 30px;
    }
    .intro_section {
        padding-bottom: 70px;
        padding-top: 120px;
    }
    .location_section {
        padding: 50px 0;
    }
        .location_section .location_card h4 {
            font-size: 26px;
            margin-bottom: 0;
            margin-top: 30px;
        }
        .location_section .location_card p {
            font-size: 15px;
        }
    .location_btn .reg_btn {
        font-size: 23px;
        margin-top: 25px;
        letter-spacing: 1px;
        padding: 5px 15px;
        padding-bottom: 2px;
    }
    .location_section .location_card h3 {
        margin-top:0;
    }
    .boss_section {
        padding: 50px 0;
    }
    .boss_slider, .test_section .test_slider {
        margin-top: 30px;
    }
        .boss_slider .owl-carousel .owl-nav.disabled {
            position: relative;
            right: inherit;
            top: inherit;
            margin: 0 auto;
            margin-top: 50px;
        }
    .test_section {
        padding-top: 70px;
        padding-bottom: 50px;
    }
        .test_section .test_slider .owl-carousel .owl-nav.disabled {
            margin-top:50px;
        }
    .footer_section {
        padding-top: 80px;
        padding-bottom: 40px;
    }
        .footer_section .footer_heading h2 {
            font-size: 45px;
        }
        .footer_section .footer_heading h5 {
            font-size: 18px;
        }
    .container-80 {
        width: 93%;
        margin: 0 auto;
    }
    .footer_timer_top h4, .timer_box .offer__end {
        font-size: 14px;
    }
    .timer_box .timer_btn {
        padding: 4px 10px;
        border-radius: 45px;
        font-size: 18px;
        padding-bottom: 1px;
        width: 120px;
    }
    .timer_box .offer__end small#demo {
        font-size:17px;
    }
    .footer_bottom {
        padding: 12px;
        padding-bottom: 100px;
        border-top: 2px solid #fff;
    }
        .footer_bottom p {
            letter-spacing: 1px;
            font-size: 12px;
        }
    .banner_content .bbm_date {
        gap: 30px;
    }
    .book_ticket_card .owl-carousel .owl-nav.disabled {
        display:flex;
    }
    .speaker_section {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}


@media(max-width:575px) {
    .banner_section {
        min-height:440px;
    }
    .banner_section .banner_content {
        padding: 0;
    }
    .header_box .header_navbar .nav_link {
        display: none;
    }
    .speaker_section .speaker_content2 img {
        max-width: 180px;
    }
    .speaker_section .speaker_content h2, .singer_section .singer_content h2, .boss_section .boss_heading h2, .ticket_section .ticket_heading h2, .location_section .location_card h2 {
        font-size: 45px;
    }
    .speaker_section .speaker_content h3, .singer_section .singer_content h3, .test_section .test_heading h3, .boss_section .boss_heading h3, .ticket_section .ticket_heading h3, .location_section .location_card h3 {
        font-size: 35px;
    }
    .speaker_section .speaker_content p, .ticket_section .ticket_heading p, .singer_section .singer_content p, .boss_section .boss_heading p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .singer_slider {
        margin-top: 30px;
    }
    .test_slider .test_card .play_test {
        max-width:50px;
    }
    .timer_box .timer_btn {
        width: 140px;
    }
    .footer_timer_top {
        margin-bottom: -2px;
    }
    .footer_bottom {
        padding-bottom: 105px;
    }
    #ticket_popup .modal-body {
        padding: 15px;
    }
    #ticket_popup button.close {
        right: -25px;
        top: -25px;
    }
    .book_ticket_card .owl-carousel .owl-nav.disabled {
        display: flex;
    }
    .speaker_section .speaker_content2 {
        display: block;
    }
        .speaker_section .speaker_content2 .inf_founder_main {
            max-width: 200px;
            float: inherit;
            margin: 0 auto;
            margin-bottom: 40px;
        }
}


@media(max-width:479px) {
    header.header {
        padding: 10px 0;
    }
    .intro_sub_video iframe {
        border-radius: 20px;
    }
    .header .header_box .header_logo img {
        max-width: 110px;
    }
    .header_box .header_navbar .header_reg {
        font-size: 15px;
        letter-spacing: 1px;
        padding: 6px 10px;
        padding-bottom: 3px;
    }
    .banner_section .banner_content h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .banner_section .banner_content h2 span {
        display:block;
    }
    .banner_content .bbm_date .date_class h4 {
        font-size: 16px;
    }
    .banner_content .bbm_date {
        gap: 20px;
    }
    .call-to-action .reg_btn {
        font-size: 20px;
        padding: 5px 15px;
        padding-bottom: 3px;
    }
    .store_section .desktop_image {
        display:none;
    }
    .store_section .mobile_image {
        display:block;
    }
    .speaker_section .speaker_box {
        display: flex;
        flex-wrap: wrap;
    }
        .speaker_section .speaker_box .a {
            order: 2;
            width: 100%;
        }
        .speaker_section .speaker_box .b {
            order: 1;
            width: 100%;
        }
    .speaker_section .speaker_content2 {
        text-align:center;
    }
    .speaker_section .speaker_content2 img {
        max-width: 200px;
        margin: 0 auto;
        margin-bottom:30px;
        display: block;
    }
    .mark_section h2 {
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 1px;
    }
    .mark_text {
        gap: 70px;
    }
    .mark_section {
        top: -50px;
        padding: 8px 0px;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }
    .intro_section .intro_video h2 {
        font-size: 40px;
        letter-spacing: 1px;
        top: -38px;
        line-height: 40px;
        left: 10px;
    }
    .intro_section .intro_video .video_gif {
        border-radius: 12px;
    }
    .intro_section .intro_video .play_btn {
        max-width: 60px;
        right: 20px;
        top: -30px;
    }
    .intro_section {
        padding-bottom: 50px;
        padding-top: 80px;
    }
    .location_btn .reg_btn {
        font-size:20px;
    }
    .boss_section {
        padding: 20px 0;
    }
    .test_section {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .footer_section {
        padding-top: 60px;
        padding-bottom: 20px;
    }
        .footer_section .footer_heading h5 {
            font-size: 16px;
            margin-bottom: 0;
        }
    .footer_timer_top h4, .timer_box .offer__end {
        font-size: 12px;
    }
    .timer_box .timer_btn {
        width: 140px;
        padding: 4px 8px;
        border-radius: 45px;
        font-size: 15px;
        padding-bottom: 1px;
    }
    .timer_box .offer__end {
        text-align: left;
    }
        .timer_box .offer__end small#demo {
            font-size: 14px;
            margin: 0;
        }
            .timer_box .offer__end small#demo span {
                font-size: 12px;
                font-weight: 400;
                margin-right: 2px;
                margin-left: 1px;
            }
    .footer_bottom p {
        letter-spacing: 0px;
        font-size: 11px;
    }
    .footer_bottom {
        padding-bottom: 110px;
    }
    .footer_timer_top h4 {
        border-radius: 15px 15px 0px 0px;
        padding:4px;
    }

    .term_box h3 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
    }
    .term_box h4 {
        font-size: 17px;
        margin-top: 20px;
    }
    .term_box p {
        font-size: 15px;
    }
    .term_section {
        padding: 30px 0;
    }
    #ticket_popup .modal-dialog {
        padding:0;
    }
    .modal {
        padding: 50px 15px !important;
    }
    #ticket_popup .modal-body {
        padding: 10px;
    }
    .popup_card {
        border-radius: 10px;
        padding: 8px;
    }
        .popup_card h3 {
            font-size:23px;
        }
        .popup_card p img {
            width: auto;
            max-width: 18px;
        }
        .popup_card p {
            margin-bottom: 8px;
            gap: 5px;
            font-size: 14px;
        }
        .popup_card h6 {
            font-size: 14px;
            margin-bottom: 15px;
        }
    .term_card p {
        font-size: 13px;
    }
    .ticket_footer .pay_ticket {
        font-family: 'Bebas Neue', sans-serif;
        color: #fff;
        background: #FF783D;
        font-size: 18px;
        margin: 0 auto;
        letter-spacing: 1px;
        padding: 8px 30px;
        padding-bottom: 4px;
        border-radius: 40px;
        display: block;
        width: fit-content;
        margin-top: 20px;
        border: none;
        margin-bottom: 20px;
    }
    .book_ticket_card2 {
        margin-top: 20px;
    }
    #ticket_popup button.close {
        right: 0px;
        top: -30px;
    }
    .modal.videoModal button.close {
        right:0;
    }
    .popup_card {
        min-height:480px;
    }
    .speaker_section .speaker_content2 img {
        margin-bottom: 0;
    }
    .speaker_section {
        padding-top: 20px;
        padding-bottom: 60px;
        text-align: center;
    }
        .speaker_section .speaker_content2 .inf_founder_main {
            margin-bottom: 30px;
        }
        .speaker_section .speaker_content2 {
            margin-bottom:10px;
        }
}


