@media (max-width:1700px) {

    /* gradient-color */
    .left_gradient {
        top: 26%;
        left: -10%;
        width: 28%;
        height: 25%;
    }

    .right_gradient {
        bottom: 9%;
        right: -5%;
        width: 28%;
        height: 25%;
    }

}

@media (max-width: 1500px) {
    .left_gradient {
        top: 20%;
        left: 0%;
        width: 26%;
        height: 25%;
    }

    .right_gradient {
        bottom: 8%;
        right: 0%;
        width: 26%;
        height: 25%;
    }

    .product_nav {
        width: 75%;
    }

    .register_card {
        width: 60%;
    }
}

@media (max-width:1366px) {
    .custom_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .left_gradient {
        left: 5%;
        width: 20%;
        height: 23%;
    }

    .right_gradient {
        right: 5%;
        width: 20%;
        height: 23%;
    }

    .abt_right {
        width: 57%;
    }

    .product_card_full img {
        bottom: -13%;
    }

    /* register-page */
    .register_form {
        width: 60% !important;
    }

    .register_card {
        min-height: 570px;
    }
}

@media (max-width:1250px) {

    .banner_content h4 {
        font-size: 85px;
    }

    .left_gradient {
        left: 9%;
    }

    .right_gradient {
        right: 9%;
    }

    .ser_card {
        padding: 30px;
    }

    .product_card_full img {
        bottom: -7%;
    }

    .product_card_half img {
        bottom: -30%;
    }

    .process_step {
        padding: 40px;
    }

    .form_container {
        width: 75%;
    }

    .footer_logo {
        height: 150px;
    }

    .footer_logo h1 {
        font-size: 150px;
    }

    .banner_content .project_btn {
        padding: 13px 35px;
    }

    /* register-page */
    .register_card {
        width: 70%;
    }

    .register_form {
        width: 67% !important;
    }

    .register_card {
        min-height: 550px;
    }


}

@media (max-width:1199px) {
    .product_nav {
        width: 80%;
    }

    .abt_left {
        width: 38%;
    }

    .abt_right {
        width: 59%;
    }

    .ser_card {
        height: 390px;
        padding: 25px;
    }

    .product_card_full img {
        bottom: -4%;
    }

    .process_step {
        padding: 30px;
    }

    .form_container {
        width: 80%;
    }
}

@media (max-width:991px) {
    .banner_content h4 {
        font-size: 70px;
    }

    .left_gradient {
        left: 5%;
    }

    .right_gradient {
        right: 6%;
    }

    .section_heading h4 {
        width: 85%;
        font-size: 40px;
    }

    .about_contant {
        flex-direction: column-reverse;
    }

    .abt_left,
    .abt_right {
        width: 100%;
    }

    .abt_img {
        width: 40%;
    }

    .abt_cnt {
        width: 55%;
    }

    .abt_left {
        flex-direction: row;
        height: auto;
        margin-top: 40px;
    }

    .why_choose {
        width: 45%;
    }

    .choose_container {
        width: 50%;
    }

    .ser_card {
        height: 380px;
        padding: 18px;
    }

    .product_card_full img {
        bottom: -4%;
        left: 7%;
    }

    .product_card_full {
        height: 675px;
    }

    .product_card_half {
        height: 327px;
    }

    .install_process {
        width: 85%;
    }

    .form_container {
        width: 100%;
    }

    .footer_left p {
        width: 90%;
    }

    .register_card {
        width: 80%;
    }

    .register_form {
        width: 70% !important;
    }

    .register_card {
        min-height: 535px;
    }

}

@media (max-width:767px) {
    .banner_content p {
        width: 95%;
    }

    .banner_content .project_btn {
        font-size: 14px;
    }

    .banner_content h4 {
        font-size: 60px;
    }

    .nyflextec_menu {
        display: none;
    }

    .right_btn_menu {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .menu_for_mobile {
        display: inline-block;
    }

    .menu_bar_mobile {
        position: absolute;
        top: 70px;
        right: 0;
        width: 30%;
        height: auto;
        background-color: var(--body-bg-color);
        z-index: 999;
        border-radius: 20px;
        border: 1px solid var(--border-color);
        padding: 20px 25px 20px 25px;
    }

    .menu_bar_mobile ul {
        padding-left: 0px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .menu_bar_mobile ul li {
        list-style: none;
        display: block;

    }

    .product_nav {
        width: 95%;
        padding: 30px 20px;
    }

    .products_ico {
        width: 15%;
    }

    .product_cnt {
        width: 84%;
    }

    .abt_img img {
        height: 440px;
    }

    .choose_container .choose_card {
        height: 80px;
    }

    .ser_card {
        width: 50%;
    }

    .service_cards .ser_card:nth-child(2) {
        border-bottom: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
        border-right: none;
    }

    .service_cards .ser_card:nth-child(4) {
        border-right: none;
        border-left: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
    }

    .software_cards {
        flex-direction: column;
    }

    .left_card_wrapper,
    .right_card_wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .product_card_full img {
        top: 24%;
    }

    .right_card_wrapper {
        flex-direction: row;
        margin-top: 20px;
        justify-content: space-between;
    }

    .mar_top {
        margin-top: 0px;
    }

    .product_card_half {
        width: 49%;
        height: 401px;
    }

    .product_card_half img {
        bottom: -4%;
    }

    .margin_cards {
        margin-bottom: 0px;
    }

    .product_card_full {
        margin-top: 20px;
    }

    .install_process {
        width: 100%;
    }

    .contact_card h3 {
        width: 90%;
    }

    .contact_card {
        padding: 45px 50px;
    }

    .footer_flex {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .footer_left {
        width: 100%;
    }

    .footer_right {
        width: 100%;
        margin-top: 50px;
    }

    .footer_flex {
        flex-direction: column;
    }

    .footer_right {
        width: 85%;
        margin-top: 50px;
    }

    .footer_logo h1 {
        font-size: 120px;
    }

    .footer_logo {
        height: 125px;
    }

    /* register page */
    .register_card {
        width: 90%;
        min-height: 530px;
    }

    .form_heading h3 {
        width: 90%;
    }

    .form_heading p {
        width: 85%;
    }




}

@media (max-width:575px) {
    .banner_content h4 {
        font-size: 55px;
    }

    .banner_content p {
        width: 100%;
    }

    .menu_bar_mobile {
        width: 40%;
    }

    .products_ico {
        display: none;
    }

    .product_cnt {
        width: 100%;
    }

    .section_heading h4 {
        width: 100%;
        font-size: 35px;
    }

    .section_heading p {
        width: 100%;
        font-size: 16px;
    }

    .abt_right {
        flex-direction: column;
    }

    .abt_img {
        width: 100%;
    }

    .abt_img img {
        height: 400px;
    }

    .abt_cnt {
        width: 100%;
        margin-top: 20px;
    }

    .abt_left {
        flex-direction: column;
        gap: 15px;
    }

    .why_choose {
        width: 100%;
    }

    .choose_container {
        width: 100%;
    }

    .choose_container .choose_card {
        height: 60px;
    }

    .ser_card .card_cnt h4 {
        width: 75%;
        text-align: center;
        font-size: 19px;
    }

    .left_gradient {
        left: 8%;
    }

    .right_gradient {
        right: 8%;
    }

    .right_card_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .product_card_half {
        width: 100%;
        height: 400px;
    }

    .product_card_half img {
        bottom: -16%;
    }

    .process_step {
        padding: 20px;
    }

    .contact_card h3 {
        width: 100%;
        font-size: 30px;
    }

    .input_flex {
        flex-direction: column;
        gap: 15px;
    }

    .form_container .input_flex input {
        width: 100% !important;
    }

    .form_container button {
        width: 48%;
    }

    .footer_right {
        width: 100%;
    }

    .footer_copyright {
        padding-top: 15px;
    }

    .footer_logo h1 {
        font-size: 100px;
    }

    .footer_logo {
        height: 105px;
    }

    .circle_round {
        top: -21%;
    }

    .contact_section {
        padding-bottom: 90px;
        padding-top: 60px;
    }

    .banner_content p {
        font-size: 17px;
    }

    .scroll_language {
        min-width: 155px;
    }

    .scroll_language img {
        width: 30px;
    }

    .ser_card .card_cnt p {
        font-size: 15px;
    }

    .ser_card {
        height: 345px;
    }

    .ser_card img {
        width: 35px;
        height: auto;
    }

    .process_step {
        height: 300px;
    }

    .process_content h4 {
        font-size: 19px;
    }

    .contact_card p {
        font-size: 16px;
    }

    .circle_animation {
        width: 290px;
    }

    .footer_menu h6 {
        font-size: 17px;
    }

    .footer_menu ul li a {
        font-size: 15px;
    }

    .footer_left p {
        font-size: 16px;
    }

    .process_content span {
        width: 45px;
        height: 45px;
        font-size: 17px;
    }

    .process_content p {
        font-size: 16px;
    }

    /* register-page */
    .form_heading h3 {
        font-size: 30px;
    }

    .form_heading p {
        width: 90%;
    }

    .register_form {
        width: 80% !important;
    }

    .register_form .buton_type {
        width: 45%;
    }

    .register_card {
        min-height: 550px;
    }


}

@media (max-width:480px) {
    .right_btn_menu a span {
        display: none;
    }

    .right_btn_menu a i {
        padding-right: 0px;
    }

    .banner_content .project_btn::after {
        filter: blur(6px);
    }

    .banner_content .project_btn {
        padding: 12px 30px;
        font-size: 14px;
    }

    .banner_content h4 {
        font-size: 48px;
    }

    .menu_for_mobile {
        font-size: 14px;
    }

    .nav_flex .logo img {
        width: 120px;
    }

    .menu_bar_mobile {
        width: 44%;
    }

    .banner_content p {
        font-size: 16px;
    }

    .products_Wrapper {
        width: 100%;
        padding-right: 0px;
    }

    .products_ico {
        display: inline-block;
    }

    .product_nav {
        width: 95%;
        padding: 20px 20px;
    }

    .product_cnt h3 {
        font-size: 16px;
    }

    .products_flex {
        height: 50vh;
        overflow-y: scroll;
    }

    .abt_img img {
        height: 330px;
    }

    .ser_card {
        width: 100%;
        height: 300px;
    }

    .service_cards {
        margin-top: 50px;
        justify-content: center;
        border: 1px solid var(--border-color);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .service_cards .ser_card:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    .service_cards .ser_card:nth-child(4) {
        border-right: none;
        border-left: none;
    }

    .service_cards .ser_card:nth-child(4),
    .service_cards .ser_card:nth-child(5) {
        border-right: none;
    }

    .product_card_half img {
        bottom: -5%;
    }

    .product_card_full img {
        top: 28%;
    }

    .product_card_full {
        height: 580px;
    }

    .section_heading .sec_icon {
        font-size: 15px;
    }

    .section_heading h4 {
        width: 100%;
        font-size: 30px;
    }

    .about_contant {
        margin-top: 60px;
    }

    .install_process {
        margin: 55px auto 0px auto;
        width: 90%;
        border: 1px solid var(--border-color);
    }

    .process_step {
        height: 250px;
        width: 100%;
    }

    .install_process .process_step:first-child,
    .install_process .process_step:nth-child(3) {
        border-right: none;
    }

    .install_process .process_step:nth-child(4) {
        border-top: 1px solid var(--border-color);
    }

    .contact_card {
        padding: 45px 28px;
    }

    .footer_logo h1 {
        font-size: 85px;
    }

    .footer_logo {
        height: 86px;
    }

    .footer_right {
        width: 100%;
        flex-wrap: wrap;
        gap: 25px;
    }

    .footer_menu {
        width: 100%;
    }

    .footer_menu ul li {
        display: inline-block;
        padding-top: 0%;
        padding-bottom: 7px;
        margin-right: 18px;
    }

    .footer_menu ul {
        padding-top: 12px;
    }

    .footer_logo h1 {
        font-size: 80px;
    }

    .footer_logo {
        height: 83px;
    }

    .contact_section {
        padding-top: 30px;
    }

    .right_btn_menu a {
        height: 40px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 12px;
    }

    /* register -page */
    .register_form {
        width: 90% !important;
    }

    .register_card .back_home {
        font-size: 14px;
    }

    .form_heading h3 {
        width: 90%;
        font-size: 26px;
    }

    .form_heading p {
        width: 95%;
    }
}

@media (max-width:400px) {
    .nav_flex .logo img {
        width: 115px;
    }

    .right_btn_menu a {
        height: 38px;
    }

    .banner_content .project_btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .banner_content h4 {
        font-size: 50px;
    }

    .right_gradient {
        right: 10%;
        width: 20%;
        height: 16%;
        filter: blur(90px);
        opacity: 1;
    }

    .left_gradient {
        left: 10%;
        width: 20%;
        height: 16%;
        filter: blur(90px);
        opacity: 1;
    }

    .banner_content p {
        font-size: 15px;
    }

    .banner_content {
        padding-top: 33%;
    }

    .scroll_language {
        min-width: 150px;
        font-size: 12px;
    }

    .choose_container .choose_card {
        height: 70px;
    }

    .choose_container .choose_card h4 {
        font-size: 14px;
    }

    .section_heading h4 {
        font-size: 27px;
    }

    .product_card_full img {
        top: 40%;
        left: 9%;
    }

    .product_card_full {
        height: 520px;
    }

    .contact_card {
        width: 100%;
    }

    .install_process {
        width: 100%;
    }

    .service_cards {
        width: 100%;
    }

    .menu_bar_mobile {
        width: 51%;
    }

    .product_cnt {
        width: 83%;
    }

    .circle_animation {
        width: 260px;
    }

    .circle_round {
        top: -18%;
    }

    .contact_section {
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .footer_logo h1 {
        font-size: 73px;
    }

    .footer_logo {
        height: 75px;
    }

    .abt_cnt a {
        display: inline-block;
        width: 150px;
        height: 45px;
        background-color: var(--primary-color);
        border-radius: 30px;
        color: var(--text-color);
        font-size: 15px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }

    /* register-page */
    .form_heading p {
        font-size: 15px;
    }

    .register_card {
        min-height: 540px;
    }

    .register_card .back_home {
        left: 18px;
    }

    .register_step span {
        width: 33px;
        height: 33px;
    }
}

@media (max-width:360px) {
    .menu_for_mobile {
        font-size: 13px;
    }

    .nav_flex .logo img {
        width: 100px;
    }

    .banner_content h4 {
        font-size: 36px;
    }

    .scroll_language img {
        width: 26px;
    }

    .menu_bar_mobile {
        width: 56%;
    }

    .menu_bar_mobile ul li a {
        font-size: 15px;
    }

    .abt_img img {
        height: 290px;
    }

    .ser_card {
        height: 275px;
    }

    .cnt_wrapper p {
        font-size: 15px;
    }

    .product_card_half {
        height: 365px;
    }

    .product_card_full {
        height: 450px;
    }

    .product_card_full img {
        top: 44%;
    }

    .product_card_half img {
        bottom: -7%;
    }

    .intall_process_section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contact_card {
        padding: 30px 20px;
    }

    .section_heading h4 {
        font-size: 25px;
    }

    .contact_card h3 {
        font-size: 25px;
    }

    .footer_logo h1 {
        font-size: 56px;
    }

    .footer_logo {
        height: 56px;
    }

    .circle_animation {
        width: 230px;
    }

    .circle_round {
        top: -15%;
    }


    /* register-page */
    .register_card {
        min-height: 535px;
    }

    .register_form .buton_type {
        width: 55%;
    }

}
