@media (max-width: 1024px) and (min-width: 769px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}
@media only screen and (max-width: 992px) {
    .logo img{
        /* width: 90px; */
        z-index: 2;
        position: relative;
    }


    .toggle_icon{
        z-index: 1;
        display: block;
    }
    .navbars {
        padding: 1rem 0rem;
    }
    .navs{
        position: fixed;
        background-color: #000;
        height: 100%;
        top: 0;
        z-index: 1;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: collapse;
        opacity: 0;
        transition: all ease 0.2s;
    }
    .navs ul {
        flex-direction: column;
        align-items: center;
        font-size: 18px;
    }
    .navs_active{
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .signButton button {
        width: 100px;
        height: 35px;
    }

    .hero_cnt {
        text-align: center;
        padding: 3rem 0rem;
    }

    .hero_cnt h1 {
        font-size: 40px;
    }
    .abt_cnt {
        text-align: center;
        padding: 3rem 1rem;
    }
    .abt_cards {
        margin-bottom: 1.5rem;
    }
    .app_img {
        margin-left: 0rem;
    }
    .flex_item {
        flex-direction: column;
        align-items: flex-start;
    }
    .hardware_cnt {
        width: 100%;
    }
    .pro {
        transform: scale(1);
    }
    .appsection {
        margin: 4rem 0rem;
        padding: 4rem 0rem;
    }

    .app_cnt{
        margin-top: 3rem;
    }
    .price_head {
        text-align: center;
        width: 100%;
    }
    .card_flex {
        flex-direction: column;
    }
    .price_card {
        width: calc(100% - 0rem);
    }
    /* .contact_section {
        margin-top: 4rem;
    } */
    .cpyrht_ftr {
        flex-direction: column;
        text-align: center;
    }
    .cpyrht_ftr p {
        margin-bottom: 7px;
        font-size: 14px;
    }
  }

  @media only screen and (max-width: 768px) {
    .cart_total{
        width: 95%;
        position: fixed;
        padding: 10px;
        margin: auto;
        /* margin-right: 20px; */
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
    .cart_item {
        flex-direction: column;
        align-items: flex-end;
    }
    .our_clients p {
        margin:0px;
    }
    .client-logo .client-logo-item img {
        margin: 0px;
    }
    .our_clients h3 {
        font-size: 30px;
    }
    .client-logo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 10px;
    }
    .discount-section {
        margin: 40px 10px 0;
        padding: 40px 20px;
        width: 100%;
    }

    .discount-section h2 {
        font-size: 2rem;
    }
    .contact_head h2 {
        font-size: 30px;
    }
    .email-signup {
        display: block;
        border-radius: 16px;
    }

    .email-input, .get-started-btn {
        border-radius: 12px;
        margin: 4px;
        padding: 10px 20px;
        width: 95%;
    }
    form {
    padding-left: 0px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .subscribe-btn {
        padding: 10px 30px;
    }
    .footer-section h3 {
        margin-bottom: 10px;
    }
    .footer-section ul li {
        margin-bottom: 3px;
    }
    .app-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        gap: 20px;
        text-align: center;
    }
    .app-btn {
        width: fit-content;
        padding: 7px 30px;
    }
    .app-btn img {
        width: 20px;
    }
    .subscribe-btn {
        margin-bottom: 22px;
    }
}


  @media only screen and (max-width: 525px) {
    .cart_input,
    .dropdown {
        width: 100%;
    }
  }
@media only screen and (max-width: 430px) {
    .logo img{
        width: 60%;
    }
}



