@media screen and ( max-width: 768px ) {

    .main {
        padding: 0 15px;
    }

    .logo img {
        height: 50px;
    }

    .header__box {
        justify-content: space-between;
    }

    .header-nav {
        background-color: rgba(0, 0, 0, .6);
        backdrop-filter: blur(10px);
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right .5s ease-in;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        z-index: 999;
    }

    .nav-open .header-nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        right: 0;
    }

    /*.header-nav {
        background-color: rgba(0, 0, 0, .6);
        backdrop-filter: blur(10px);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .5s ease-in;
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        z-index: 999;
    }

    .nav-open .header-nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateX(0);
    }*/
    .nav-open .icon-mobile-nav[name=close-outline] {
        display: block;
        color: #fff;
    }

    .icon-mobile-nav {
        color: #333;
    }

    .nav-open .icon-mobile-nav[name=menu-outline] {
        display: none;
    }

    .header-nav-list {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .header-nav-list li {
        padding: 15px 0;
    }

    .header-nav-list li a:link,
    .header-nav-list li a:visited {
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .header-nav-list li:not(:last-child) {
        margin-right: 0;
    }

    .header-nav-list li a i {
        color: #ffffff;
        font-size: 37px;
    }

    .btn-mobile-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .btn-mobile-nav:focus {
        outline: 0;
    }

    .header-contact-box {
        display: none;
    }

    .header-social {
        margin-left: 0;
        margin-top: 20px;
        display: none;
    }

    .header-social li a i {
        border: 1px solid #333;
    }

    /* SECTION GLOBAL GRID */
    .section-global-grid {
        padding: 60px 0;
    }

    .global-item-title {
        font-size: 23px;
    }

    /* SLIDER */
    .slider {
        height: 70vh;
    }

    .slide__text-box {
        width: 80%;
        font-size: 15px;
    }

    .slide__text-box h1 {
        font-size: 35px;
        line-height: 1.2;
    }

    .slider__btn {
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1.4rem;
    }

    /* PRODUCTS */
    #home_products {
        padding: 80px 0;
    }

    #home_products .section-header-title-box {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 35px;
        align-items: start;
    }

    #home_products .section-header-title-box h2 {
        font-size: 28px;
    }

    .header-desctiption {
        border-left: none;
        border-top: 1px solid #ddd;
        padding-left: 0;
        padding-top: 20px;
        margin-left: 0;
    }

    /* COMMITMENT */
    #commitment {
        flex-direction: column;
    }

    .commitment-left,
    .commitment-right {
        width: 100%;
        box-sizing: border-box;
    }

    .commitment-left {
        padding: 40px 25px;
    }

    .commitment-left h2 {
        font-size: 28px;
        line-height: 1.3;
        padding-bottom: 6px;
    }

    .commitment-left p {
        line-height: 1.6;
    }

    .commitment-left h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .commitment-right {
        height: 300px;
    }

    /* WHY US */
    .why-us {
        padding: 60px 0;
    }

    .section-heading {
        max-width: 600px;
        margin-bottom: 35px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .section-heading > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-card {
        padding: 30px 22px;
    }

    .feature-card h3 {
        font-size: 21px;
    }

    /* PAGE TITLE */
    .page_title h1 {
        font-size: 35px;
    }

    .section-contact {
        padding: 60px 0;
    }

    .contact__content h3 {
        font-size: 28px;
    }

    .contact__content {
        padding: 15px 20px;
    }

}
