﻿html,
body {
    font-family: "Instrument Sans", sans-serif !important;
    /*font-family: "Bebas Neue", sans-serif !important;*/
    /*font-family: "Cinzel", serif !important;*/
    color: #F6F7F9;
    scroll-behavior: smooth;
    background: #000000;
}


a, a:hover {
    text-decoration: none !important;
}

    a:focus {
        outline: none;
        text-decoration: none;
    }

p {
    font-size: 15px;
    line-height: 26px;
}

button {
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.banner_section {
    position: relative;
    height: 100%;
    min-height: 100vh;
    position: relative;
}

.video-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banner_content {
    min-height: 100vh;
}

/*.video-container .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    background-color: rgb(51 51 51 / 55%);
}*/

.video-container .react-player video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner_content {
    position: relative;
    text-align: unset;
    height: 100%;
}

.banner_top {
    padding-bottom: 340px;
    padding-top: 40px;
}

.banner_header {
    background: rgb(46 46 46 / 50%);
    padding: 8px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
}

    .banner_header .btn_nav {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 15px;
        border-radius: 100px;
    }

        .banner_header .btn_nav:hover {
            background: var(--Text-Secondary, #525252);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25) inset;
        }

.book_btn {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    border: none;
    border-radius: 200px;
    background: #FF7841;
}

.banner_bottom {
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding: 40px 0;
    background: rgb(0 0 0 / 40%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.connect_banner h1 {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 76px;
    line-height: 76px;
    background: linear-gradient(97deg, #FFF 0%, #999 64.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.connect_banner h6 {
    font-size: 16px;
    font-weight: 400;
    background: linear-gradient(97deg, #FFF 0%, #999 64.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.connect_banner p {
    color: #96979C;
    font-weight: 500;
}

.connect_banner2 {
    padding-left: 50px;
}

.row_res .b {
    border-left: 1px solid rgb(255 255 255 / 50%);
}

.book_btn2 {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 50px;
    border: none;
    border-radius: 6px;
    background: #000;
    margin-top: 10px;
    display: block;
    margin: 0 auto;
    width: fit-content;
    cursor:pointer;
}
.connect_banner2 .book_btn2 {
    margin: inherit;
}
.connect_banner2 .book_btn2:hover {
    background:#FF7841;
}
    h3.main-heading {
        font-family: "Cinzel", serif !important;
        text-align: center;
        font-size: 46px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 600;
        background: linear-gradient(97deg, #FFF 0%, #999 64.01%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.premium_card {
    padding-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 50%);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.premium_main_card {
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 8px;
    background: #000;
    padding: 25px;
    margin-bottom: 30px;
}

.pre_content img {
    max-width: 100%;
}

.row.pre_row {
    display: flex;
    align-items: center;
}

.pre_content h3 {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 36px;
    padding-left: 70px;
    margin-top: 0;
}

.pre_content p {
    padding-left: 70px;
    margin-bottom: 0;
}

.digital_card {
    padding: 50px 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.digital_content h3 {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 52px;
    margin-top: 0;
}

    .digital_content h3 span {
        display: block;
    }

.digital_btn {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
}

    .digital_btn .book_btn2 {
        background: linear-gradient(90deg, #F47742 0%, #F45742 100%);
        margin: 0;
    }
    .digital_btn .book_btn2:hover {
        background: linear-gradient(90deg, #F47742 0%, #F45742 100%);
        margin: 0;
    }

    .digital_btn p {
        color: #96979C;
        margin: 0;
    }

.test_section p {
    text-align: center;
    margin: 0;
}

.test_slider {
    padding: 25px 0;
    margin-top: 10px;
}

.test_card {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: start;
}

.test_sub_card {
    padding: 20px;
    color: #19213D;
    text-align: left;
}

    .test_sub_card p {
        text-align: left;
        margin-bottom: 20px;
    }

    .test_sub_card h5 {
        font-size: 14px;
        font-weight: 700;
    }

    .test_sub_card h6 {
        font-size: 13px;
        font-weight: 600;
    }

img.pre_image {
    height: 250px;
    max-width:200px;
    width:200px;
    object-fit: cover;
}

.test_sub_card img {
    max-width: 18px;
    margin-bottom: 15px;
}

.thumbnail_img {
    height: 390px;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.test_main_card {
    transform: scale(.8);
    opacity: 60%;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.active.center .test_main_card {
    transform: scale(1);
    opacity: 100%;
    z-index: 10;
}

.test_section .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

.test_section .owl-carousel button.owl-dot {
    height: 6px;
    width: 6px;
    border-radius: 20px;
    background: #E5B7A4;
}

    .test_section .owl-carousel button.owl-dot.active {
        width: 22px;
        background: #FF7841;
    }

.test_section .owl-carousel .owl-nav.disabled {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    width: 700px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.test_section .owl-carousel .owl-nav button.owl-next, .test_section .owl-carousel .owl-nav button.owl-prev {
    background: #FF7841;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .test_section .owl-carousel .owl-nav button.owl-next img, .test_section .owl-carousel .owl-nav button.owl-prev img {
        max-width: 24px;
    }

.agenda_section {
    background-image: url('../img/agenda_background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.agenda_main_card {
    padding: 40px 0;
    border-top: 1px solid rgb(255 255 255 / 50%);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.agenda_heading p {
    text-align: center;
}

.journey_bar {
    width: 40px;
    top: 0px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.journey_sub_bar {
    width: 8px;
    top: 0;
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
}

.timeline ul {
    padding-left: 70px;
    margin: 0;
    margin-top: 50px;
    position: relative;
}

    .timeline ul li {
        padding: 50px 0;
        list-style: none;
    }

.agenda_card {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(78, 78, 78, 0.40);
    display: flex;
    align-items: center;
    gap: 100px;
    position: relative;
}

    .agenda_card img.agenda-img {
        max-width: 400px;
        width: 400px;
        border-radius: 10px 0px 0px 10px;
    }

.agenda_content {
    padding: 25px;
}

    .agenda_content h5 {
        font-size: 24px;
        margin: 20px 0px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .agenda_content h5 span {
            font-size: 10px;
        }

.timeline .default-line {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8px;
    height: 100%;
}

.timeline .draw-line {
    width: 8px;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ff783d;
}

.agenda_card img.agenda_circle {
    max-width: 40px;
    position: absolute;
    left: -70px;
    top: 0;
}

.speaker_section {
    padding: 30px 0;
}

.speaker_heading {
    text-align: center;
}

.card_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.speaker_card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    border: 1px solid #000;
    position: relative;
}

    .speaker_card img {
        max-width: 100%;
        position: relative;
    }

.card_overlay {
    padding: 15px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    transition: 0.3s ease;
    margin-bottom: 0px;
}

.card_overlay_content {
    color: #fff;
    transition: 0.4s ease;
}

    .card_overlay_content h6 {
        font-size: 16px;
        font-weight: 700;
    }

    .card_overlay_content p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0;
    }

.card_overlay:hover {
    background-color: rgb(255 255 255 / 50%);
}

    .card_overlay:hover .card_overlay_content {
        color: #000;
        margin-bottom: 40px;
    }

.guess_main_card {
    padding: 30px 0;
    border-top: 1px solid rgb(255 255 255 / 50%);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.guess_row {
    display: flex;
    align-items: center;
}

.guess_img img {
    max-width: 100%;
}

.guess_heading_card {
    display: flex;
    align-items: center;
    gap: 15px;
}

.guess_heading h3.main-heading {
    text-align: left;
    line-height: 44px;
}

.guess_heading h3.main-heading2 {
    font-size: 100px;
    line-height: 88px;
}

.guess_heading h3.main-heading span {
    display: block;
}

.guess_heading p {
    max-width: 350px;
}

.guess_img img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
}

.spot_section {
    padding: 30px 0px;
}

.spot_heading h3 {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 40px;
    margin-top: 0;
}

    .spot_heading h3 span.span_spot {
        font-size: 60px;
        color: #FF7841;
    }

    .spot_heading h3 span.span_availabe {
        display: block;
    }

.spot_heading p {
    max-width: 280px;
}

.spot_row {
    display: flex;
    align-items: center;
}

.spot_main_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spot_card {
    text-align: center;
}

    .spot_card h4 {
        font-family: "Bebas Neue", sans-serif !important;
        font-size: 42px;
        margin: 0;
    }

    .spot_card p {
        color: #FF7841;
        font-weight: 300;
        font-size: 14px;
    }

.invest__main_card {
    padding: 30px 0;
    border-top: 1px solid rgb(255 255 255 / 50%);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.invest_heading p {
    text-align: center;
}

.price_slider {
    margin-top: 30px;
}

.price_main_card {
    padding: 25px;
    border-radius: 20px;
    border: 2px solid #FF7841;
}

    .price_main_card.price_main_card2 {
        border: 2px solid rgb(255 255 255 / 20%);
    }

.price_heading {
    padding: 25px 0;
    text-align: center;
}

    .price_heading h2 {
        font-size: 50px;
        font-weight: 700;
        letter-spacing: -0.6px;
        background: linear-gradient(97deg, #F47742 0%, #F45742 64.01%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
    }

        .price_heading h2 span {
            font-size: 22px;
            font-weight: 500;
            display: block;
            text-decoration: line-through;
            color: #96979C;
            background: none;
            -webkit-background-clip: initial;
            -webkit-text-fill-color: initial;
        }

    .price_heading p {
        margin: 0;
        font-size: 13px;
    }

.price_option h6 {
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 15px 0;
    font-size: 12px;
    font-weight: 500;
}

    .price_option h6 img {
        max-width: 14px;
    }

.price_main_card .digital_btn {
    display: block;
    margin-top: 30px;
}

    .price_main_card .digital_btn .book_btn2 {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .price_main_card .digital_btn p {
        text-align: center;
    }

.faq_section {
    padding: 30px 0;
}

.faq_heading p {
    text-align: center;
    font-weight: 200;
    margin-bottom: 0;
}

.faq_main_card {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}

.faq-item {
    padding: 20px 25px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: start;
    background: #2B2B2B;
}

    .faq-item:last-child {
        border-bottom: none;
    }

.faq-question {
    font-size: 16px;
    color: #96979C;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 0px 25px;
    background: #000;
}


    .faq-answer p {
        color: #96979C;
        font-size: 14px;
        line-height: 22px;
        margin: 20px 0px;
    }

.icon-container img {
    max-width: 20px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

    .icon-container img.active {
        transform: rotate(90deg);
    }


.faq_item_card {
    border-radius: 8px;
    background: #000;
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid #fff;
}

.product_section {
    padding-bottom: 150px;
    padding-top: 80px;
}

.product_heading {
    max-width: 1000px;
    margin: 0 auto;
}

    .product_heading p {
        text-align: center;
    }

.product_section .digital_btn {
    display: block;
    margin-top: 50px;
}

    .product_section .digital_btn .book_btn2 {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
    }

    .product_section .digital_btn p {
        text-align: center;
    }

footer {
    background: #111;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    display: none;
    transition: 0.4s ease;
}

    footer.show {
        display: block;
    }

.footer_card {
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding:15px 0;
}

.footer_row {
    display: flex;
    align-items: center;
}

.footer_btn {
    text-align: right;
}

    .footer_btn .book_btn2 {
        background: linear-gradient(90deg, #F47742 0%, #F45742 100%);
        margin: 0;
        float: inline-end;
    }

.spot_main_card2 {
    display: flex;
    align-items: center;
    gap: 40px;
}

.spot_card2, p.offer__end {
    text-align: center;
}

    .spot_card2 h4, .rem_time {
        font-family: "Bebas Neue", sans-serif !important;
        font-size: 32px;
        margin: 0;
    }

    .spot_card2 p, .timer_day {
        color: #FF7841;
        font-weight: 300;
        font-size: 11px;
        margin: 0;
    }

.footer_content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer_sub_content {
    border-right: 1px solid #fff;
    padding: 5px 0;
    padding-right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .footer_sub_content h2 {
        font-size: 46px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 700;
        background: linear-gradient(97deg, #FFF 0%, #999 64.01%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
    }

    .footer_sub_content h6 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 700;
        background: linear-gradient(97deg, #F47742 0%, #F45742 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
    }

        .footer_sub_content h6 span {
            display: block;
        }

#newsletter_modal {
    background-color: rgb(0 0 0 / 50%);
    padding: 30px !important;
}
    #newsletter_modal .modal-dialog {
        display: flex;
        margin: 0 auto;
        padding: 10px;
        width: auto;
        max-width: 450px;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 60px);
    }
    #newsletter_modal .modal-content {
        border-radius: 16px;
        background-color: #2B2B2B;
        border: 1px solid rgb(255 255 255 / 67%);
    }
    #newsletter_modal .modal-body {
        padding: 30px;
        padding-bottom: 30px;
    }
.pop_head h4 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}
#newsletter_modal .modal-body .form-group {
    margin-bottom: 20px;
}
#newsletter_modal .modal-body label {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
#newsletter_modal .modal-body .form-control {
    border: 1px solid #D0D5DD !important;
    border-radius: 8px;
    background: #fff !important;
    box-shadow: none;
    font-size: 16px;
    height: 50px;
    position: relative;
    z-index: 9;
}
.btn_news_submit {
    display: block;
    padding: 12px 25px;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 17px;
    text-align: center;
    width: 100%;
    border: none;
    background: linear-gradient(90deg, rgb(244, 119, 66) 0%, rgb(244, 87, 66) 100%);
}
.price_option.price_option2, .video_mobile {
    display: none;
}



@media(max-width:1800px){
    .test_section .owl-carousel .owl-nav.disabled {
        width: 660px;
    }
}
@media(max-width:1700px) {
    .test_section .owl-carousel .owl-nav.disabled {
        width: 1000px;
    }
}
@media(max-width:1600px) {
    .test_section .owl-carousel .owl-nav.disabled {
        width: 900px;
    }
}
@media(max-width:1500px) {
    .test_section .owl-carousel .owl-nav.disabled {
        width: 890px;
    }
}
@media(max-width:1400px) {
    .test_section .owl-carousel .owl-nav.disabled {
        width: 800px;
    }
}
@media(max-width:1300px) {
    .test_section .owl-carousel .owl-nav.disabled {
        width: 750px;
    }
}
@media(max-width:1200px) {
    .book_btn2 {
        padding: 14px 30px;
    }
}

@media(max-width:991px) {
    .connect_banner h1 {
        font-size: 54px;
        line-height: 56px;
    }
    .connect_banner2 {
        padding-left: 10px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .banner_bottom {
        padding: 20px 0;
    }
    .book_btn2 {
        font-size: 13px;
        padding: 10px 12px;
        border-radius: 4px;
    }
    .connect_banner h6 {
        font-size: 14px;
    }
    h3.main-heading {
        font-size: 36px;
        margin-top: 15px;
    }
    .pre_content h3 {
        font-size: 26px;
        padding-left: 0;
    }
    .pre_content p {
        padding-left: 0;
    }
    .digital_content h3 {
        font-size: 42px;
    }
    .digital_btn {
        gap: 10px;
        margin-top: 15px;
    }
        .digital_btn p {
            font-size: 12px;
        }
    .digital_card {
        padding: 30px 0;
    }
    .agenda_card img.agenda-img {
        max-width: 300px;
        width: 300px;
    }
    .agenda_content h5 {
        font-size: 18px;
        margin: 15px 0px;
        gap: 10px;
    }
        .agenda_content h5 span {
            font-size: 8px;
        }
    .agenda_content {
        padding: 10px;
    }
    .agenda_card {
        gap: 50px;
    }
    .card_overlay_content p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .card_overlay_content h6 {
        font-size: 14px;
    }
    .row.price_row .b {
        display:none;
    }
    .row.price_row .col-md-6.a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .price_option {
        margin: 0 auto;
    }
        .price_option.price_option2 {
            display:block;
        }
        .footer_sub_content h2 {
            font-size: 28px;
        }
    .footer_sub_content h6 {
        font-size: 13px;
    }
    .spot_card2 h4 {
        font-size: 26px;
    }
    .spot_card2 p {
        font-size: 10px;
    }
    .spot_main_card2 {
        gap: 20px;
    }
    .footer_sub_content {
        padding: 15px 0;
        padding-right: 30px;
    }
    .product_section {
        padding-bottom: 130px;
        padding-top: 20px;
    }
    img.pre_image, .thumbnail_img {
        height:250px;
    }
    .test_section .owl-carousel .owl-nav.disabled {
        width: 670px;
    }

    .price_main_card {
        min-height: 580px;
    }
}
@media(max-width:767px) {
    .banner_bottom {
        padding: 20px 0;
        text-align: center;
    }
    .connect_banner2 {
        padding-left: 0;
    }
    .row_res .b {
        border-top: 1px solid rgb(255 255 255 / 50%);
        border-left: none;
    }
    .connect_banner p {
        margin-top: 15px;
    }
    .connect_banner h6 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .book_btn2 {
        font-size: 14px;
        padding: 12px 30px;
        border-radius: 4px;
        margin: 0 auto;
    }
    .connect_banner2 .book_btn2 {
        margin: 0 auto;
    }
    .pre_content img {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .digital_content h3 span {
        display: inline-block;
    }
    .digital_content {
        text-align: center;
    }
    .digital_btn {
        margin-top: 25px;
        display: block;
    }
        .digital_btn .book_btn2 {
            margin:0 auto;
        }
        .digital_btn p {
            font-size: 14px;
            margin-top: 10px;
        }
    .test_sub_card {
        padding:10px;
    }
        .test_sub_card img {
            max-width: 14px;
            margin-bottom: 10px;
        }
        .test_sub_card p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 10px;
        }
        .test_sub_card h5 {
            font-size: 12px;
        }
        .test_sub_card h6 {
            font-size: 11px;
        }
    .test_section .owl-carousel .owl-nav.disabled {
        width: 100%;
        padding: 0px 15px;
    }
    .agenda_card img.agenda-img {
        max-width: 200px;
        width: 200px;
    }
    .agenda_content h5 {
        font-size: 14px;
        margin: 10px 0px;
    }
    .agenda_card {
        gap:20px;
    }
    .speaker_card {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .guess_img img {
        max-width: 170px;
    }
    h3.main-heading {
        font-size: 30px;
    }
    .guess_heading h3.main-heading {
        line-height: 28px;
    }
    .guess_heading h3.main-heading2 {
        font-size: 70px;
        line-height: 88px;
    }
    .guess_heading h3.main-heading2 {
        font-size: 70px;
        line-height: 88px;
    }
    .spot_heading {
        text-align: center;
    }
        .spot_heading p {
            max-width: 100%;
        }
    .digital_btn p {
        text-align:center;
    }
    .price_heading h2 {
        font-size: 32px;
    }
        .price_heading h2 span {
            font-size: 18px;
        }
    .price_heading p {
        font-size: 12px;
    }
    .footer_sub_content h2 {
        font-size: 20px;
    }
    .footer_sub_content h6 {
        font-size: 11px;
    }
    .footer_sub_content {
        padding: 15px 0;
        padding-right: 10px;
    }
    .footer_content {
        gap: 10px;
    }
    .spot_card2 h4 {
        font-size: 22px;
    }
    .spot_main_card2 {
        gap: 15px;
    }
    .footer_btn .book_btn2 {
        background: linear-gradient(90deg, #F47742 0%, #F45742 100%);
        margin: 0;
        float: inline-end;
        font-size: 14px;
        padding: 10px 10px;
        border-radius: 4px;
    }
    img.pre_image, .thumbnail_img {
        height: 200px;
    }
    img.pre_image {
        max-width:200px;
    }
    .price_main_card {
        min-height: 600px;
    }
}
@media(max-width:575px) {
    .book_btn, .banner_header .btn_nav {
        font-size: 12px;
        padding: 8px 15px;
    }
    .banner_header {
        padding: 5px;
    }
    .banner_top {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .connect_banner h1 {
        font-size: 44px;
        line-height: 46px;
    }
    .connect_banner h6 {
        font-size: 14px;
    }
    h3.main-heading {
        font-size: 26px;
    }
    .digital_content h3 {
        font-size: 36px;
    }
    img.pre_image, .thumbnail_img {
        height: 300px;
    }
    p {
        font-size: 13px;
        line-height: 22px;
    }
    .test_section .owl-carousel .owl-nav button.owl-next img, .test_section .owl-carousel .owl-nav button.owl-prev img {
        max-width: 18px;
    }
    .test_section .owl-carousel .owl-nav button.owl-next, .test_section .owl-carousel .owl-nav button.owl-prev {
        height: 26px;
        width: 26px;
    }
    .guess_heading p {
        max-width: 100%;
        text-align: center;
    }
    .guess_img img {
        max-width: 250px;
    }
    .guess_heading h3.main-heading span {
        display: inline-block;
    }
    .guess_heading h3.main-heading2 {
        line-height: 28px;
        font-size:26px;
    }
    .guess_heading_card {
        justify-content:center;
    }
    .price_slider .owl-stage {
        padding-left: 30px !important;
    }
    .footer_btn .book_btn2 {
        float: inline-start;
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    .footer_content {
        gap: 30px;
    }
    .footer_sub_content {
        padding: 15px 0;
        padding-right: 30px;
    }
    .product_section {
        padding-bottom: 180px;
        padding-top: 20px;
    }
    img.pre_image, .thumbnail_img {
        height: 250px;
    }

    img.pre_image {
        max-width: 100px;
    }
    img.pre_image {
        max-width: 260px;
        height: 170px;
    }
    .price_main_card {
        min-height: 570px;
    }
    .video_mobile {
        display: block;
    }
    .video_desktop {
        display: none;
    }
}
@media(max-width:479px) {
    .timeline ul {
        padding-left: 40px;
        margin-top: 20px;
    }
    .journey_bar {
        width:25px;
    }
    .agenda_card img.agenda_circle {
        max-width:25px;
        left: -40px;
    }
    .timeline ul li {
        padding: 30px 0;
    }
    .agenda_card img.agenda-img {
        max-width: 140px;
        width: 140px;
    }
    .agenda_card {
        gap:0px;
    }
    .agenda_content {
        padding: 5px;
    }
        .agenda_content h5 {
            font-size: 11px;
            margin: 8px 0px;
            font-weight: 500;
        }
    .agenda_card img.agenda-img {
        max-width: 110px;
        width: 110px;
        height: 140px;
        object-fit: cover;
    }
    .banner_header {
        gap: 0px;
    }
        .book_btn, .banner_header .btn_nav {
            font-size: 11px;
            padding: 5px 9px;
        }
    .connect_banner h1 {
        font-size: 30px;
        line-height: 28px;
    }
    .connect_banner h6 {
        font-size: 12px;
    }
    .book_btn2 {
        font-size: 13px;
        padding: 10px 30px;
    }
    .connect_banner2 .book_btn2 {
        margin: 0 auto;
        width: 100%;
        padding: 10px;
        font-size: 13px;
    }
    h3.main-heading {
        font-size: 24px;
    }
    .digital_content h3 {
        font-size: 24px;
    }
    
    .test_section .owl-carousel .owl-nav.disabled {
        padding: 0px 5px;
    }
    .card_overlay {
        padding:10px;
    }
        .card_overlay_content p {
            font-size: 11px;
            line-height: 16px;
            margin-bottom: 0;
        }
    .card_overlay_content h6 {
        font-size: 12px;
    }
    .spot_heading h3 {
        font-size: 26px;
    }
        .spot_heading h3 span.span_spot {
            font-size: 36px;
        }
    .spot_card h4 {
        font-size: 28px;
    }
    .spot_card p {
        font-size: 10px;
    }
    .spot_main_card {
        justify-content: space-around;
    }
    .price_main_card {
        padding: 10px;
        border-radius: 12px;
        border: 2px solid #FF7841;
    }
    .digital_btn p {
        font-size: 12px;
    }
    .faq-question {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-item {
        padding: 10px 15px;
    }
    .faq_item_card {
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .icon-container img {
        max-width: 18px;
    }
    .icon-container {
        line-height:18px;
    }
    .faq-answer {
        padding: 0px 15px;
    }
    .faq-answer p {
        color: #96979C;
        font-size: 13px;
        line-height: 20px;
        margin: 15px 0px;
    }
    .product_section {
        padding-bottom: 180px;
        padding-top: 0;
    }
    .footer_sub_content h2 {
        font-size: 16px;
    }
    .footer_sub_content {
        padding: 10px 0;
        padding-right: 8px;
    }
    .footer_content {
        gap:8px;
    }
    .spot_main_card2 {
        gap:5px;
    }
    .spot_card2 h4 {
        font-size: 18px;
    }
    .spot_card2 p {
        font-size: 10px;
    }
    .btn_news_submit {
        display: block;
        padding: 10px 25px;
        color: #fff !important;
        border-radius: 4px;
        font-weight: 500;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 15px;
        text-align: center;
        width: 100%;
        font-family: 'Satoshi-Medium', sans-serif !important;
    }
    #newsletter_modal .modal-body .form-group {
        margin-bottom: 15px;
    }
    #newsletter_modal .modal-body label {
        font-size: 14px;
    }
    #newsletter_modal .modal-body .form-control {
        border: 1px solid #D0D5DD !important;
        border-radius: 6px;
        background: #fff !important;
        box-shadow: none;
        font-size: 15px;
        height: 45px;
        position: relative;
        z-index: 9;
    }
    .pop_head h4 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    #newsletter_modal .modal-body {
        padding: 15px;
        padding-bottom: 15px;
    }
    #newsletter_modal .modal-content {
        border-radius: 10px;
    }
    #newsletter_modal {
        padding: 10px !important;
    }
    img.pre_image {
        max-width: 260px;
        height:210px;
    }
}