@media(min-width:1400px) {
    .container-fluid{
        max-width: 1850px;
    }
}
@media(max-width:1880px) {
    .ff_footer_img img:nth-child(2){
        right: -10px;

    }
    .ff_footer_img img:nth-child(1){
        left: -10px;
    }
}
@media(max-width:1850px) {
    .ff_banner_right img:nth-child(5) {
        right: -35px;
        bottom: 46px;
    }
    .ff_banner_right img:nth-child(3) {
        right: -11%;
        top: 10%;
    }
    .ff_banner_right img:nth-child(2) {
        right: 224px;
    }
    .ff_banner_right img:nth-child(1) {
        right: 640px;
    }
    .ff-resp-img img{
        right: 0;
    }
    .ff_footer_img img:nth-child(2){
        right: 0;
    }
    .ff_footer_img img:nth-child(1){
        left: 0;
    }
}
@media(max-width:1799px) {
    .ff_responsive_section{
        overflow: hidden;
    }
    .ff-resp-img img {
        right: -30px;
        bottom: -2px;
    }
}
@media(max-width:1600px) {
    .ff-resp-img img {
        right: -80px;
        bottom: -2px;
    }
}
@media(max-width:1499px) {
    .ff-resp-img img {
        right: -120px;
    }
}
@media(max-width:1399px) {
    .ff-resp-img img{
        display: none;
    }
    .ff_footer_img img:nth-child(1){
        display: none;
    }
    .ff_heading {
        padding: 0 0 27px;
    }
}

@media(max-width:1199px) {
    .ff-view-btn{
        min-width: 188px;
    }
    .ff-ver-btn h3{
        font-size: 75px;
    }
    .ff-ver-btn h3{
        margin-top: -20px;
    }
    .ff_resp_img{
        top: 20px;
    }
}
@media(max-width:992px) {
    .ff_responsive_section {
        max-width: 100%;
        border-radius: 0px;
    }
}
@media(max-width:991px) {
   
    .ff_ban img:nth-child(2) {
        left: -251px;
        bottom: 3%;
    }
    .ff_feabox_wrapper .ff_feature_box {
        flex: 0 0 32%;
    }
    .ff_footer_text h3 {
        font-size: 43px;
    }
    .ff_ver_box.mt-5{
        margin-top: 0 !important;
    }
    .ff_resp_img{
        top: 18px;
    }
}

@media(max-width:768px) {
    .ff_footer_img img:nth-child(2){
        display: none;
    }
}
@media(max-width:767px) {
    
    .ff_menu_logo {
        margin: 0 auto 10px;
        text-align: center;
    }
    .ff_nav_menu {
        justify-content: center;
    }
    
    .ff_feabox_wrapper .ff_feature_box {
        flex: 0 0 50%;
    }
    .ff_ver_box {
        width: fit-content;
    }
    .ff_resp_img{
        top: 13px;
    }
  
}
@media(max-width:675px) {
    .ff_footer_section{
        padding: 60px 0 0;
    }
}
@media(max-width:575px) {
    .ff_heading h1 {
        font-size: 45px;
    }
    .ff_head_text h2 {
        font-size: 30px;
    }
    .ff_headshadow h3 {
        font-size: 56px;
    }
    .ff_headshadow h3.text_shadow{
        font-size: 56px;
        bottom: -19px;
    }

}
@media(max-width:480px) {
    .ff_btn {
        min-width: 125px;
    }
    .ff_navmenu_wrapper ul li {
        padding: 0 5px;
    }
    .ff_nav_menu {
        gap: 10px;
    }
    .ff_footer_text h3 {
        font-size: 40px;
    }
    .ff_feabox_wrapper .ff_feature_box {
        flex: 0 0 80%;
    }
   
}
@media(max-width:375px) {
    .ff_heading h1 {
        font-size: 35px;
    }
    .ff_nav_menu .ff_btn {
        min-width: 97px;
        min-height: 40px;
    }
    .ff_nav_menu .ff_btn a {
        font-size: 13px;
    }
    .ff_navmenu_wrapper ul li {
        padding: 0 2px;
    }
    .ff_nav_menu {
        gap: 5px;
    }
    .ff_navmenu_wrapper ul li a{
        font-size: 15px;
    }
    .ff_feabox_wrapper .ff_feature_box {
        flex: 0 0 100%;
    }
    .ff_feature_box p {
        font-size: 18px;
    }
    .ff_resp_img {
        top: 0px;
    }
    .ff_head_text h2 {
        font-size: 25px;
    }
    .ff_footer_text h4 {
        font-size: 25px;
    }
    .ff_footer_text h3 {
        font-size: 32px;
    }
    .ff_copy_text p {
        font-size: 16px;
    }
}