@media screen and (max-width: 1440px) {
    .slider_count{
        bottom: auto !important;
        top: -75px!important;
        left: -100px;
        width: 225px;
        height: 225px;
    }
    .slider_count .inner_count{
        transform: translate(-60%, -35%);
    }
    .bannerThumbs{
        width: 75%;
    }
}

@media screen and (max-width: 1299px) {
    ul.nav-menu{
        gap: 15px;
    }
    ul.nav-menu li a {
        font-size: 16px;
        padding-right: 15px;
    }
    .select_language ul{
        max-width: max-content;
        min-width: max-content;
        padding: 5px;
    }
    .select_language ul li a{
        padding: 4px;
    }
    .nav-submenu{
        min-width: 200px;
        padding: 5px;
    }
    .nav-submenu{
        padding: 8px;
    }
    .bannerThumbs{
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    h1{
       font-size: 52px;
    }
    header.header .fnp-btn{
        display: none!important;
    }
    .fnp_respon_btn{
        padding-right: 35px;
        padding-left: 35px;
    }
    .slider_count {
        top: -25px !important;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 42px;
    }
    .select_language{
        display: none!important;
    }
    .slider_section{
        padding: 40px;
    }
    .slider_count{
        display: none !important;
    }
    .slider_section .text-neutral-500{
        width: 100%;
    }
    .mt-75{
        margin-top: 50px;
    }
    .footer_row{
        gap: 20px;
        flex-wrap: wrap !important;
        overflow-x: visible !important;
    }
    .footer_row .col{
        flex: 0 0 27% !important;
        max-width: 27% !important;
    }
    .floating_btn{
        bottom: 0;
        left: -5px;
    }
    .fnp_section_detail{
        flex-direction: column;
        gap:0;
    }
    .fnp_section_detail .fhead{
        border-right: none!important;
    }
}

@media screen and (max-width: 768px) {
    .tw-w-180-px{
        width: 90px;
    }
    .tw-h-180-px{
        height: 120px;
    }
    .footer_bottom_right{
        width: 100%;
        flex-direction: column;
    }
    .js-marquee {
        gap: 45px!important;
    }
}

@media screen and (max-width: 587px) {
    .sayilar {
        gap: 10px;
    }
    .accordion-button.h5 {
        font-size: 20px;
        font-weight: 500;
    }
    .fnp_title2, .fnp_detail_inner h2, .fnp_detail_inner h3 {
        font-size: 28px !important;
    }
}