@media screen and (min-width: 280px) and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .navbar_mobil_btn {
        display: block;
    }

    #start {
        zoom: 0.4;
    }

    .swiper_write {
        top: 150px;
    }

    .about_write {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .about_product {
        width: 100%;
    }

    /*.about_product:not(:first-child) {*/
    /*    display: none;*/
    /*}*/

    .services_jobs {
        flex-direction: column;
        gap: 40px;
    }

    .about_quercus_desc {
        width: 100%;
    }

    .about_quercus_istatik {
        width: 100%;
    }

    .services_desc {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .about_quercus {
        padding: 120px 30px 120px 30px;
        flex-direction: column;
    }

    .services_what_we_do {
        padding: 140px 20px 120px 20px;
    }

    .service_swiper .swiper-wrapper .swiper-slide {
        width: 100% !important;
    }

    .app_header {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .app_phone_div {
        flex-direction: column;
        gap: 60px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .app_desc .app_desc_div:last-child {
        margin-bottom: 0;
    }

    .text_right {
        padding-left: 0;
        width: 80%;
    }

    .text_left {
        padding-right: 0;
        width: 80%;
    }

    .product {
        width: 100%;
    }

    .form_info_container {
        flex-direction: column;
        gap: 40px;
    }

    .form_container {
        width: 100%;
        padding: 0 20px;
    }

    .info_container {
        width: 100%;
        padding: 0 20px;
    }

    .home_footer_info_div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 90px;
    }

    .home_footer {
        padding: 100px 20px;
    }

    .home_footer_info div {
        gap: 10px;
    }

    .pages_link_div {
        position: absolute;
        padding: 0 20px;
        left: 0;
        display: none;
    }

    .navbar {
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .pages_link_div {
        flex-direction: column;
        align-items: baseline;
        background-color: white;
        opacity: 0.9;
        top: 60px;
        width: 100%;
        gap: 10px;
        padding: 0;
    }

    .pages_link_div a {
        display: flex;
        justify-content: left;
        width: 100%;
        transition: all .2s linear;
        padding-left: 20px;
    }

    .pages_link_div a:not(:last-child) {
        border-bottom: 1px solid black;
    }

    .pages_link_div a:hover {
        background-color: black;
        color: white;
    }

    .pages_link_div a::before {
        display: none;
    }

    .logo_div {
        width: 35%;
    }

    .services_header h2 {
        font-size: 1.7rem;
    }

    .app_header h2 {
        font-size: 1.7rem;
    }

    .about_write h2 {
        font-size: 1.7rem;
    }

    .swiper_write h2 {
        font-size: 5rem;
    }

    .swiper_write span:last-of-type {
        font-size: 1.275rem;
    }

    .swiper_write p {
        margin-bottom: 10px;
        font-size: 1.675rem;
    }

    .skill span {
        font-size: 8px !important;
    }

    .skill span[data-key="skill_4"] {
        font-size: 6px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
    html {
        overflow-x: hidden;
    }

    .navbar_mobil_btn {
        display: block;
    }

    #start {
        align-items: baseline;
        height: 50vh;
    }

    .swiper_write {
        top: 50px;
    }

    .about_write {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .about_product {
        width: 100%;
    }

    .swiper_write h2 {
        font-size: 5rem;
    }

    /*.about_product:not(:nth-child(-n+2)) {*/
    /*    display: none;*/
    /*}*/

    .services_jobs {
        flex-wrap: wrap;
        gap: 20px;
    }

    .about_quercus_desc {
        width: 100%;
    }

    .about_quercus_istatik {
        width: 100%;
    }

    .services_desc {
        width: 65%;
        text-align: center;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .about_quercus {
        padding: 120px 30px 120px 30px;
        gap: 20px;
    }

    .services_what_we_do {
        padding: 140px 20px 120px 20px;
    }

    .service_swiper .swiper-wrapper .swiper-slide {
        width: 50% !important;
    }

    .app_header {
        width: 65%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .app_phone_div {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .app_phone {
        zoom: 0.7;
    }

    .app_desc .app_desc_div:last-child {
        margin-bottom: 0;
    }

    .text_right {
        padding-left: 0;
        width: 80%;
    }

    .text_left {
        padding-right: 0;
        width: 80%;
    }

    .product {
        width: 50%;
    }

    .form_container {
        width: 100%;
        padding: 0 20px;
    }

    .info_container {
        width: 100%;
        padding: 0 20px;
    }

    .home_footer {
        padding: 100px 20px;
    }

    .home_footer_info div {
        gap: 10px;
    }

    .pages_link_div {
        position: absolute;
        padding: 0 20px;
        left: 0;
        display: none;
    }

    .navbar {
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .pages_link_div {
        flex-direction: column;
        align-items: baseline;
        background-color: white;
        opacity: 0.9;
        top: 60px;
        width: 100%;
        gap: 10px;
        padding: 0;
    }

    .pages_link_div a {
        display: flex;
        justify-content: left;
        width: 100%;
        transition: all .2s linear;
        padding-left: 20px;
        font-size: 16px;
    }

    .pages_link_div a:not(:last-child) {
        border-bottom: 1px solid black;
    }

    .pages_link_div a:hover {
        background-color: black;
        color: white;
    }

    .pages_link_div a::before {
        display: none;
    }

    .pageStartSwiper {
        height: 50vh;
    }

    .about_write_p_long {
        padding: 0 15%;
    }

    .logo_div {
        width: 35%;
    }

    .logo_div {
        width: 25%;
    }

    .services_header h2 {
        font-size: 1.7rem;
    }

    .app_header h2 {
        font-size: 1.7rem;
    }

    .about_write h2 {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 425px){
    .pageStartSwiper , #start{
        height: 70vh;
    }
    .about_product:not(:first-child) {
        display: none;
    }
    .app_phone img{
        width: 70%;
    }
    .about_write h2{
        font-size: 15px;
        text-align: center;
        letter-spacing: 5px;
    }
    .app_header h2{
        font-size: 20px;
    }
    .app_desc_div , .app_desc , .text_right , .text_left{
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .app_desc_write p{
        font-size: 15px;
    }
    .home_footer_img{
        height: 300px;
    }
    .service_job{
        width: max-content;
    }
    .services_header h6{
        font-size: 10px;
    }
    .services_header h2{
        font-size: 19px;
    }
    .link_text h3 , .link_text::after{
        width: 100%;
    }
    .product img{
        min-height: 250px;
    }
    .product_img_wrapper{
        width: 100%;
    }
    .footer-links{
        justify-content: center;
        margin-right: 0px !important;
    }
}