@media screen and (max-width: 1299px) {
    #mobile-menu ul li a{
        font-size: 14px;
    }
    .main-menu-4 ul li{
        margin-right: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .header__hamburger{
        display: block !important;
    }
    #mobile-menu{
        display: none!important;
    }
    .language{
        display: none!important;
    }
    .banner__socail-media{
        right: auto;
        bottom: 0;
    }
    .parallax{
        padding: 100px 0;
    }
    .cb-cursor{
        display: none;
    }
    .blog-2.section-space .col-lg-4, .blog-grid.section-space .col-lg-4{
        margin-bottom: 15px;
    }
    .about-company__content{
        margin-top: 0;
    }
    .about-company__content .detail{
        margin-bottom: 15px;
    }
    .contact__from{
        padding: 20px;
    }
    .contact-us.section-space .col-md-6.col-lg-4{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 576px) {
    .banner__socail-media{
        display: none;
    }
    .header-4 .header__hamburger .bar-icon{
        width: 45px;
    }
    .banner-2__content-title{
        text-align: center;
    }
    .banner-2__slider__arrow-prev, .banner-2__slider__arrow-next{
        font-size: 16px;
    }
    .fnp-title{
        font-size: 36px !important;
        line-height: 45px !important;
    }
    .cta__content{
        justify-content: center;
    }
    .cta__content-title .title{
        font-size: 48px !important;
        line-height: 50px !important;
    }
    .blog-2 .blog-btn{
        margin-left: 0;
    }
    #scroll-percentage{
        width: 45px;
        height: 45px;
    }
    .about-company__content{
        margin-top: 0;
    }
    .about-company__media{
        margin-top: 0;
    }
    .breadcrumb__menu ul{
        gap: 10px 30px;
    }
    .parallax {
        padding: 70px 0!important;
        background-attachment: scroll!important;
    }
    .protfolio__item-text{
        left: 25px;
        right: 10px;
    }
    .protfolio__item{
        display: block;
    }
    .protfolio__item-text{
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
    .proje_h1{
        margin-top: 25px!important;
    }
}