/*================================================== 
                Bootstrap 5 Media Queries
====================================================*/

/* Large Devices (Desktop & Laptops) */
@media (min-width: 1200px) {}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

/*================================================== 
                Members
====================================================*/
@media (min-width: 992px) and (max-width: 1199px) {
    .content-box-md {
        margin: 0 6rem !important;
    }
    .member_filter_content {
        width: 45% !important;
    }
}

/* Medium Devices (Portrait Tablets & Small Desktops) */
@media (min-width: 768px) and (max-width: 991px) {
    .temple_title {
        font-size: 16px !important;
    }
    .banner_slider_content {
        justify-content: end !important;
    }
    .banner_content_des {
        width: 60% !important;
    }
    .banner_content_des h1 {
        font-size: 28px !important;
    }

    .banner_content_des h6 {
        width: 100% !important;
        font-size: 14px !important;
    }
    .banner_image img {
        width: 60% !important;
    }

    #vission_image {
        height: 300px !important;
    }

    #event_image {
        height: 300px !important;
    }

    .member_filter_content {
        width: 55% !important;
    }

    .content-box-md {
        margin: 0 5rem !important;
    }
}

/* Medium Devices (Landscape Phone & Portrait Tablets) */
@media (max-width: 767px) {

    .content-box-md {
        margin: 0 4rem !important;
    }

    .banner_content_des {
        width: 58% !important;
    }
    .banner_content_des h1 {
        font-size: 28px !important;
    }

    .banner_content_des h6 {
        width: 100% !important;
        font-size: 14px !important;
    }

    /* =====================================
                    event 
    ========================================*/
    .filter {
        width: 100% !important;
        background: none !important;
    }
    .filter-btn, .filter-btn1 {
        background: #dfe8f2d1 !important;
    }
    #event_image, #vission_image {
        width: 380px;
        height: 300px !important;
    }

    .vission-content {
        padding-top: 30px !important;
    }
    .vission-content-inner {
        padding: 0 10% !important;
    }

    .event-content {
        padding: 0 10% !important;
    }
    .member_filter_content {
        display: flex;
        justify-content: center;
        width: 45% !important;
        flex-direction: column;
        gap: 10px;
        background: none !important;
    }
    .member-filter-btn {
        flex: 0;
        background: #f3f4f5;
        width: 100%;
    }

    iframe {
        height: 300px !important;
    }
}

/* Medium Devices (Landscape Phone & Portrait Tablets) */
@media (max-width: 639px) {


    .content-box-md {
        margin: 0 4rem !important;
    }

    .temple_logo_title {
        margin-left: 30px;
    }
    .temple_title {
        font-size: 14px !important;
    }

    /*================================================== 
                image-slide
====================================================*/

    .banner_slider_content {
        flex-direction: column !important;
    }

    .banner_content_des {
        width: 68% !important;
    }

    .banner_content_des h1 {
        font-size: 22px !important;
    }

    .banner_content_des h6 {
        width: 100% !important;
        font-size: 13px !important;
    }

    .banner_image img {
        width: 70%;
        padding: 50px 0 0 0;
    }

    #event_image, #vission_image {
        height: 350px !important;
    }

    .vission-content {
        padding-top: 30px !important;
    }

    .vission-content-inner {
        padding: 0 !important;
    }

    .event-content {
        padding: 0 !important;
    }


    /*================================================== 
                Vission
====================================================*/

    .vission-content {
        padding-top: 15px !important;
    }

    /*================================================== 
                Events
====================================================*/
    .filter {
        width: 100% !important;
        background: none !important;
    }

    .filter-btn, .filter-btn1 {
        background: #dfe8f2d1 !important;
    }

    .event-image {
        position: relative;
        width: 100%;
        height: 185px !important;
        overflow: hidden;
    }

    #event_image, #vission_image {
        height: 210px !important;
    }

    .event-title {
        font-size: 15px !important;
    }

    .event_address {
        font-size: 14px;
    }

    .event_date {
        font-size: 14px !important;
    }

    /*================================================== 
                Members
====================================================*/
    .member_filter_content {
        display: flex;
        justify-content: center;
        width: 45% !important;
        flex-direction: column;
        gap: 10px;
        background: none !important;
    }
    .member-filter-btn {
        flex: 0;
        background: #f3f4f5;
        width: 100%;
    }
.btn-back-to-top {
    position: fixed;
    /* bottom: 20px !important; */
    /* right: 4px !important; */
    padding: 3px 6px !important;
    font-size: 5px;
}

.fa-solid {
    padding: 27px 0 15px 0;
    font-size: 22px !important;
}

iframe {
	height: 300px !important;
}

}

/* Medium Devices (Landscape Phone & Portrait Tablets) */
 @media (max-width: 427px) {

    .content-box-md {
        margin: 0 4rem !important;
    }

    /* =====================================
                    event 
    ========================================*/
    .filter {
        width: 100% !important;
        background: none !important;
    }

    .filter-btn, .filter-btn1 {
        background: #dfe8f2d1 !important;
    }

    /* =====================================
                    Member 
    ========================================*/
    .member_filter_content {
        display: flex;
        justify-content: center;
        width: 80% !important;
        flex-direction: column;
        gap: 10px;
        background: none !important;
    }
    .member-filter-btn {
        flex: 0;
        background: #f3f4f5;
        width: 100%;
    }
    .temple_logo_title {
        margin-left: 30px;
    }
    .temple_title {
        font-size: 14px !important;
    }
    .temple_address {
        padding-top: 20px;
    }

    iframe {
        height: 300px !important;
    }
}