/* ================= Responsive style ================= */


/* =========== All page Responsive =============== */

@media screen and (min-width: 1400px) {
    /* ======== 1.2. Banner Style ======== */
    .banner p {
        padding: 0 80px 0 0;
    }
    /* ======== 1.7. Artificial Intelligence Style ======== */
    .artificial h2 {
        padding-right: 130px;
    }
}

@media screen and (min-width: 1200px) {
    /* ======== 1.6. About us Style ======== */
    .about p {
        padding: 0 113px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    /* ======== 2.2. Why us Style ======== */
    .why_box div {
        padding: 50px 20px;
    }
}

@media screen and (max-width: 1065px) {
    /* ======== 1.5. Counter Style ======== */
    .counter img[alt="counter_image"] {
        height: 308px;
    }
}

@media screen and (max-width: 991px) {
    /* ======== 1.3. Services Style ======== */
    .service div:first-child div {
        height: 100%;
        top: -14px;
    }
    .service {
        margin: 70px 0;
    }
    .service h2 {
        width: 100%;
        margin-bottom: 5px;
    }
    /* ======== 1.4. Card Style ======== */
    .home_card .card1 {
        flex-direction: column;
        padding: 25px 25px 22px 25px;
    }
    .card1 img[alt="card_inner_img"] {
        width: 55px;
    }
    .card1 div:first-child {
        width: 100%;
    }
    .card1 div:last-child {
        width: 100%;
    }
    /* ======== 1.6. About us Style ======== */
    .about .bg {
        margin-top: 40px;
    }
    /* ======== 1.8. Team Style ======== */
    .team_h h2 {
        padding: 0 0px;
    }
    .team_card .flex-column {
        padding: 30px 10px;
    }
    /* ======== 1.9. Testimonial Style ======== */
    .testimonial_h h2 {
        padding: 0 0px;
    }
    .testimonial {
        clip-path: polygon( 10% 0%, 100% 0%, 100% 30%, 100% 89%, 66% 137%, 0% 100%, 0% 70%, 0% 12%);
    }
    .border-test {
        clip-path: polygon( 10% 0%, 100% 0%, 100% 30%, 100% 89%, 66% 137%, 0% 100%, 0% 70%, 0% 12%);
    }
    /* ======== 1.10. Project Style ======== */
    .project_h h2 {
        padding: 0 0px;
    }
    .project_bg .container,
    .container-md,
    .container-sm {
        max-width: 767px !important;
        padding: 0 20px;
    }
    .project_card p {
        margin: 20px 0 26px 0;
    }
    /* ======== 1.11. Pricing Plan Style ======== */
    .pricing_h h2 {
        padding: 0 0px;
    }
    .pricing_card {
        padding: 30px 50px;
    }
    .pricing_plan {
        padding: 0 25px;
    }
    /* ======== 1.13. Contact Style ======== */
    .contact div:first-child div {
        height: 46%;
    }
    .contact {
        margin: 70px 0;
    }
    /* ======== 1.14. Insights Style ======== */
    .insight_card .insight_card1 {
        flex-direction: column;
        padding: 25px 25px 22px 25px;
    }
    .insight_card1 div:last-child {
        width: 100%;
    }
    .insight_card1 div:first-child {
        width: 100%;
    }
    /* ======== 4.1. Projects Style ======== */
    .project_h h2 {
        padding: 0 0px;
    }
    .project_page .container,
    .container-md,
    .container-sm {
        max-width: 767px !important;
        padding: 0 20px;
    }
    .project_card_p p {
        margin: 20px 0 26px 0;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 45px;
        font-weight: 600;
        line-height: 51px;
    }
    h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 38px;
    }
    h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }
    h5 {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    h6 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    button {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding: 14px 30px 14px 30px;
    }
    a {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding: 14px 30px 14px 30px;
    }
    /* ======== 1.1. Header Style ======== */
    nav {
        margin-bottom: 10px;
    }
    .navbar img {
        width: 80%;
    }
    /* ======== 1.2. Banner Style ======== */
    .banner div:last-child {
        background-position-x: 0;
        background-position-y: 0;
    }
    .banner img[alt="web_title_btn1"] {
        width: 30px;
    }
    .button i {
        font-size: 18px;
        margin-left: -19px;
    }
    .about_page {
        margin: 70px auto 70px auto;
    }
    /* ======== 1.5. Counter Style ======== */
    .counter {
        margin: 70px 0 70px 0;
    }
    .counter_bg {
        gap: 30px;
    }
    .count_div {
        width: 150px;
    }
    /* ======== 1.6. About us Style ======== */
    .about_icon img {
        width: 65px;
    }
    /* ======== 1.7. Artificial Intelligence Style ======== */
    .artificial {
        margin: 70px 0;
    }
    /* ======== 1.8. Team Style ======== */
    .team_card {
        margin: 20px 0 70px 0;
    }
    /* ======== 1.9. Testimonial Style ======== */
    .testimon {
        margin: 35px 0 70px 0;
    }
    /* ======== 1.10. Project Style ======== */
    .project_bg {
        padding: 40px 0;
    }
    .project figure {
        background-position-x: 12px;
    }
    /* ======== 1.11. Pricing Plan Style ======== */
    .pricing_plan {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .pricing_card img {
        width: 70%;
    }
    /* ======== 1.12. FAQ Style ======== */
    .faq {
        margin-bottom: 40px;
    }
    .accordion-button {
        font-size: 18px;
        line-height: 24px;
    }
    .accordion-body {
        padding: 10px 1.25rem 12px 1.25rem;
    }
    .faq h2 {
        margin: 10px 0 10px 0;
    }
    /* ======== 1.12. FAQ Style ======== */
    .faq {
        margin-bottom: 40px;
    }
    .accordion-button {
        font-size: 18px;
        line-height: 24px;
    }
    .accordion-body {
        padding: 10px 1.25rem 12px 1.25rem;
    }
    .faq h2 {
        margin: 10px 0 10px 0;
    }
    /* ======== 1.13. Contact Style ======== */
    #success-message {
        clip-path: polygon( 0 0, 80% 0%, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0% 80%, 0 0);
    }
    .contact form input,
    textarea {
        font-size: 14px;
        font-weight: 400;
        padding: 10px;
    }
    /* ======== 1.14. Insights Style ======== */
    .insight {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .insight_card {
        padding: 20px 0 0 0;
    }
    /* ======== 1.15. Footer Style ======== */
    #footer-message {
        clip-path: polygon( 0 0, 80% 0%, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0% 80%, 0 0);
    }
    .copyright ul li a {
        font-size: 14px;
        line-height: 22px;
    }
    .copyright i {
        font-size: 20px;
    }
    .copyright img {
        width: 80%;
    }
    /* ======== 2.2. Why us Style ======== */
    .why_us {
        padding: 70px 0;
    }
    /* ======== 3.1. Address Style ======== */
    .address {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .address img {
        width: 60px;
    }
    /* ======== 4.1. Projects Style ======== */
    .project_page {
        padding: 40px 0;
    }
    .project_card_p img {
        width: 65px;
    }
    .project_p figure img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    /* ======== 1.2. Banner Style ======== */
    .banner {
        text-align: center;
    }
    .banner .col-lg-6 {
        align-items: center;
    }
    .banner div:nth-child(2) div {
        margin-top: 44px;
        background-position-y: 7px;
    }
    .banner img[alt="web_title"] {
        margin: 0 0px 0px 0px;
    }
    /* ======== 1.3. Services Style ======== */
    .service div:first-child div {
        height: 100%;
        top: -14px;
    }
    .service {
        margin: 70px 0;
    }
    .service h2 {
        width: 100%;
        margin-bottom: 5px;
    }
    .service {
        text-align: center;
    }
    .service .col-lg-6 {
        align-items: center;
    }
    /* ======== 1.4. Card Style ======== */
    .home_card {
        flex-direction: column;
    }
    .home_card .card1 {
        width: 100%;
    }
    .card1 p {
        margin: 15px 0 15px 0;
    }
    /* ======== 1.7. Artificial Intelligence Style ======== */
    .artificial .d-flex {
        align-items: center;
        text-align: center;
        padding: 40px 0;
    }
    /* ======== 1.8. Team Style ======== */
    .team_card {
        display: flex;
        flex-direction: column;
    }
    .team_card .card {
        padding: 20px 20px 0 20px;
    }
    /* ======== 1.9. Testimonial Style ======== */
    .test_hide {
        display: none;
    }
    /* ======== 1.10. Project Style ======== */
    .project_card p {
        margin: 15px 0 18px 0;
    }
    .project_card {
        text-align: center;
    }
    .project_card a {
        margin: 0 auto !important;
    }
    /* ======== 1.11. Pricing Plan Style ======== */
    .pricing_plan {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .border-price {
        width: fit-content;
    }
    /* ======== 1.12. FAQ Style ======== */
    .faq .bg {
        margin-top: 20px;
        justify-content: center;
    }
    /* ======== 1.13. Contact Style ======== */
    .contact {
        text-align: center;
        margin: 50px 0;
    }
    .contact h2 {
        width: 100%;
    }
    .contact .col-lg-6 {
        align-items: center;
    }
    .contact div:first-child div {
        height: 100%;
    }
    /* ======== 1.14. Insights Style ======== */
    .insight_card {
        flex-direction: column;
    }
    .insight_card .insight_card1 {
        align-items: flex-start;
        width: 100%;
    }
    .insight_card1 p {
        margin: 15px 0 15px 0;
    }
    .insight_h .gap-4 {
        justify-content: center;
    }
    .insight_h h2 {
        text-align: center;
    }
    /* ======== 1.15. Footer Style ======== */
    footer img[alt="Footer_image"] {
        width: 60%;
    }
    /* ======== 2.2. Why us Style ======== */
    .why_us .d-flex.gap-4 {
        justify-content: center;
    }
    .why_us h2 {
        text-align: center;
    }
    /* ======== 4.1. Projects Style ======== */
    .project_card_p p {
        margin: 15px 0 18px 0;
    }
    .project_card_p {
        text-align: center;
        width: 90%;
    }
    .project_card_p button {
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 610px) {
    /* ======== 1.5. Counter Style ======== */
    .counter_bg {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .counter img[alt="counter_image"] {
        height: 540px;
    }
    /* ======== 1.5. Counter Style ======== */
    .counter {
        margin: 50px 0 50px 0;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 35px;
        font-weight: 600;
        line-height: 41px;
    }
    h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 34px;
    }
    h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
    }
    h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
    }
    h5 {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    h6 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
    p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    button {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding: 12px 26px 12px 26px;
    }
    a {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding: 12px 26px 12px 26px;
    }
    /* ======== 1.2. Banner Style ======== */
    .about_page {
        margin: 50px auto 50px auto;
    }
    /* ======== 1.3. Services Style ======== */
    .service {
        margin: 50px 0;
    }
    .service div:first-child div {
        height: 148%;
        top: -50px;
    }
    /* ======== 1.4. Card Style ======== */
    .home_card .card1 {
        width: 70%;
    }
    .home_card {
        align-items: center;
    }
    /* ======== 1.6. About us Style ======== */
    .about {
        padding: 0 20px;
    }
    .about_icon img {
        width: 50px;
    }
    /* ======== 1.7. Artificial Intelligence Style ======== */
    .artificial {
        margin: 50px 0;
    }
    .artificial h2 {
        padding: 0 15px;
    }
    /* ======== 1.8. Team Style ======== */
    .team_card .flex-column {
        padding: 20px 10px;
    }
    .team_card {
        margin: 20px 0 50px 0;
    }
    .team_card img {
        width: 65%;
    }
    .team_card .card {
        align-items: center;
    }
    /* ======== 1.9. Testimonial Style ======== */
    .testimon {
        margin: 30px 0 50px 0;
        padding: 0 15px;
    }
    .testimonial {
        padding: 50px 50px;
    }
    /* ======== 1.10. Project Style ======== */
    .project_bg {
        padding: 30px 0;
    }
    /* ======== 1.11. Pricing Plan Style ======== */
    .pricing_card {
        padding: 30px 50px;
    }
    /* ======== 1.12. FAQ Style ======== */
    .faq {
        padding: 0 15px;
    }
    .faq .gap-4 {
        justify-content: center;
    }
    .faq h2 {
        text-align: center;
    }
    /* ======== 1.13. Contact Style ======== */
    #success-message {
        padding: 75px 0;
        height: 37%;
    }
    /* ======== 1.14. Insights Style ======== */
    .insight {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .insight_card .insight_card1 {
        width: 70%;
    }
    .insight_card {
        align-items: center;
    }
    .insight_h {
        padding: 0 15px;
    }
    /* ======== 1.15. Footer Style ======== */
    #footer-message {
        padding: 75px 0;
        height: 37%;
    }
    /* ======== 3.1. Address Style ======== */
    .address {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* ======== 4.1. Projects Style ======== */
    .project_page {
        padding: 15px 0;
    }
    .project_card_p img {
        width: 50px;
    }
}

@media screen and (max-width: 360px) {
    /* ======== 1.3. Services Style ======== */
    .service div:last-child {
        margin: 20px 0 0 0;
    }
    /* ======== 1.4. Card Style ======== */
    .home_card .card1 {
        width: 80%;
    }
    .home_card.mt {
        margin-top: -38px;
    }
    /* ======== 1.9. Testimonial Style ======== */
    .testimonial {
        padding: 30px 30px;
    }
    /* ======== 1.10. Project Style ======== */
    .project_card {
        padding: 30px 25px;
        margin: 15px 0;
    }
    /* ======== 1.11. Pricing Plan Style ======== */
    .pricing_card img {
        width: 65%;
    }
    .pricing_card i {
        height: 20px;
        width: 20px;
    }
    /* ======== 1.13. Contact Style ======== */
    .contact form textarea {
        width: 93%;
    }
    .contact form {
        margin-top: 30px;
        padding: 10px;
    }
    /* ======== 1.14. Insights Style ======== */
    .insight_card .insight_card1 {
        width: 80%;
    }
    .insight_card.mt {
        margin-top: -38px;
    }
    /* ======== 2.2. Why us Style ======== */
    .about-bg {
        height: 50vh;
    }
    .about_h1 {
        height: 50vh;
    }
    .about_h1 h1 {
        margin-top: 50px;
    }
    /* ======== 4.1. Projects Style ======== */
    .project_card_p {
        margin: 15px 0;
    }
}