@media only screen and (max-width: 1230px) {
    .max-width {
        padding: 0 50px !important;
        max-width: none;
    }
}

@media only screen and (max-width: 1200px) {
    .welcome-text h1 {
        font-size: 57px;
    }
    .why-qu-part-inner {
        padding: 25px 10px;
    }
    .why-qu-part-inner img {
        width: 100px;
    }
    .why-qu-part-inner>div:nth-child(2) h4 {
        padding: 20px 0 5px;
        font-size: 19px;
    }
    .vision:nth-child(1) {
        padding: 0 20px 0 0;
    }
    .vision:nth-child(2) {
        padding: 0 0 0 20px;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
}

@media only screen and (max-width: 1050px) {
    .design p {
        font-size: 16px;
    }
    .old-new {
        width: 30%;
    }
    .design-absolute {
        top: -44px;
    }
    .recorrect {
        top: -80px;
    }
}

@media only screen and (max-width: 992px) {
    .max-width {
        padding: 0 20px !important;
    }
    .section-second,
    .w-p-comparison,
    .about-us,
    .mission {
        padding: 30px 0;
    }
    .front-right-section img {
        padding: 0 20px 0 0;
    }
    .welcome-text h1 {
        font-size: 50px;
    }
    .electronic-design p {
        font-size: 28px;
        padding: 8px 0 26px 0;
    }
    .electronic-design h3 {
        white-space: unset;
        font-size: 32px;
    }
    .vission-inner>div:nth-child(1) img {
        padding: 0 0 15px 0;
        width: 140px;
        height: 140px;
    }
    .why-us-text h3 {
        font-size: 30px;
    }
    .vission-inner>div:nth-child(3) p {
        padding: 30px 0 0 0;
        font-size: 16px;
    }
    .footer-logo p,
    .footer-contact p {
        font-size: 15px;
    }
    .footer-logo,
    .footer-contact {
        max-width: 350px;
    }
    .swiper-button-next {
        right: 0;
        top: 43%;
    }
    .swiper-button-prev {
        left: 0;
        top: 43%;
    }
    /* WORK PROCESS COMPARISON */
    .wp-1 {
        width: 70%;
    }
    .wp-1 img,
    .wp-2 img {
        width: 50%;
    }
    .wp-3 {
        flex-grow: 1;
    }
    .wp-3>img {
        width: 50%;
        height: 380px;
    }
    .wp-4 {
        width: 18%;
    }
    .wp-4 img {
        width: 100%;
    }
    .blue {
        width: 35%;
    }
    .sky,
    .tomato {
        width: 90%;
        margin: auto;
    }
    .sky p,
    .tomato p,
    .blue1 p,
    .blue p {
        min-width: auto;
        width: auto;
    }
    .design-absolute {
        top: -45px;
        left: -48%;
    }
    .recorrect {
        top: -80px;
        left: -47.5%;
    }
}

@media only screen and (max-width: 768px) {
    .main {
        height: auto;
    }
    .max-width {
        padding: 0 16px !important;
    }
    .mobile-menu-bar {
        display: block;
        cursor: pointer;
    }
    .mobile-menu-bar img {
        width: 30px;
    }
    .header-menu {
        display: none;
        position: fixed;
        top: 116px;
        right: 0px;
        background-color: #ffffff;
        width: 50%;
        overflow: hidden;
        box-shadow: -12px 23px 26px -2px rgba(0, 0, 0, 0.2);
    }
    .menu ul li {
        float: none;
        border-bottom: 1px solid rgb(240, 240, 236);
    }
    .menu ul li :hover {
        background-color: #F7FAFC;
    }
    .menu ul li a {
        margin: 0 !important;
        padding: 13px 10px;
        display: block;
    }
    .show {
        display: block;
    }
    .welcome {
        flex-direction: column;
        padding: 20px 0;
    }
    .front-right-section img {
        width: 300px;
    }
    .front-right-section,
    .front-right-section img {
        padding: 5px;
        text-align: center !important;
    }
    .electronic-design {
        order: 2;
        padding: 20px 0 30px;
        width: 100%;
    }
    .welcome-text h1 {
        font-size: 32px;
        line-height: 41px;
    }
    .electronic-design p {
        font-size: 20px;
        padding: 18px 0 15px 0;
    }
    .electronic-design a {
        margin: 0 0 25px 0;
    }
    .why-qu-part-inner img {
        width: 80px;
    }
    .about-demo::after {
        left: 48%;
        transform: scale(0.5) translate(-50%, -100%);
        -webkit-transform: scale(0.5) translate(-50%, -100%);
        -moz-transform: scale(0.5) translate(-50%, -100%);
        -ms-transform: scale(0.5) translate(-50%, -100%);
        -o-transform: scale(0.5) translate(-50%, -100%);
    }
    .about-us .why-inner-text p {
        padding: 15px 0 26px;
    }
    .why-qu-part {
        padding: 10px;
    }
    .why-inner-text p {
        font-size: 15px;
        padding: 15px 0;
    }
    /* WORK PROCESS COMPARISON*/
    .w-progress {
        flex-wrap: wrap;
    }
    .old-new,
    .blue1 {
        width: 50%;
    }
    .wp-3 {
        width: 100%;
        order: 2;
        flex-grow: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .blue {
        width: 45%;
    }
    .blue1 p,
    .blue p,
    .old-new .design p {
        min-width: unset;
        max-width: unset;
    }
    .front-logo h5,
    .wp-4,
    .wp-3>img,
    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }
    .responsive-screen {
        display: block;
    }
    .design p {
        padding: 7px 10px;
    }
    .design {
        padding: 0 15px;
    }
    .sky,
    .tomato {
        padding: 50px 14px 0;
        margin: 0;
        width: 50%;
    }
    .wp-1 {
        width: 51%;
    }
    .design-absolute img {
        width: 86%;
    }
    .design-absolute {
        top: 5px;
        left: -4%;
    }
    .recorrect {
        top: -76px;
        left: -3.8%;
    }
    /* vision */
    .vision:nth-child(2),
    .vision:nth-child(1),
    .vission-inner {
        padding: 10px;
    }
    .vission-inner>div:nth-child(1) img {
        width: 100px;
        height: 100px;
    }
    .why-us-text h3 {
        font-size: 25px;
    }
    /* footer */
    footer>div {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-logo,
    .footer-contact {
        max-width: none;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 540px) {
    .front-main {
        padding-top: 145px;
    }
    .welcome-text h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .front-right-section img {
        width: 300px;
    }
    .electronic-design h3,
    .why-us-text h3 {
        font-size: 20px;
    }
    .electronic-design a {
        padding: 5px 10px;
    }
    .about-demo {
        padding: 6px;
    }
    .about-demo::after {
        left: 43%;
    }
    .vission-inner>div:nth-child(3) p {
        padding: 15px 0 0 0;
        font-size: 14px;
    }
    .why-qu-part-inner svg {
        width: 80px;
        height: 80px;
    }
    .design p {
        font-size: 13px;
    }
    .middle-wp {
        padding: 0 74px;
    }
    .blue {
        width: 100%;
    }
    .sky,
    .tomato {
        width: 52%;
        padding: 31px 10px 0;
    }
    .recorrect {
        top: -75px;
        left: -4%;
    }
}

@media only screen and (max-width: 500px) {
    .header-menu {
        width: 75%;
    }
    .welcome-text h1 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 2px;
    }
}