@media(max-width : 812px) {
    .show-desktop {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    /* .banner-slider-section.active {
        padding-top: 60px;
    } */

    .image-sponser-hover-section {
        width: 70%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .image-sponser-hover-section:hover {
        width: 80%;
    }

    .feature-point {
        min-height: 140px;
        text-align: center;
    }

    .points-wrap {
        width: 50%;
    }

    .points-wrap:last-child {
        width: 80%;
        margin: auto;
        margin-top: 30px;
    }


    .image-block img {
        height: 225px;
        width: auto !important;
        margin: auto;
    }

    .title-section h2 {
        line-height: 1.5;
    }

    .text-bg-wrapper {
        padding: 30px 40px;
    }

    .modal-dialog {
        max-width: 96%;
        margin: auto;
    }

    #youtubevideo {
        width: 100%;
        height: auto;
    }

    .left-side-vector img {
        width: 50px;
    }

    #return-to-top {
        width: 40px;
        height: 40px;
    }

    #return-to-top i {
        left: 12px;
        top: 7px;
        font-size: 16px;
    }

    .prev-slide {
        left: 10px;
    }

    .next-slide {
        right: 10px;
    }

    .rewards-block .col-lg-3.col-md-6.col-12 {
        margin-bottom: 30px;
    }

    .agenda {
        margin-left: 00px;
        margin-top: 20px;
    }

    .btn-block-banner {
        bottom: 65px;
        left: 0;
        text-align: center;
    }

    .hall-of-fame-banner .btn-block-banner {
        left: 50%;
        transform: translateX(-50%);
    }

    .videos-section {
        height: 238px;
    }
    .video-thumbnail {
        height: 190px;
    }

    #videos-section .modal-dialog {
        max-width: 90%;
    }
    .modal-header h4 {
        font-size: 16px !important;
    }

    #videos-section .prev-slide {
        left: 0px;
    }
    
    #videos-section .next-slide {
        right: 0px;
    }
}

@media(max-width : 468px) {
    .show-desktop {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .image-block img {
        height: 250px;
    }

    .sponsors img {
        height: auto;
    }

    .image-block {
        background-color: #ede6ed;
    }

    .title-section h2,
    .tab-content-1,
    .modal-header h3 {
        font-size: 20px;
        word-break: break-all;
    }

    .modal-header {
        padding: 0.5rem 1rem;
    }

    .modal-content {
        font-size: 14px;
    }

    .sponsors {
        width: 70%;
    }

    .num-counter-section {
        background-image: url('../images/impact-bg-mobile.webp');
        background-position: top;
    }

    .package-item {
        font-size: 16px;
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .package-item:last-child {
        margin-bottom: 0;
    }

    .text-bg-wrapper {
        padding: 30px 20px;
        text-align: justify;
    }

    .event-speakers-section .owl-dots {
        padding-top: 5px;
    }

    .section-desc {
        font-size: 16px;
    }

    .title-section.pb-5 {
        padding-bottom: 20px !important;
    }

    .align-left {
        padding-left: 10px;
    }

    .align-right {
        padding-right: 10px;
    }

    .video-text-block {
        font-size: 12px;
    }

    .feature-point img {
        width: 65px;
    }

    .feature-point:first-child {
        margin-bottom: 25px;
    }

    .counting-number {
        font-size: 20px;
        line-height: 2.5;
    }

    .counting-desc {
        font-size: 16px;
        line-height: 1.5;
    }

    .tab-section-desc {
        font-size: 14px;
    }
}