@media (max-width:868px) {

    .main-content {
        margin-top: 65px;
    }

    .navbar .logo img {
        max-width: 64px;
    }

    .swiper-pagination-bullet {
        height: 9px !important;
        width: 9px !important;
    }

    .trending-div {
        align-items: center;
        justify-content: center;
    }

    .Latest-videos {
        padding: 30px 0;
    }

    .latest-heading h3 {
        font-size: 25px;
    }

    .latest-heading h3 span {
        font-size: 25px;
    }

    .latest-heading a {
        display: none;
    }

    .latest-button-Next,
    .latest-button-prev {
        position: absolute !important;
        margin-left: 0 !important;
        top: 55% !important;

        background: rgba(149, 149, 149, .5) !important;
        color: white !important;
        border-radius: 50% !important;
        width: 45px !important;
        height: 45px !important;
    }


    .trending-button-prev {
        display: none;
    }

    .trending-button-next {
        display: none;
    }

    .trending-sec {
        padding: 25px 1px;
    }

    .trending-head {
        font-size: 25px;
    }

    .reels {
        margin: 40px 0 30px 0;
    }

    .reel-main {
        margin-bottom: 25px;
    }

    .reel-sub-images img {
        height: 220px !important;

    }

    .reel-head h3 {
        font-size: 25px;
    }

    .blogs {
        padding: 40px 0 15px 0;
    }

    .blog-contain {
        margin-bottom: 25px;
    }

    .blog-container {
        display: block;
        margin-bottom: 25px;
    }

    .blog-content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-content h6 {
        font-size: 14px;
    }

    .blog-data h5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        -webkit-overflow: hidden;
    }

    .sub-blog img {
        max-width: 100%;
        height: auto;
    }

    .blog-data {
        margin: 15px 0 0 0;
    }

    .blog-data a {
        font-size: 18px;
    }

    .blog-data h6 {
        font-size: 14px;
        margin: 5px 0 15px 0;
    }

    /* .blog-data h5 {
        font-size: 16px;
    } */

    .footer {
        margin: 35px 0 0px 0;
    }

    #footer-bottom {
        margin-bottom: 25px;
    }

    .footer-heads {
        margin-top: 25px;
    }

    .creative-posts div a img {
        max-width: 140px;
    }

    .banner-head a {
        font-size: 14px;
    }

    .last-head {
        font-size: 13px;
    }


    /* ------------------- about us page-----------------  */

    .contact-card img {
        display: none;
    }

    .mobile-v img {
        display: block;
    }



    .main-history {
        margin-top: 35px;
    }

    .main-intro {
        padding: 0 !important;
    }

    .members {
        margin-bottom: 30px;
    }

    .counter-numbers {
        margin: 30px 0 0px 0;
    }

    .counter-numbers span {
        font-size: 21px;
    }

    .team-sec {
        margin: 35px 0 0 0;
        padding: 30px 0 0 0;
    }

    .main-team {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .author-item {
        margin-bottom: 30px;
    }

    .pic-author img {
        max-width: 100%;
    }

    .mission {
        padding: 35px 0;
        /* margin-bottom: 35px;
        margin: 35px 0;
        padding-bottom: 35px; */
    }


    /* --------------- videos page -------------------  */
    .video-section {
        padding: 40px 0;
    }

    .video-heading p {
        font-size: 25px;
    }

    .video-thumbnails img {
        height: auto !important;
        width: 100% !important;
    }


    /* ------------------ blogs ---------------  */
    .blog-page {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .entry-title a {
        font-size: 18px;
    }

    .info {
        margin: 4px 0 0px 0;
    }

    .recent-blog {
        padding: 25px;
    }

    /* ------------ single blog -----------------  */
    .single-blog-para {
        padding-left: 0;
    }



    /* ------------------ contact us ------------------  */
    
    .contact-main {
        padding: 40px 0;
    }

    .contact-form {
        margin-bottom: 30px;
    }

    .contact-head {
        font-size: 21px;
    }

    .contact-add p {
        font-size: 15px;
        line-height: 26px;
    }

    /* -------------- event page ----------------  */

    .evnt-content {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .evnt-thumbnail {
        width: 100%;
        display: contents;
    }

    .evnt-info {
        width: 100%;
        text-align: center;
    }


    .evnt-time h6 {
        margin-top: 15px;
    }

    .evnt-location {
        display: block;
    }

    .evnts {
        margin: 35px 0;
    }

    .no-event {
        padding: 35px 0;
    }

    .no-event img {
        max-width: 20%;
    }

    .no-event h4 {
        font-size: 21px;
        margin-top: 15px;
    }
}

/* ------------- mini smaller device --------------  */


@media (min-width:319px) and (max-width: 375px) {
    .latest-heading h3 {
        font-size: 14px;
    }

    .latest-heading h3 span {
        font-size: 13px;
    }

    .latest-heading a {
        font-size: 14px;
    }

    .trending-button-prev {
        left: 5px !important;
        top: 45% !important;
    }

    .trending-button-next {
        right: 5px !important;
        top: 45% !important;
    }
}


/* -------------mid-level smaller device --------------  */

@media (min-width:375px) and (max-width: 425px) {
    /* .latest-heading h3 {
        font-size: 20px;
    } */

    /* .latest-heading h3 span {
        font-size: 25px;
    } */

    .trending-button-prev {
        left: 5px !important;
        top: 45% !important;
    }

    .trending-button-next {
        right: 5px !important;
        top: 45% !important;
    }
}

/* ------------- smaller device --------------  */

@media (min-width:425px) and (max-width: 768px) {

    .trending-button-prev {
        left: 5px !important;
        top: 45% !important;
    }

    .trending-button-next {
        right: 5px !important;
        top: 45% !important;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .reel-main a img {
        height: 440px;
    }

    .blog-container {
        display: flex;
        width: 98%;
        justify-content: space-between;
    }

    .sub-blog {
        width: 48%;
    }

    .blog-data {
        width: 48%;
        margin: 0 0 0 0;
    }

    .sub-blog img {
        width: 100%;
        height: 185px;
    }

    .video-thumbnails img {
        height: 225px !important;
        width: 156px !important;
    }
}

@media (min-width:1024px) {
    .animate-text {
        width: 29%;
    }

    .reel-main a img {
        height: 568px;
    }

    .evnt-thumbnail {
        width: 34%;
    }

    .video-thumbnails img {
        height: 442px !important;
        width: 216px !important;
    }
}

@media (min-width:1200px) {
    .video-thumbnails img {
        height: 442px !important;
        width: 260px !important;
    }
}

@media (min-width:1440px) {
    .video-thumbnails img {
        width: 306px !important;
        height: 442px !important;
    }

}