
@media (max-width: 1400px) {
    .hero {
        height: 500px;
        min-height: 400px;
        max-height: 80vh;
    }
}

@media (max-width: 900px) {
    .desktop-nav-links {
        display: none !important;
    }

    .hamburger {
        display: flex;
    }

    .navbar {
        padding: 0 6px 0 15px;
    }

    .nav-left {
        flex: 0;
        gap: 0;
    }

    .nav-right {
        flex: 0;
        gap: 0;
    }

    .logo {
        height: 91px;
        width: auto;
    }

    .buy-now-btn {
        font-size: 11px;
        padding: 10px 14px;
    }


    /* _____________footer________ */
  
     footer {
    
        padding: 0px 10px 20px;
    }
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }
    .footer-col.center,
    .footer-col.right {
        display: contents;
    }
    .footer-col.center img {
        order: 1;
        margin-bottom: 5px;
        width: 140px;
    }
    .footer-links {
        order: 2;
        width: 100%;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    .footer-links a {
        font-size: 11px;
    }
    .footer-col.left {
        order: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
        margin-top: 15px;
    }
    .footer-col.left img {
        height: 35px !important;
        margin: 0;
    }

    .footer-col .glucon-d-logo {
        width: 197px !important;
    }

    .footer-col.left p {
        text-align: center;
        font-size: 11px;
        line-height: 1.6;
        max-width: 95%;
        margin: 0;
    }
    .footer-ai-label {
        order: 4;
        margin-bottom: 5px;
        font-size: 11px;
    }
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        background: transparent;
        width: 100%;
        padding: 0px 0;
    }
    .foot-left,
    .foot-right {
        display: contents;
    }
    .socials {
        order: 1;
        background: #F25424;
        width: 95%;
        max-width: 350px;
        margin: 0 auto;
        border-radius: 40px;
        padding: 16px 0;
        justify-content: center;
        gap: 20px;
    }
    .foot-right a {
        order: 2;
        color: #555;
        font-size: 10px;
        margin: 5px 0 0 0;
    }
    .foot-left span {
        order: 3;
        color: #555;
        font-size: 10px;
        padding-top: 15px;
        width: 100%;
    }
    .foot-right .agency {
        order: 4;
        color: #555;
        font-size: 10px;
    }
    .footer-bottom>span {
        color: #333;
        font-size: 11px;
        text-align: center;
    }
    .footer-bottom>span:first-child {
        order: 3;
        width: 100%;
    }
    .footer-bottom>span:last-child {
        order: 4;
    }

}
@media (min-width: 730px) and  (max-width: 734px){
     .hero .boxes {
        right:auto !important;
     }
}
@media (max-width: 600px) {
    .hero {
        position: relative;
        height: auto;
        background: url('assets/hero_bg_mobile.png') top center / cover no-repeat;
        /* background-position: l; */
        /* min-height: 350px; */
        height: 60% ;
        /* border: 2px solid red; */
    }
    .hero .boxes {
        position: absolute;
        top: 43%;
        left: 50%;
        right: auto;
        width: 100%;
        max-width: 489px;
        height: auto;
        transform: translateX(-50%);
    }
}