@media only screen and (max-width: 1199px) {
    .fw_img_card {
        height: 40vw;
    }
}

@media only screen and (max-width: 1024px) {
    .fw_img_card {
        height: 55vw;
    }
    .showcase_img{
        height: 70vw;
    }


    .content_section{
        padding-top: 0;
    }


    .press_item_text,
    .press_item a:before{
        opacity: 1 ! important;
    }
    /* films page */

    .films_section{
        padding-top: 0;
    }
    .films_item{
        height: 60vw;
    }

}

@media only screen and (max-width: 991px) {
    .main_header{
        padding-left: 0;
        padding-right: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .logo{
        padding-left: 20px;
        margin: 0;
    }
    .logo h1{
        font-size: 55px;
    }
    
    .header_menus{
        justify-content: flex-end ! important;
    }
    .header_left_menu,
    .header_right_menu {
        display: none;
    }
    .menu_toggle {
        display: block;
        z-index: 10;
    }
    .mobile_menu{
        padding-top: 100px;
    }
    .mobile_menu.active {
        display: block;
    }

    .privacy_policy_section{
        padding-top: 0;
    }

    .form_wrapper form .row{
        flex-direction: column;
    }

     /* ----- Bespoke Page ----- */
    /* .bespoke_section .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    } */

     /* ----- About Page ----- */
     .about_section{
        padding-bottom: 0;
     }
    .about_section .row{
        row-gap: 80px;
    }

    /* ----- blog page ---- */
    .blog_img_card{
        height: auto;
    }

    /* ----- media page ---- */
    .media_section{
        padding-top: 0px;
        padding-bottom: 82px;
    }

    /* ----- our world page ---- */
    .our_world_section{
        padding-top: 0px;
    }
    /* .our_world_section .container-fluid{
        padding-left: 10px;
        padding-right: 10px;
    } */
}

@media only screen and (max-width: 767px) {
    .fw_card_content h2{
        font-size: 20px;
    }
    .fw_img_card {
        height: 80vw;
    }
    .explore_text {
        font-size: 0.5rem;
    }
    .down_angle_icon svg {
        width: 22px;
        height: 20px;
    }

    .contact_section{
        padding-top: 95px;
        padding-bottom: 95px;
    }


    .media_info_text h2{
        font-size: 36px;
    }
    .releted_post_heading h2{
        font-size: 20px;
    }


    /* ----- About Css ----- */
    .about_lowimg {
        display: block;
    }

    .about_lowimg .sm_img {
        width: 100%;
        display: none;
    }

    .about_lowimg .sm_img:last-child {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .footer_menus,
    .footer_menus ul{
        flex-direction: column;
        row-gap: 5px ! important;
    }
    .footer_left_menu p{
        margin-bottom: 8px ! important;
    }
    
}